Skip to content

Commit

Permalink
add vimspector configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Mar 9, 2021
1 parent 82dd513 commit 2cdfaf1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vimspector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"configurations": {
"launch - netcoredbg": {
"adapter": "netcoredbg",
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/bin/Debug/netcoreapp3.1/FVim.dll",
"args": [],
"stopAtEntry": true,
"cwd": "${workspaceRoot}"
}
}
}
}

0 comments on commit 2cdfaf1

Please sign in to comment.