We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9aee3 commit e2ccf43Copy full SHA for e2ccf43
.gitignore
@@ -1,5 +1,4 @@
1
# Editors
2
-.vscode/
3
.idea/
4
5
# Environments
.vscode/extensions.json
@@ -0,0 +1,15 @@
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
+ // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
+
+ // List of extensions which should be recommended for users of this workspace.
6
+ "recommendations": [
7
+ "ms-python.python",
8
+ "bungcip.better-toml",
9
+ "davidanson.vscode-markdownlint"
10
+ ],
11
+ // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
12
+ "unwantedRecommendations": [
13
14
+ ]
15
+}
0 commit comments