Add copilot

This commit is contained in:
Steven Le Rouzic
2024-06-10 09:44:12 +02:00
parent 6bf88e014d
commit 158e438c9c

View File

@ -6,6 +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]]
name = "gas"
@ -17,3 +18,9 @@ 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"]