上传当前项目状态
This commit is contained in:
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": ".NET Framework: WC_GKJ_OIL",
|
||||
"type": "clr",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}\\WC_GKJ_OIL_EXE\\WC_GKJ_OIL.exe",
|
||||
"cwd": "${workspaceFolder}\\WC_GKJ_OIL_EXE",
|
||||
"preLaunchTask": "build Debug"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user