소스 검색

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
-  }
-}