mirror of
https://github.com/rovinax/vscode-setting.git
synced 2026-07-24 15:07:16 +08:00
init: vscode extension & settings
This commit is contained in:
6
extension.txt
Normal file
6
extension.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
aaron-bond.better-comments
|
||||
degreat.fonted
|
||||
hardhacker.hard-hacker-theme
|
||||
sirmspencer.vscode-autohide
|
||||
spacebox.spacebox-ui
|
||||
vscode-icons-team.vscode-icons
|
||||
8
settings.json
Normal file
8
settings.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"files.autoSave": "onFocusChange",
|
||||
"editor.mouseWheelZoom": true,
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
"workbench.colorTheme": "Hard Hacker Darker",
|
||||
"editor.fontFamily": "Iosevka, monospace",
|
||||
"fonted.font": "Iosevka"
|
||||
}
|
||||
Reference in New Issue
Block a user