Create Simulator target scaffold
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Run Nova64 Simulator",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "CMake: build",
|
||||
"program": "${workspaceFolder}/simulator/bin/Debug/net8.0/Nova64Simulator.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/simulator",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user