浏览代码

ignore .vscode

Michael Wang 3 年之前
父节点
当前提交
27f2880184
共有 2 个文件被更改,包括 0 次插入19 次删除
  1. 0 3
      .vscode/extensions.json
  2. 0 16
      .vscode/settings.json

+ 0 - 3
.vscode/extensions.json

@@ -1,3 +0,0 @@
-{
-  "recommendations": ["johnsoncodehk.volar"]
-}

+ 0 - 16
.vscode/settings.json

@@ -1,16 +0,0 @@
-{
-  "workbench.colorCustomizations": {
-    "activityBar.background": "#2B1D74",
-    "titleBar.activeBackground": "#3D28A3",
-    "titleBar.activeForeground": "#FAF9FE"
-  },
-  "editor.formatOnSave": true,
-  "files.exclude": {
-    "**/.git": true,
-    "**/.svn": true,
-    "**/.hg": true,
-    "**/CVS": true,
-    "**/.DS_Store": true,
-    "**/Thumbs.db": true
-  }
-}