feat: update VSCode settings for icon theme and add remote platform configuration
This commit is contained in:
parent
39047218ff
commit
d6b88fad01
@ -7,7 +7,7 @@
|
||||
"*": true
|
||||
},
|
||||
"git.autofetch": true,
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"workbench.iconTheme": "icons",
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
@ -53,7 +53,8 @@
|
||||
},
|
||||
"remote.SSH.remotePlatform": {
|
||||
"mennos-laptop": "linux",
|
||||
"mennos-desktop": "linux"
|
||||
"mennos-desktop": "linux",
|
||||
"cloud": "linux"
|
||||
},
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
@ -70,5 +71,8 @@
|
||||
"dart.debugExternalPackageLibraries": true,
|
||||
"dart.debugSdkLibraries": true,
|
||||
"dart.warnWhenEditingFilesOutsideWorkspace": false,
|
||||
"window.confirmSaveUntitledWorkspace": false
|
||||
"window.confirmSaveUntitledWorkspace": false,
|
||||
"git.openRepositoryInParentFolders": "never",
|
||||
"debug.toolBarLocation": "commandCenter",
|
||||
"workbench.colorTheme": "Default Light+"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user