summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-04 19:03:52 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-04 19:03:52 +0100
commit565ed55cdca3574b78d964f9d32a1e0964593894 (patch)
tree4600671b1dfa219904dc61d748e316a1acbc8af7
parent1afd0ba68c6572bad20506e0e21a7a1179a77f0e (diff)
Remove copilot
-rw-r--r--languages.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/languages.toml b/languages.toml
index 8e2c82c..9ef48d3 100644
--- a/languages.toml
+++ b/languages.toml
@@ -6,7 +6,7 @@ indent = { unit = " ", tab-width = 4 }
name = "cpp"
indent = { unit = " ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"]
-language-servers = ["clangd", "copilot"]
+language-servers = ["clangd"]
[[language]]
name = "gas"
@@ -18,9 +18,3 @@ source = { git = "https://github.com/stevenlr/tree-sitter-gas", rev = "ea4c4d158
[language-server.clangd]
args = ["-header-insertion=never"]
-
-[language-server.copilot]
-command = "bun"
-args = ["run", "C:\\bin\\helix-gpt.js"]
-environment = { HANDLER = "copilot" }
-required-root-patterns = [".steven-copilot"]