We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99b6ba commit bf5e6e6Copy full SHA for bf5e6e6
.vscode/settings.json
@@ -5,5 +5,13 @@
5
"editor.formatOnSave": true, // optional
6
"editor.formatOnSaveMode": "file", // required to format on save
7
"files.autoSave": "afterDelay", // optional but recommended,
8
- "eslint.workingDirectories": [{ "pattern": "./apps/*/" }, { "pattern": "./packages/*/" }]
+ "eslint.workingDirectories": [
9
+ {
10
+ "pattern": "./apps/*/"
11
+ },
12
13
+ "pattern": "./packages/*/"
14
+ }
15
+ ],
16
+ "CodeGPT.apiKey": "CodeGPT Plus Beta"
17
}
0 commit comments