mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-09 16:36:26 +00:00
Added an opinionated set of extensions that will provide a common base for development and tutorials
This commit is contained in:
parent
2cf40627b4
commit
776a827a8c
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user