diff options
-rw-r--r-- | languages.toml | 8 |
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"]
|