This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Add VSCode debugger launch profile
pull/72/head
Anairkoen Schno
3 years ago
parent
a70bc77869
commit
e5f4a8419f
Signed by:
DaNike
GPG Key ID:
BEFB74D5F3FC4387
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
.vscode/launch.json
+ 12
- 0
.vscode/launch.json
View File
@ -0,0 +1,12 @@
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Attach to BSIPA"
,
"type"
:
"mono"
,
"request"
:
"attach"
,
"address"
:
"localhost"
,
"port"
:
10000
}
]
}
Write
Preview
Loading…
Cancel
Save