chore(dev): convert .vscode/launch.json to tasks.json
This commit is contained in:
14
.vscode/launch.json → .vscode/tasks.json
vendored
14
.vscode/launch.json → .vscode/tasks.json
vendored
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "2.0.0",
|
||||||
"configurations": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"name": "Update a VPN provider servers data",
|
"label": "Update a VPN provider servers data",
|
||||||
"type": "go",
|
"type": "shell",
|
||||||
"request": "launch",
|
"command": "go",
|
||||||
"cwd": "${workspaceFolder}",
|
|
||||||
"program": "cmd/gluetun/main.go",
|
|
||||||
"args": [
|
"args": [
|
||||||
|
"run",
|
||||||
|
"./cmd/gluetun/main.go",
|
||||||
"update",
|
"update",
|
||||||
"${input:updateMode}",
|
"${input:updateMode}",
|
||||||
"-providers",
|
"-providers",
|
||||||
Reference in New Issue
Block a user