this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vscode: use tree view as default

+3 -1
+3 -1
vscode/settings.json
··· 119 119 "[jsonc]": { 120 120 "editor.defaultFormatter": "esbenp.prettier-vscode" 121 121 }, 122 - "makefile.configureOnOpen": false 122 + "makefile.configureOnOpen": false, 123 + "search.defaultViewMode": "tree", 124 + "scm.defaultViewMode": "tree" 123 125 }