1 Star 0 Fork 0

thanatos/vscode的launch和task文件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
launch.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
thanatos 提交于 2021-07-15 06:56 . update launch.json.
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "robotframework-lsp",
"name": "Robot Framework: Launch .robot file",
"request": "launch",
"cwd": "${workspaceFolder}",
"target": "${file}",
"terminal": "none",
"env": {},
"args": ["-d","results/TestSuite/${fileBasenameNoExtension}","--listener","C:\\Python\\Python37\\Lib\\site-packages\\robotide\\contrib\\testrunner\\RobotListener.py"]
},
{
"type": "robotframework-lsp",
"name": "Robot Framework: Test Case",
"request": "launch",
"cwd": "${workspaceFolder}",
"target": "${file}",
"terminal": "none",
"env": {},
"args": ["-d","results/TestCase/${fileBasenameNoExtension}/${selectedText}","--listener","C:\\Python\\Python37\\Lib\\site-packages\\robotide\\contrib\\testrunner\\RobotListener.py","--test","${selectedText}"]
},
{
"type": "robotframework-lsp",
"name": "Robot Framework: include tag",
"request": "launch",
"cwd": "${workspaceFolder}",
"target": "${file}",
"terminal": "none",
"env": {},
"args": ["-d","results/TestTag/${selectedText}","--listener","C:\\Python\\Python37\\Lib\\site-packages\\robotide\\contrib\\testrunner\\RobotListener.py","--include","${selectedText}"]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thanatos518/vscode.git
git@gitee.com:thanatos518/vscode.git
thanatos518
vscode
vscode的launch和task文件
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385