Delete .vscode directory

Cleaning
This commit is contained in:
SharkBin
2026-05-25 02:18:55 +08:00
committed by GitHub
parent aa18bfc332
commit 5ef8a9d75a

17
.vscode/launch.json vendored
View File

@@ -1,17 +0,0 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": ["server"]
}
]
}