2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-09 08:30:35 +00:00

Added an opinionated set of extensions that will provide a common base for development and tutorials

This commit is contained in:
Davide Bortolami 2020-04-19 14:00:35 +01:00
parent 2cf40627b4
commit 776a827a8c
2 changed files with 8 additions and 3 deletions

View File

@ -10,6 +10,12 @@
"workspaceFolder": "/workspace/development", "workspaceFolder": "/workspace/development",
"shutdownAction": "stopCompose", "shutdownAction": "stopCompose",
"extensions": [ "extensions": [
"ms-python.python" "ms-python.python",
"auchenberg.vscode-browser-preview",
"grapecity.gc-excelviewer",
"mtxr.sqltools",
"visualstudioexptteam.vscodeintellicode",
"yzhang.markdown-all-in-one",
"bierner.markdown-emoji"
] ]
} }

View File

@ -4,8 +4,7 @@
// List of extensions which should be recommended for users of this workspace. // List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": [
"ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-containers"
"ms-python.python"
], ],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [ "unwantedRecommendations": [