Skip to content

Commit 1ce636d

Browse files
authored
project: drop some recommended extensions aws#1862
These extensions are not particularly related to this project, developers should install whatever they prefer for typescript/npm work. Also markdownlint makes recommendations that are not necessarily aligned with our build tooling. Furthermore it is redundant, because our build lints itself, and prettier autoformats at commit-time.
1 parent c6bbd54 commit 1ce636d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.vscode/extensions.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
4-
"recommendations": [
5-
"christian-kohler.npm-intellisense",
6-
"christian-kohler.path-intellisense",
7-
"davidanson.vscode-markdownlint",
8-
"dbaeumer.vscode-eslint",
9-
"eg2.vscode-npm-script",
10-
"ms-python.python"
11-
]
4+
"recommendations": ["dbaeumer.vscode-eslint", "eg2.vscode-npm-script"]
125
}

0 commit comments

Comments
 (0)