mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
vscode: windows support
This commit is contained in:
parent
fd84506db0
commit
63c0623a5e
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -50,15 +50,9 @@
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.makefile": "makefile"
|
"*.makefile": "makefile"
|
||||||
},
|
},
|
||||||
"editor.codeActionsOnSaveTimeout": 9001,
|
|
||||||
"editor.formatOnSaveTimeout": 9001,
|
|
||||||
//
|
|
||||||
// things you may wanna edit:
|
|
||||||
//
|
|
||||||
"python.pythonPath": "/usr/bin/python3",
|
|
||||||
"python.formatting.blackArgs": [
|
"python.formatting.blackArgs": [
|
||||||
"-t",
|
"-t",
|
||||||
"py27"
|
"py27"
|
||||||
],
|
],
|
||||||
//"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
}
|
}
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "no_dbg",
|
"label": "no_dbg",
|
||||||
"command": "${config:python.pythonPath} -m copyparty -ed -emp -e2d -e2s -a ed:wark -v srv::r:aed:cnodupe &&false",
|
"command": "${config:python.pythonPath} -m copyparty -ed -emp -e2d -e2s -a ed:wark -v srv::r:aed:cnodupe ;exit 1",
|
||||||
"type": "shell"
|
"type": "shell"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue