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
|
"*": true
|
||||||
},
|
},
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"workbench.iconTheme": "vscode-icons",
|
"workbench.iconTheme": "icons",
|
||||||
"[jsonc]": {
|
"[jsonc]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
@ -53,7 +53,8 @@
|
|||||||
},
|
},
|
||||||
"remote.SSH.remotePlatform": {
|
"remote.SSH.remotePlatform": {
|
||||||
"mennos-laptop": "linux",
|
"mennos-laptop": "linux",
|
||||||
"mennos-desktop": "linux"
|
"mennos-desktop": "linux",
|
||||||
|
"cloud": "linux"
|
||||||
},
|
},
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
@ -70,5 +71,8 @@
|
|||||||
"dart.debugExternalPackageLibraries": true,
|
"dart.debugExternalPackageLibraries": true,
|
||||||
"dart.debugSdkLibraries": true,
|
"dart.debugSdkLibraries": true,
|
||||||
"dart.warnWhenEditingFilesOutsideWorkspace": false,
|
"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