archivesOfToyLang/tshunhue/newFolder/nfatree/.vscode/launch.json

21 lines
No EOL
632 B
JSON

{
// 使用 IntelliSense 以得知可用的屬性。
// 暫留以檢視現有屬性的描述。
// 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - NFAGraph",
"request": "launch",
"mainClass": "NFAGraph",
"projectName": "NFAGraph_166a05c0"
},
{
"type": "java",
"name": "Debug (Launch) - Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}