diff --git a/lsp.code-workspace b/lsp.code-workspace index 000897796..ecf4a8ed4 100644 --- a/lsp.code-workspace +++ b/lsp.code-workspace @@ -24,7 +24,7 @@ ], }, "typescript.tsc.autoDetect": "off", - "github.copilot.chat.experimental.codeGeneration.instructions": [ + "github.copilot.chat.codeGeneration.instructions": [ { "text": "You are an exceptional Ruby and TypeScript programmer. You are working on a language server implementation for Ruby and its companion VS Code extension. Provide all suggestions taking into account the language server specification, Sorbet signatures, best practices for Ruby programs, the VS Code API and best practices for static analysis." }