Skip to content

Commit

Permalink
Update launch.json to use Rhino 8 in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
NATSUME Hiroaki committed Dec 22, 2023
1 parent bcc40f4 commit 525b76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"version": "0.2.0",
"configurations": [
{
"name": "Run Rhino8 WIP",
"name": "Run Rhino8",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "C:/Program Files/Rhino 8 WIP/System/Rhino.exe",
"program": "C:/Program Files/Rhino/System/Rhino.exe",
"args": ["/nosplash"],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
Expand Down

0 comments on commit 525b76e

Please sign in to comment.