mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
ci: fix lint
This commit is contained in:
parent
3cdf6142d4
commit
b69a7bf529
2 changed files with 8 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -25,3 +25,6 @@ development/*
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
venv
|
venv
|
||||||
|
|
||||||
|
# NodeJS
|
||||||
|
node_modules
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.profiles.linux": {
|
"terminal.integrated.profiles.linux": {
|
||||||
"frappe bash": {
|
"frappe bash": {
|
||||||
"path": "/bin/bash"
|
"path": "/bin/bash",
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
||||||
"debug.node.autoAttach": "disabled"
|
"debug.node.autoAttach": "disabled",
|
||||||
},
|
},
|
||||||
"dockerComposeFile": "./docker-compose.yml",
|
"dockerComposeFile": "./docker-compose.yml",
|
||||||
"service": "frappe",
|
"service": "frappe",
|
||||||
|
|
@ -20,6 +20,6 @@
|
||||||
"ms-vscode.live-server",
|
"ms-vscode.live-server",
|
||||||
"grapecity.gc-excelviewer",
|
"grapecity.gc-excelviewer",
|
||||||
"mtxr.sqltools",
|
"mtxr.sqltools",
|
||||||
"visualstudioexptteam.vscodeintellicode"
|
"visualstudioexptteam.vscodeintellicode",
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue