Skip to content

Commit

Permalink
enable VSC debugger
Browse files Browse the repository at this point in the history
for further information watch https://www.youtube.com/watch?v=Y70b3uQvRoQ

Co-Authored-By: Dedmen Miller <[email protected]>
  • Loading branch information
b-mayr-1984 and dedmen committed Jul 6, 2024
1 parent 7917545 commit c0c5d2c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ releases/*
*.biprivatekey
*.pbo
.idea/
.vscode/
# .vscode/
.hemtt/local

# Windows image file caches
Expand Down
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "connect",
"type": "sqf",
"request": "launch",
"missionRoot": "${workspaceFolder}",
"scriptPrefix": "x\\grad"
}
]
}

0 comments on commit c0c5d2c

Please sign in to comment.