-
Notifications
You must be signed in to change notification settings - Fork 8
vscode 光标位置错误 #11
Copy link
Copy link
Open
Description
整个文件内容如下所示:
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/main",
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
