Skip to content

Commit 4359c6d

Browse files
authored
Disable Copilot suggestions for Java
1 parent bfdb5d0 commit 4359c6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"github.copilot.nextEditSuggestions.enabled": false
2+
"github.copilot.nextEditSuggestions.enabled": false,
3+
"github.copilot.enable": { "java": false }
34
}

0 commit comments

Comments
 (0)