From 549744b7971878a354a09d0b467cef1ffa079500 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Mon, 21 Oct 2024 09:17:28 -0400 Subject: [PATCH] Use stable Copilot code generation setting --- lsp.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }