update to VS Code version 1.64.2 (#675)
* update to VS Code version 1.64.2 * Make changes appropriate to refactor Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
This commit is contained in:
parent
1fff78ed82
commit
51319db0f4
@ -1,9 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Frappe Bench",
|
"name": "Frappe Bench",
|
||||||
"appPort": [8000, 9000, 6787],
|
"forwardPorts": [8000, 9000, 6787],
|
||||||
"remoteUser": "frappe",
|
"remoteUser": "frappe",
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash",
|
"terminal.integrated.profiles.linux": {
|
||||||
|
"frappe bash": {
|
||||||
|
"path": "/bin/bash"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
||||||
"debug.node.autoAttach": "disabled"
|
"debug.node.autoAttach": "disabled"
|
||||||
},
|
},
|
||||||
"dockerComposeFile": "./docker-compose.yml",
|
"dockerComposeFile": "./docker-compose.yml",
|
||||||
@ -12,7 +17,7 @@
|
|||||||
"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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user