Skip to content

Commit 7577d58

Browse files
committed
Update Copilot settings for 1.96
1 parent f6e5512 commit 7577d58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/copilot/copilot-settings.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The team is continuously working on improving Copilot in VS Code and adding new
5151
* `setting(inlineChat.acceptedOrDiscardBeforeSave)`: Controls whether pending Inline Chat sessions in an editor prevent saving the file.
5252
* `setting(inlineChat.finishOnType)`: Whether to finish an Inline Chat session when typing outside of changed regions.
5353
* `setting(inlineChat.holdToSpeech)`: Whether holding the Inline Chat keybinding will automatically enable speech recognition.
54+
* `setting(inlineChat.inlineChat.lineEmptyHint)` <i class="codicon codicon-beaker"></i>: Controls whether to show a hint for Inline Chat on an empty line.
5455
* `setting(inlineChat.mode)`: Configure if changes crafted with Inline Chat are applied directly to the document or are previewed first.
55-
* `setting(github.copilot.chat.inlineChatCompletionTrigger.enabled)` <i class="codicon codicon-beaker"></i>: Experimental suggestion that triggers Inline Chat as soon as a line mostly consists of words.
56-
* `setting(github.copilot.chat.inlineChatHint.enabled)` <i class="codicon codicon-beaker"></i>: Hint for Inline Chat that shows once a line mostly consists of words.
56+
* `setting(inlineChat.lineNaturalLanguageHint)` <i class="codicon codicon-beaker"></i>: Experimental suggestion that triggers Inline Chat as soon as a line mostly consists of words.
5757
* `setting(github.copilot.chat.temporalContext.enabled)` <i class="codicon codicon-beaker"></i>: Whether to include recently viewed and edited files with Copilot requests in Inline Chat.
5858

5959
## Customize Copilot prompts
@@ -62,6 +62,7 @@ The team is continuously working on improving Copilot in VS Code and adding new
6262
* `setting(github.copilot.chat.codeGeneration.useInstructionFiles)` _(Preview)_: Controls whether code instructions from `.github/copilot-instructions.md` are added to Copilot requests.
6363
* `setting(github.copilot.chat.testGeneration.instructions)` <i class="codicon codicon-beaker"></i>: A set of instructions that will be added to Copilot requests that generate tests.
6464
* `setting(github.copilot.chat.reviewSelection.instructions)` _(Preview)_: A set of instructions that will be added to Copilot requests for reviewing the current editor selection.
65+
* `setting(github.copilot.chat.commitMessageGeneration.instructions)` <i class="codicon codicon-beaker"></i>: A set of instructions that will be added to Copilot requests that generate commit messages.
6566

6667
## Debugging settings
6768

0 commit comments

Comments
 (0)