mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
update to VS Code version 1.64.2
This commit is contained in:
parent
3ba01027de
commit
54145b553e
2 changed files with 8 additions and 5 deletions
|
|
@ -1,17 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "Frappe Bench",
|
"name": "Frappe Bench",
|
||||||
"appPort": [8000, 9000, 6787],
|
"forwardPorts": [8000, 9000, 6787],
|
||||||
"remoteUser": "frappe",
|
"remoteUser": "frappe",
|
||||||
"settings": {
|
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
|
||||||
},
|
|
||||||
"dockerComposeFile": "./docker-compose.yml",
|
"dockerComposeFile": "./docker-compose.yml",
|
||||||
"service": "frappe",
|
"service": "frappe",
|
||||||
"workspaceFolder": "/workspace/development",
|
"workspaceFolder": "/workspace/development",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
"auchenberg.vscode-browser-preview",
|
"ms-vscode.live-server",
|
||||||
"grapecity.gc-excelviewer",
|
"grapecity.gc-excelviewer",
|
||||||
"mtxr.sqltools",
|
"mtxr.sqltools",
|
||||||
"visualstudioexptteam.vscodeintellicode"
|
"visualstudioexptteam.vscodeintellicode"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,10 @@
|
||||||
{
|
{
|
||||||
|
"terminal.integrated.profiles.linux": {
|
||||||
|
"frappe bash": {
|
||||||
|
"path": "/bin/bash"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
||||||
"debug.node.autoAttach": "disabled",
|
"debug.node.autoAttach": "disabled",
|
||||||
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
|
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
|
||||||
"python.analysis.extraPaths": ["./frappe-bench/apps/frappe"]
|
"python.analysis.extraPaths": ["./frappe-bench/apps/frappe"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue