init: vscode extension & settings

This commit is contained in:
robinson
2026-06-05 01:15:16 +08:00
commit d245ca1a98
2 changed files with 14 additions and 0 deletions

6
extension.txt Normal file
View 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
View 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"
}