feat: (iso9660) rock ridge extension
[lunaix-os.git] / lunaix-os / .vscode / launch.json
1 {
2     // 使用 IntelliSense 了解相关属性。 
3     // 悬停以查看现有属性的描述。
4     // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
5     "version": "0.2.0",
6     "configurations": [
7         {
8             "type": "gdb",
9             "request": "attach",
10             "name": "LunaixOS",
11             "executable": "${workspaceRoot}/build/bin/lunaix.bin",
12             "target": ":1234",
13             "remote": true,
14             "cwd": "${workspaceRoot}",
15             "valuesFormatting": "parseText",
16             "preLaunchTask": "Launch LunaixOS"
17         }
18     ]
19 }