Skip to content

Commit 3811362

Browse files
committed
Add recommended extensions file for VSCode.
1 parent 2f2cf35 commit 3811362

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ indent_size = 2
2222
[*.{h,c,cpp}]
2323
indent_style = space
2424
indent_size = 2
25+
26+
[*.json]
27+
indent_style = space
28+
indent_size = 4

.vscode/extensions.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
// List of extensions which should be recommended for users of this workspace.
5+
"recommendations": [
6+
"austin.code-gnu-global",
7+
"editorconfig.editorconfig",
8+
"ms-python.python",
9+
"ms-python.vscode-pylance",
10+
"ms-vscode.cpptools",
11+
"redhat.vscode-yaml",
12+
"tamasfe.even-better-toml",
13+
"xaver.clang-format",
14+
],
15+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
16+
"unwantedRecommendations": []
17+
}

0 commit comments

Comments
 (0)