Merge branch 'master' of https://git.etud.insa-toulouse.fr/serviere/EnginPasTangible
这个提交包含在:
当前提交
f602eb7428
共有 1 个文件被更改,包括 14 次插入 和 0 次删除
14
.vscode/launch.json
vendored
普通文件
14
.vscode/launch.json
vendored
普通文件
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "${workspaceFolder}/run_linux.sh ${workspaceFolder}/main.c",
|
||||
"name": "Debug",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
正在加载…
在新工单中引用