6060 "editor.inlayHints.enabled" : " offUnlessPressed" ,
6161 "editor.insertSpaces" : true ,
6262 "editor.linkedEditing" : true ,
63- "editor.minimap.enabled" : false ,
63+ "editor.minimap.enabled" : true ,
6464 "editor.minimap.renderCharacters" : false ,
6565 "editor.minimap.size" : " fill" ,
6666 "editor.multiCursorModifier" : " alt" ,
7373 "javascript" : " javascriptreact"
7474 },
7575 "eslint.options" : {
76- "extensions" : [" .js" , " .jsx" , " .md" , " .mdx" , " .ts" , " .tsx" , " .astro" ]
76+ "extensions" : [
77+ " .js" ,
78+ " .jsx" ,
79+ " .md" ,
80+ " .mdx" ,
81+ " .ts" ,
82+ " .tsx" ,
83+ " .astro"
84+ ]
7785 },
78- "eslint.validate" : [" mdx" , " markdown" , " javascript" , " javascriptreact" , " typescript" , " typescriptreact" , " astro" ],
86+ "eslint.validate" : [
87+ " mdx" ,
88+ " markdown" ,
89+ " javascript" ,
90+ " javascriptreact" ,
91+ " typescript" ,
92+ " typescriptreact" ,
93+ " astro"
94+ ],
7995 "explorer.compactFolders" : false ,
8096 "explorer.confirmDelete" : false ,
8197 "explorer.confirmDragAndDrop" : false ,
103119 },
104120 "git.autofetch" : true ,
105121 "git.branchPrefix" : " feature/" ,
106- "git.branchProtection" : [" develop" , " main" ],
122+ "git.branchProtection" : [
123+ " develop" ,
124+ " main"
125+ ],
107126 "git.branchRandomName.enable" : true ,
108127 "git.confirmSync" : false ,
109128 "git.enableCommitSigning" : false ,
114133 "js/ts.implicitProjectConfig.checkJs" : true ,
115134 "peacock.affectSideBarBorder" : true ,
116135 "peacock.color" : " #abcd00" ,
117- "prettier.documentSelectors" : [" **/*.astro" ],
136+ "prettier.documentSelectors" : [
137+ " **/*.astro"
138+ ],
118139 "prettier.printWidth" : 120 ,
119140 "prettier.quoteProps" : " consistent" ,
120141 "prettier.singleQuote" : false ,
144165 "cSpell.words" : [],
145166 "workbench.editor.limit.excludeDirty" : true ,
146167 "files.readonlyInclude" : {
147- ".githooks/**" : true ,
148- ".github/**" : true
168+ ".githooks/**" : true
149169 },
150170 "workbench.colorCustomizations" : {
151171 "activityBar.activeBackground" : " #d5ff01" ,
167187 "titleBar.inactiveBackground" : " #abcd0099" ,
168188 "titleBar.inactiveForeground" : " #15202b99" ,
169189 "tab.activeBorder" : " #d5ff01"
190+ },
191+ "files.exclude" : {
192+ "**/.git" : false
170193 }
171194 }
172- }
195+ }
0 commit comments