update vscode tasks
This commit is contained in:
18
.vscode/tasks.json
vendored
18
.vscode/tasks.json
vendored
@@ -7,6 +7,15 @@
|
||||
"label": "Go Build",
|
||||
"type": "shell",
|
||||
"command": "go build -o bin/",
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
"clear": true
|
||||
},
|
||||
},
|
||||
{
|
||||
"label": "Fyne Package",
|
||||
"type": "shell",
|
||||
"command": "fyne package",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
@@ -15,6 +24,15 @@
|
||||
"reveal": "silent",
|
||||
"clear": true
|
||||
},
|
||||
},
|
||||
{
|
||||
"label": "Fyne Bundle",
|
||||
"type": "shell",
|
||||
"command": "fyne bundle -o data.go Icon.png",
|
||||
"presentation": {
|
||||
"reveal": "silent",
|
||||
"clear": true
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user