We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5180b44 commit 5e09d6dCopy full SHA for 5e09d6d
.vscode/.gitattributes
@@ -0,0 +1 @@
1
+*.json linguist-language=JSON-with-Comments
.vscode/extensions.json
@@ -1,12 +1,10 @@
{
2
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4
-
5
// List of extensions which should be recommended for users of this workspace.
6
"recommendations": [
7
"github.vscode-codeql"
8
],
9
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
10
- "unwantedRecommendations": [
11
- ]
+ "unwantedRecommendations": []
12
}
0 commit comments