Skip to content

Commit 658f848

Browse files
committed
disable vscode AI features in the project
1 parent fde0805 commit 658f848

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"files.insertFinalNewline": true,
77
"files.trimTrailingWhitespace": true,
88
"extensions.ignoreRecommendations": true,
9+
"chat.disableAIFeatures": true,
910
"java.project.sourcePaths": ["src"],
1011
"java.project.outputPath": "bin",
1112
"java.project.referencedLibraries": ["lib/**/*.jar"],

0 commit comments

Comments
 (0)