0% found this document useful (0 votes)
26 views

Vscode Linux

vs

Uploaded by

siuagan.jayvee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Vscode Linux

vs

Uploaded by

siuagan.jayvee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

{

"workbench.productIconTheme": "fluent-icons",
"discord.removeRemoteRepository": true,
"tabnine.experimentalAutoImports": true,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"editor.formatOnSave": true,
"editor.guides.bracketPairs": true,
"security.workspace.trust.untrustedFiles": "open",
"discord.removeLowerDetails": true,
"artisan.serve.defaultHost": "127.0.0.1",
"tailwindCSS.emmetCompletions": true,
"git.autofetch": true,
"editor.largeFileOptimizations": false,
// custom settings
"material-icon-theme.folders.color": "#8695b7",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.hidesExplorerArrows": true,
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "/css"
},
{
"format": "expanded",
"extensionName": ".css",
"savePath": null,
"savePathReplacementPairs": null
}
],
// "editor.fontFamily": "SF Mono",
// "editor.codeLensFontFamily": "SF Mono",
"editor.fontSize": 15,
"debug.console.fontSize": 15,
"scm.inputFontSize": 14,
"terminal.integrated.fontSize": 15,
"chat.editor.fontSize": 15,
"markdown.preview.fontSize": 15,
"tailwindCSS.rootFontSize": 15,
// "terminal.integrated.fontFamily": "SF Mono",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"javascript.updateImportsOnFileMove.enabled": "never",
"editor.wordWrap": "on",
//
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
//
"workbench.colorTheme": "Halcyon",
"diffEditor.ignoreTrimWhitespace": false,
"workbench.iconTheme": "Monokai Pro Icons",
"material-icon-theme.activeIconPack": "react",
"editor.fontFamily": "Sf Mono",
"apc.font.family": "Sf Pro Display",
"apc.monospace.font.family": "Sf Mono",
"workbench.colorCustomizations": {
// "terminal.background": "#00000000"
},
"workbench.settings.applyToAllProfiles": [
// "workbench.colorCustomizations"
],
"files.autoSave": "onWindowChange"
// "workbench.colorCustomizations": {
// "terminal.background": "#00000000"
// },
// "workbench.settings.applyToAllProfiles": [
// "workbench.colorCustomizations"
// ]
// "apc.stylesheet": {
// // "*": "font-family: Sf Mono"
// // "*": "font-size": 20
// },
// "apc.electron": {
// "backgroundColor": "#2A2E3D",
// "frame": true,
// "transparent": true,
// "titleBarStyle": "hiddenInset",
// "vibrancy": "ultra-dark",
// "trafficLightPosition": {
// "x": 15,
// "y": 13
// }
// }
}

You might also like