Skip to content

Commit

Permalink
VSCode configuration
Browse files Browse the repository at this point in the history
Signed-off-by: root <root@debian-BULLSEYE-live-builder-AMD64>
  • Loading branch information
root authored and root committed Apr 24, 2024
1 parent c69d76d commit 23505e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Docker",
"type": "Ruby",
"request": "attach",
"remotePort": "9000",
"remoteHost": "localhost",
"remoteWorkspaceRoot": "/opt/roadmap/",
"cwd": "${workspaceRoot}"
}
]
}

0 comments on commit 23505e1

Please sign in to comment.