-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for further information watch https://www.youtube.com/watch?v=Y70b3uQvRoQ Co-Authored-By: Dedmen Miller <[email protected]>
- Loading branch information
1 parent
7917545
commit c0c5d2c
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ releases/* | |
*.biprivatekey | ||
*.pbo | ||
.idea/ | ||
.vscode/ | ||
# .vscode/ | ||
.hemtt/local | ||
|
||
# Windows image file caches | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |