2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +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",
"shutdownAction": "stopCompose",
"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.
"recommendations": [
"ms-vscode-remote.remote-containers",
"ms-python.python"
"ms-vscode-remote.remote-containers"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [