1 Star 0 Fork 0

Catty2014/ycmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.vimspector.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
{
"configurations": {
"python - launch nosetests": {
"adapter": "vscode-python",
"variables": [
{
"python": {
"shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which python); else echo \"${dollar}VIRTUAL_ENV/bin/python\"; fi'"
},
"nosetests": {
"shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which nosetests); else echo \"${dollar}VIRTUAL_ENV/bin/nosetests\"; fi'"
}
},
{
"python_path": {
"shell": [
"${python}",
"${workspaceRoot}/run_tests.py",
"--dump-path"
]
}
}
],
"configuration": {
"name": "Python nosetests",
"type": "vscode-python",
"request": "launch",
"cwd": "${workspaceRoot}",
"stopOnEntry": true,
"console": "integratedTerminal",
"justMyCode": false,
"debugOptions": [],
"program": "${nosetests}",
"pythonPath": "${python}",
"args": [
"-v",
"--with-id",
"--ignore-files=(^\\.|^setup\\.py$$)",
"${Test}"
],
"env": {
"PYTHONPATH": "${python_path}",
"LD_LIBRARY_PATH": "${workspaceRoot}/third_party/clang/lib",
"YCM_TEST_NO_RETRY": "1"
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Catty2014/ycmd.git
git@gitee.com:Catty2014/ycmd.git
Catty2014
ycmd
ycmd
master

搜索帮助