赵智超
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
contrib/ide/vscode/tasks.json
|
|
@ -2,7 +2,7 @@ |
|
|
|
"version": "2.0.0", |
|
|
|
"tasks": [ |
|
|
|
{ |
|
|
|
"taskName": "Build", |
|
|
|
"label": "Build", |
|
|
|
"type": "shell", |
|
|
|
"command": "go", |
|
|
|
"group": "build", |
|
|
@ -25,7 +25,7 @@ |
|
|
|
"problemMatcher": ["$go"] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"taskName": "Build (with SQLite3)", |
|
|
|
"label": "Build (with SQLite3)", |
|
|
|
"type": "shell", |
|
|
|
"command": "go", |
|
|
|
"group": "build", |
|
|
|