1 Star 0 Fork 0

zhuixixi / ycmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.vimspector.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Boris Staletic 提交于 2020-02-09 15:53 . Clean vimspector config up
{
"configurations": {
"python - launch pytest": {
"adapter": "debugpy",
"variables": [
{
"python": {
"shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which python); else echo \"${dollar}VIRTUAL_ENV/bin/python\"; 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": true,
"debugOptions": [],
"module": "pytest",
"python": "${python}",
"args": [
"-v",
"--ignore=ycmd/tests/python/testdata",
"${Test}"
],
"env": {
"PYTHONPATH": "${python_path}",
"LD_LIBRARY_PATH": "${workspaceRoot}/third_party/clang/lib",
"YCM_TEST_NO_RETRY": "1"
}
}
}
}
}
1
https://gitee.com/zhuixixi/ycmd.git
git@gitee.com:zhuixixi/ycmd.git
zhuixixi
ycmd
ycmd
master

搜索帮助