You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/copilot/copilot-settings.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ The team is continuously working on improving Copilot in VS Code and adding new
51
51
*`setting(inlineChat.acceptedOrDiscardBeforeSave)`: Controls whether pending Inline Chat sessions in an editor prevent saving the file.
52
52
*`setting(inlineChat.finishOnType)`: Whether to finish an Inline Chat session when typing outside of changed regions.
53
53
*`setting(inlineChat.holdToSpeech)`: Whether holding the Inline Chat keybinding will automatically enable speech recognition.
54
+
*`setting(inlineChat.inlineChat.lineEmptyHint)` <iclass="codicon codicon-beaker"></i>: Controls whether to show a hint for Inline Chat on an empty line.
54
55
*`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)` <iclass="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)` <iclass="codicon codicon-beaker"></i>: Hint for Inline Chat that shows once a line mostly consists of words.
56
+
*`setting(inlineChat.lineNaturalLanguageHint)` <iclass="codicon codicon-beaker"></i>: Experimental suggestion that triggers Inline Chat as soon as a line mostly consists of words.
57
57
*`setting(github.copilot.chat.temporalContext.enabled)` <iclass="codicon codicon-beaker"></i>: Whether to include recently viewed and edited files with Copilot requests in Inline Chat.
58
58
59
59
## Customize Copilot prompts
@@ -62,6 +62,7 @@ The team is continuously working on improving Copilot in VS Code and adding new
62
62
*`setting(github.copilot.chat.codeGeneration.useInstructionFiles)`_(Preview)_: Controls whether code instructions from `.github/copilot-instructions.md` are added to Copilot requests.
63
63
*`setting(github.copilot.chat.testGeneration.instructions)` <iclass="codicon codicon-beaker"></i>: A set of instructions that will be added to Copilot requests that generate tests.
64
64
*`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)` <iclass="codicon codicon-beaker"></i>: A set of instructions that will be added to Copilot requests that generate commit messages.
0 commit comments