Skip to content

Commit 071e56d

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1911 from scottaddie/scottaddie/docs-authoring-pack
Recommend Docs Authoring Pack extension and configure dev langs
2 parents a05bc3d + 8cf76c1 commit 071e56d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
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

Lines changed: 12 additions & 2 deletions
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)