This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix quotation marks in launch.json (
#13325
)
Co-authored-by: zeripath <art27@cantab.net>
tags/v1.15.0-dev
Elena Neuschild
GitHub
4 years ago
parent
a29c7302e9
commit
5c3546bad5
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
contrib/ide/vscode/launch.json
+4
-0
contrib/ide/vscode/settings.json
+ 1
- 1
contrib/ide/vscode/launch.json
View File
@@ -19,7 +19,7 @@
"type": "go",
"request": "launch",
"mode": "debug",
"buildFlags": "-tags=
\"sqlite sqlite_unlock_notify\"
",
"buildFlags": "-tags=
'sqlite sqlite_unlock_notify'
",
"port": 2345,
"host": "127.0.0.1",
"program": "${workspaceRoot}/main.go",
+ 4
- 0
contrib/ide/vscode/settings.json
View File
@@ -0,0 +1,4 @@
{
"go.buildTags": "'sqlite sqlite_unlock_notify'",
"go.testFlags": ["-v"]
}
Write
Preview
Loading…
Cancel
Save