Skip to content

Commit e39d094

Browse files
committed
Fix settings
1 parent df97eeb commit e39d094

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/copilot/reference/copilot-settings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The team is continuously working on improving Copilot in VS Code and adding new
1515

1616
## General settings
1717

18-
* `setting(github.copilot.enable)`: Enable or disable Copilot completions for specified [languages](/docs/languages/identifiers.md).
1918
* `setting(github.copilot.editor.enableCodeActions)`: Controls if Copilot commands are shown as Code Actions when available.
2019
* `setting(github.copilot.renameSuggestions.triggerAutomatically)`: Controls whether Copilot generates suggestions for renaming.
2120
* `setting(chat.commandCenter.enabled)`: Controls whether to show the Copilot menu in the VS Code title bar (default: `true`).
@@ -26,7 +25,7 @@ The team is continuously working on improving Copilot in VS Code and adding new
2625

2726
## Code completion settings
2827

29-
* `setting(github.copilot.editor.enableAutoCompletions)`: Automatically show inline completions.
28+
* `setting(github.copilot.enable)`: Enable or disable Copilot completions for specified [languages](/docs/languages/identifiers.md).
3029
* `setting(github.copilot.nextEditSuggestions.enabled)`: Enables Copilot Next Edit Suggestions (Copilot NES).
3130
* `setting(editor.inlineSuggest.edits.allowCodeShifting)`: Configure if Copilot NES is able to shift your code to show a suggestion.
3231
* `setting(editor.inlineSuggest.edits.renderSideBySide)`: Configure if Copilot NES can show larger suggestions side-by-side if possible, or if Copilot NES should always show larger suggestions below the relevant code.

0 commit comments

Comments
 (0)