File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33 // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
44 // List of extensions which should be recommended for users of this workspace.
55 "recommendations" : [
6- " eamodio.tsl-problem-matcher"
6+ " eamodio.tsl-problem-matcher" ,
7+ " dbaeumer.vscode-eslint" ,
8+ " eternalphane.tsfmt-vscode"
79 ],
810 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
911 "unwantedRecommendations" : []
10- }
12+ }
Original file line number Diff line number Diff line change 3434 "resolvePluginsRelativeTo" : " ./extensions/ql-vscode"
3535 },
3636 "editor.formatOnSave" : false ,
37- "prettier.singleQuote" : true ,
3837 "typescript.preferences.quoteStyle" : " single" ,
39- "javascript.preferences.quoteStyle" : " single"
38+ "javascript.preferences.quoteStyle" : " single" ,
39+ "editor.wordWrapColumn" : 100
4040}
You can’t perform that action at this time.
0 commit comments