1 Star 0 Fork 0

borl/ycmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.vimspector.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
Ben Jackson 提交于 2020-09-07 20:57 . Use python3 for vimspector
{
"$schema": "https://puremourning.github.io/vimspector/schema/vimspector.schema.json",
"configurations": {
"python - launch pytest": {
"adapter": "debugpy",
"variables": [
{
"python": {
"shell": "/bin/bash -c 'if [ -z \"${dollar}VIRTUAL_ENV\" ]; then echo $$(which python3); 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"
}
}
},
"python - attach": {
"adapter": "multi-session",
"configuration": {
"request": "attach"
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/borl/ycmd.git
git@gitee.com:borl/ycmd.git
borl
ycmd
ycmd
master

搜索帮助

Cb406eda 1850385 E526c682 1850385