Remove copilot

This commit is contained in:
2025-01-04 19:03:52 +01:00
parent 1afd0ba68c
commit 565ed55cdc

View File

@ -6,7 +6,7 @@ indent = { unit = " ", tab-width = 4 }
name = "cpp" name = "cpp"
indent = { unit = " ", tab-width = 4 } indent = { unit = " ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"] file-types = ["cpp", "h", "hpp", "inc"]
language-servers = ["clangd", "copilot"] language-servers = ["clangd"]
[[language]] [[language]]
name = "gas" name = "gas"
@ -18,9 +18,3 @@ source = { git = "https://github.com/stevenlr/tree-sitter-gas", rev = "ea4c4d158
[language-server.clangd] [language-server.clangd]
args = ["-header-insertion=never"] args = ["-header-insertion=never"]
[language-server.copilot]
command = "bun"
args = ["run", "C:\\bin\\helix-gpt.js"]
environment = { HANDLER = "copilot" }
required-root-patterns = [".steven-copilot"]