Skip to content

Instantly share code, notes, and snippets.

@przeprogramowani
Last active August 9, 2021 15:25
Show Gist options
  • Select an option

  • Save przeprogramowani/b39d6950fc98734e03c6e2bb8c02539d to your computer and use it in GitHub Desktop.

Select an option

Save przeprogramowani/b39d6950fc98734e03c6e2bb8c02539d to your computer and use it in GitHub Desktop.
Dodatek do odcinka "Visual Studio Code - efektywna konfiguracja". Plik konfiguracyjny Marcina settings.json - może wymagać dostosowania do Twojego systemu operacyjnego. https://www.youtube.com/c/przeprogramowani
{
"vscode_custom_css.imports": [""],
"vscode_custom_css.policy": true,
"editor.scrollbar.verticalScrollbarSize": 0,
"editor.scrollBeyondLastLine": false,
"window.zoomLevel": 0,
"editor.fontSize": 28,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"vue-html": "html",
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true
},
"emmet.triggerExpansionOnTab": true,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#2979FF",
"list.activeSelectionForeground": "#2979FF",
"list.inactiveSelectionForeground": "#2979FF",
"list.highlightForeground": "#2979FF",
"scrollbarSlider.activeBackground": "#2979FF50",
"editorSuggestWidget.highlightForeground": "#2979FF",
"textLink.foreground": "#2979FF",
"progressBar.background": "#2979FF",
"pickerGroup.foreground": "#2979FF",
"tab.activeBorder": "#2979FF",
"notificationLink.foreground": "#2979FF",
"editorWidget.resizeBorder": "#2979FF",
"editorWidget.border": "#2979FF",
"settings.modifiedItemIndicator": "#2979FF",
"settings.modifiedItemForeground": "#2979FF",
"settings.headerForeground": "#2979FF",
"panelTitle.activeBorder": "#2979FF",
"breadcrumb.activeSelectionForeground": "#2979FF",
"menu.selectionForeground": "#2979FF",
"menubar.selectionForeground": "#2979FF"
},
"workbench.iconTheme": "vs-nomo-dark",
"explorer.confirmDelete": false,
"workbench.colorTheme": "SynthWave '84",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.history": true,
},
"editor.minimap.enabled": true,
"presentationMode.zoomLevel": 0,
"editor.fontFamily": "Ligconsolata",
"editor.wordWrap": "on",
"editor.fontWeight": "500",
"editor.detectIndentation": false,
"editor.emptySelectionClipboard": false,
"editor.letterSpacing": 0.2,
"editor.renderLineHighlight": "all",
"editor.smoothScrolling": true,
"editor.trimAutoWhitespace": false,
"editor.cursorBlinking": "expand",
"editor.cursorWidth": 4,
"editor.lineNumbers": "on",
"terminal.integrated.fontSize": 18,
"terminal.integrated.fontWeight": "500",
"terminal.integrated.fontWeightBold": "300",
"terminal.integrated.letterSpacing": 2,
"blade.format.enable": true,
"sync.gist": "",
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"html-css-class-completion.enableEmmetSupport": true,
"emmet.showSuggestionsAsSnippets": true,
"editor.snippetSuggestions": "top",
"emmet.includeLanguages": {
"vue-html": "html",
"javascript": "javascriptreact",
"blade": "html"
},
"emmet.syntaxProfiles": {
"html": {
"filters": "bem"
}
},
"emmet.extensionsPath": "/Users/admin/.vscode",
"emmet.variables": {
"color": "blue",
// "lang": "de"
},
"editor.tabCompletion": "on",
"editor.fontLigatures": true,
"files.autoSave": "onFocusChange",
"clang-format.language.javascript.enable": false,
"beautify.ignore": [
"**/*.js",
"**/*.jsx"
],
"prettier.tabWidth": 2,
"prettier.useTabs": false,
"git.autofetch": true,
"namespaceResolver.sortAlphabetically": true,
"autoimport.absolute": true,
"typescript.preferences.importModuleSpecifier": "relative",
"javascript.preferences.importModuleSpecifier": "relative",
"autoimport.showNotifications": true,
"cSpell.language": "pl, en",
"cSpell.userWords": [
"Rekruterzy",
"datocms",
"everuptive",
"fontawesome",
"rebass",
"talentplace"
],
"css.lint.important": "warning",
"workbench.editor.enablePreview": false,
"terminal.integrated.rendererType": "dom",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"debug.node.autoAttach": "on",
"editor.multiCursorModifier": "ctrlCmd",
"breadcrumbs.enabled": true,
"aceJump.placeholder.fontSize": 24,
"aceJump.placeholder.height": 22,
"aceJump.placeholder.width": 22,
"aceJump.placeholder.textPosX": 5,
"aceJump.placeholder.fontWeight": "bold",
"aceJump.placeholder.textPosY": 17,
"turboConsoleLog.quote": "`",
"prettier.jsxSingleQuote": true,
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[javascript]": {
"editor.defaultFormatter": "remimarsal.prettier-now",
},
"editor.renderIndentGuides": false,
"guides.active.extraIndent": true,
"guides.active.gutter": true,
"guides.active.width": 2,
"guides.indent.hideBackgroundOnSelection": false,
"guides.normal.hideOnSelection": false,
"guides.overrideDefault": true,
"snippets-view.includeExtensionSnippets": true,
"snippets-view.flatten": true,
"snippets-view.onlyForActiveEditor": true,
"python.jediEnabled": false,
"javascript.preferences.quoteStyle": "double",
"prettier.singleQuote": false,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"workbench.editor.showTabs": true,
"auto-close-tag.SublimeText3Mode": true,
"auto-close-tag.enableAutoCloseSelfClosingTag": false,
"javascript.autoClosingTags": false,
"html.autoClosingTags": false,
"bracket-pair-colorizer-2.showBracketsInGutter": true,
"bracket-pair-colorizer-2.showBracketsInRuler": true,
"bracket-pair-colorizer-2.highlightActiveScope": true,
"bracket-pair-colorizer-2.forceUniqueOpeningColor": true,
"bracket-pair-colorizer-2.forceIterationColorCycle": true,
"evernote.token": "S=s350:U=3983f7b:E=1719dfa7036:C=16a464940d8:P=1cd:A=en-devtoken:V=2:H=ec56e3b67cab98a18889f1c502174ca6",
"evernote.noteStoreUrl": "https://www.evernote.com/shard/s350/notestore",
"evermonkey.token": "S=s350:U=3983f7b:E=1719dfa7036:C=16a464940d8:P=1cd:A=en-devtoken:V=2:H=ec56e3b67cab98a18889f1c502174ca6",
"evermonkey.noteStoreUrl": "https://www.evernote.com/shard/s350/notestore",
"files.eol": "\n",
"[markdown]": {
"editor.quickSuggestions": true
},
"eslint.alwaysShowStatus": true,
"eslint.packageManager": "yarn",
"eslint.run": "onSave",
"prettier.bracketSpacing": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"html.format.wrapLineLength": 0,
"liveshare.featureSet": "insiders",
"better-comments.highlightPlainText": true,
"editor.defaultFormatter": "remimarsal.prettier-now",
"editor.formatOnSave": true,
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"git.confirmSync": false,
"launch": {
"version": "0.2.0",
"configurations": [{
"name": "Debug CRA Tests",
"type": "node",
"request": "launch",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/react-scripts",
"args": [
"test",
"--runInBand",
"--no-cache",
"--env=jsdom"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
{
"name": "Gatsby develop",
"type": "node",
"request": "launch",
"protocol": "inspector",
"program": "${workspaceRoot}/node_modules/gatsby/dist/bin/gatsby",
"args": ["develop"],
"stopOnEntry": false,
"runtimeArgs": ["--nolazy"],
"sourceMaps": false
},
{
"name": "Gatsby build",
"type": "node",
"request": "launch",
"protocol": "inspector",
"program": "${workspaceRoot}/node_modules/gatsby/dist/bin/gatsby",
"args": ["build"],
"stopOnEntry": false,
"runtimeArgs": ["--nolazy"],
"sourceMaps": false
},
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:4000",
"webRoot": "${workspaceFolder}",
"sourceMapPathOverrides": {
"webpack:///./*": "${webRoot}/*",
"webpack:///src/*": "${webRoot}/*",
"webpack:///*": "*",
"webpack:///./~/*": "${webRoot}/node_modules/*",
"meteor://💻app/*": "${webRoot}/*"
}
},
{
"name": "Chrome CRA",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}",
"sourceMapPathOverrides": {
"webpack:///./*": "${webRoot}/*",
"webpack:///src/*": "${webRoot}/*",
"webpack:///*": "*",
"webpack:///./~/*": "${webRoot}/node_modules/*",
"meteor://💻app/*": "${webRoot}/*"
}
},
]
},
"mjml": {
"autoPreview": true,
"templateGallery": true,
"exportType": ".blade.php"
},
"[scss]": {
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter"
},
"[blade]": {
"editor.defaultFormatter": "onecentlin.laravel-blade"
},
"editor.minimap.maxColumn": 240,
"sync.quietSync": true,
"npm.fetchOnlinePackageInfo": false,
"gitlens.mode.active": "review",
"window.title": "${activeEditorShort}",
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.shell.linux": "/usr/bin/zsh",
"terminal.integrated.fontFamily": "'SauceCodePro Nerd Font Mono','Source Code Pro'",
"terminal.integrated.rightClickCopyPaste": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.cursorBlinking": true,
"workbench.tree.indent": 30,
"theme-by-language.themes": {
"markdown": "SynthWave '84",
"typescript": "Horizon Italic",
"typescriptreact": "SynthWave '84",
"php": "SynthWave '84",
"blade": "SynthWave '84",
"javascript": "SynthWave '84"
},
"explorer.enableDragAndDrop": false,
"workbench.sideBar.location": "right",
"search.quickOpen.includeSymbols": true,
"keyboard.dispatch": "keyCode",
"window.titleBarStyle": "native",
"workbench.activityBar.visible": false,
"markdownShortcuts.icons.image": true,
"markdownShortcuts.icons.link": true,
"material-icon-theme.activeIconPack": "react"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment