

Moja konfiguracja Visual Studio Code
| 1 min. czytania
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
"eslint.validate": [
"javascript",
"javascriptreact",
"astro",
"typescript",
"typescriptreact"
],
"javascript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifier": "non-relative",
"security.workspace.trust.untrustedFiles": "open",
"editor.minimap.enabled": false,
"explorer.compactFolders": false,
"editor.fontFamily": "'Monaspace Neon', monospace",
"editor.fontWeight": 300,
"editor.lineHeight": 1.6,
"workbench.sideBar.location": "left",
"github.copilot.nextEditSuggestions.enabled": true,
"editor.fontLigatures": "'calt', 'liga', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'ss09'",
"editor.fontSize": 12,
"editor.gotoLocation.multipleDefinitions": "goto",
"git.autofetch": true,
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmPasteNative": false,
"editor.letterSpacing": 0.3,
"workbench.tree.indent": 40,
"workbench.tree.renderIndentGuides": "always",
"editor.guides.bracketPairs": true,
"vscord.app.privacyMode.enable": true,
"workbench.iconTheme": "catppuccin-mocha",
"window.autoDetectColorScheme": true,
"workbench.preferredDarkColorTheme": "Nordico",
"workbench.preferredLightColorTheme": "Tokyo Night Light"
}
Font#
Monaspace Neon ciekwy font z ligaturami oraz technologią “texture healing”.
Rozszerzenia wizualne#
- Catppuccin Icons - ikony w stylu kreskówek.
- Nordico - ciemny motyw.
- Tokyo Night Light - jasny motyw.
Rozszerzenia#
- Prettier - Code formatter
- ESLint
- Error Lens
- Highlight Matching Tag
- Astro
- Import Cost
- MDX
- Tailwind CSS IntelliSense
Ciemny motyw#

Jasny motyw#
