Skip to content

Instantly share code, notes, and snippets.

@jtrfs
Last active March 24, 2024 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtrfs/adfc2347b0a94530b4c8d10080f9b2d6 to your computer and use it in GitHub Desktop.
Save jtrfs/adfc2347b0a94530b4c8d10080f9b2d6 to your computer and use it in GitHub Desktop.
workspace to remember
HLAVNI NASTAVENI - settings.json
se mi to vymazalo a ted mam zatim toto:
{
"window.zoomLevel": 1.1,
"breadcrumbs.enabled": false,
"files.autoSave": "onFocusChange",
"editor.fontSize": 17,
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"editor.inlineSuggest.suppressSuggestions": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontLigatures": true,
"editor.fontFamily": "'Cascadia Code PL', monospace",
"editor.fontWeight": "100",
"workbench.colorTheme": "Cobalt2",
"workbench.sideBar.location": "right",
"workbench.editor.enablePreview": false,
"prettier.proseWrap": "never",
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.bracketSameLine": true,
"prettier.bracketSpacing": true,
"prettier.arrowParens": "avoid",
"terminal.integrated.fontSize": 17,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.fontWeightBold": "200",
"terminal.integrated.fontWeight": "100",
"terminal.integrated.lineHeight": 1.2,
"cody.editorTitleCommandIcon": true,
"cody.codeActions.enabled": false,
"material-ui-snippets.showNotesOnStartup": false,
"php.validate.executablePath": "/opt/homebrew/bin/php",
// EXTENSIONS
"cSpell.userWords": ["Cascadia", "esbenp", "Parens"],
// THEMES
"workbench.iconTheme": "material-icon-theme"
}
DOZLUTA NASTAVENI
{
"indentRainbow.includedLanguages": ["html"],
"workbench.colorCustomizations": {
// TITLE BAR
"titleBar.activeBackground": "#dd9d0999",
"titleBar.inactiveBackground": "#dd9d0999",
"titleBar.activeForeground": "#000000",
"titleBar.inactiveForeground": "#f7d8836a",
// ACTIVITY BAR
"activityBar.background": "#dd9d0999",
"activityBar.activeBackground": "#fff200cf",
"activityBar.foreground": "#000000",
"activityBar.inactiveForeground": "#f7d8836a",
"activityBar.activeBorder": "#ffcc00cf",
"activityBarBadge.background": "#000000",
"activityBarBadge.foreground": "#ffffff",
// STATUS BAR
"statusBar.background": "#000000",
"statusBar.foreground": "#f1e0b8",
"statusBar.border": "#dd9d0999"
}
}
MODRE NASTAVENI
{
"indentRainbow.includedLanguages": ["html"],
"cSpell.words": ["arraye", "concat", "Maja", "Rumcajs", "unshift"],
"workbench.colorCustomizations": {
// TITLE BAR
"titleBar.activeBackground": "#09b3dd99",
"titleBar.inactiveBackground": "#09b3dd99",
"titleBar.activeForeground": "#000000",
"titleBar.inactiveForeground": "#f7d8836a",
// ACTIVITY BAR
"activityBar.background": "#09b3dd99",
"activityBar.activeBackground": "#00e1ffcf",
"activityBar.foreground": "#000000",
"activityBar.inactiveForeground": "#f7d8836a",
"activityBar.activeBorder": "#00e1ffcf",
"activityBarBadge.background": "#000000",
"activityBarBadge.foreground": "#ffffff",
// STATUS BAR
"statusBar.background": "#000000",
"statusBar.foreground": "#a6e2f199",
"statusBar.border": "#09b3dd99"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment