Remove vscode viles

This commit is contained in:
Marc Di Luzio 2020-07-10 21:37:19 +01:00
parent 427db95b5b
commit 327c246c8e
2 changed files with 0 additions and 32 deletions

27
.vscode/launch.json vendored
View file

@ -1,27 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Rove Server",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/rove-server/main.go",
"cwd": "${workspaceFolder}",
"env": {
"WORDS_FILE": "${workspaceFolder}/data/words_alpha.txt",
},
"args": [],
},
{
"name": "Launch Rove",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/rove/main.go",
"cwd": "${workspaceFolder}",
"env": {},
"args": ["radar"],
}
]
}

View file

@ -1,5 +0,0 @@
{
"gopls": {
"buildFlags": ["-tags=integration"]
},
}