diff --git a/.gitignore b/.gitignore index d97ffc51..52aa4cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ bin *.swp *.swo *~ +.vscode diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d14c0cd6..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -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": "${fileDirname}", - "dlvFlags": ["--check-go-version=false"] - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 208a0c06..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "editor.quickSuggestions": { - "strings": true - } -} \ No newline at end of file