Skip to content

Commit 8cf76c1

Browse files
committed
Recommend Docs Authoring Pack extension and configure dev langs
1 parent 7dd31e7 commit 8cf76c1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.vscode/extensions.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"docsmsft.docs-authoring-pack"
4+
]
5+
}

.vscode/settings.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
"files.associations": {
33
"random": "cpp"
44
},
5-
6-
"git.ignoreLimitWarning": true
5+
"git.ignoreLimitWarning": true,
6+
"markdown.docsetLanguages": [
7+
"ARM assembler",
8+
"C",
9+
"C#",
10+
"C++",
11+
"HTML",
12+
"JSON",
13+
"Makefile",
14+
"VB.NET",
15+
"XML"
16+
]
717
}

0 commit comments

Comments
 (0)