Update Code - OSS
This commit is contained in:
parent
1d035fb503
commit
943edb3823
2 changed files with 1 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
|||
"[yaml]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"accessibility.dimUnfocused.enabled": true,
|
||||
"breadcrumbs.enabled": false,
|
||||
"editor.fontFamily": "'FiraCode Nerd Font', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
|
@ -22,12 +21,10 @@
|
|||
"terminal.integrated.hideOnStartup": "always",
|
||||
"update.showReleaseNotes": false,
|
||||
"vscode-pets.petSize": "medium",
|
||||
"vscode-pets.position": "explorer",
|
||||
"vscode-pets.throwBallWithMouse": true,
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"window.restoreWindows": "one",
|
||||
"window.zoomLevel": 2,
|
||||
"workbench.activityBar.location": "hidden",
|
||||
"workbench.colorTheme": "Tokyo Night",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.startupEditor": "none"
|
||||
}
|
1
justfile
1
justfile
|
@ -34,7 +34,6 @@ setup-code:
|
|||
code-oss --install-extension tamasfe.even-better-toml
|
||||
code-oss --install-extension tonybaloney.vscode-pets
|
||||
code-oss --install-extension usernamehw.errorlens
|
||||
code-oss --install-extension vscodevim.vim
|
||||
|
||||
# Installs mpv scripts
|
||||
setup-mpv:
|
||||
|
|
Loading…
Add table
Reference in a new issue