-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathextensions.json
More file actions
22 lines (22 loc) · 864 Bytes
/
extensions.json
File metadata and controls
22 lines (22 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
// See http://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.
"recommendations": [
"aaron-bond.better-comments",
"editorconfig.editorconfig",
"eamodio.gitlens",
"ms-vsliveshare.vsliveshare",
"christian-kohler.path-intellisense",
"ms-python.python",
"ms-vscode-remote.remote-containers",
"dbaeumer.vscode-eslint",
"ms-azuretools.vscode-docker",
"shd101wyy.markdown-preview-enhanced",
"esbenp.prettier-vscode",
"sonarsource.sonarlint-vscode",
"ms-python.vscode-pylance"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}