mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 17:52:24 +00:00
chore: remove tracked directory to apply .gitignore
This commit is contained in:
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug Go program",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceFolder}",
|
||||
"args": [
|
||||
"run",
|
||||
"-t", "1,2,3"
|
||||
],
|
||||
"env": {},
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user