We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd31e7 commit 8cf76c1Copy full SHA for 8cf76c1
.vscode/extensions.json
@@ -0,0 +1,5 @@
1
+{
2
+ "recommendations": [
3
+ "docsmsft.docs-authoring-pack"
4
+ ]
5
+}
.vscode/settings.json
@@ -2,6 +2,16 @@
"files.associations": {
"random": "cpp"
},
-
6
- "git.ignoreLimitWarning": true
+ "git.ignoreLimitWarning": true,
+ "markdown.docsetLanguages": [
7
+ "ARM assembler",
8
+ "C",
9
+ "C#",
10
+ "C++",
11
+ "HTML",
12
+ "JSON",
13
+ "Makefile",
14
+ "VB.NET",
15
+ "XML"
16
17
}
0 commit comments