Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "workbench.preferredDarkColorTheme": "Visual Studio Dark",
- "workbench.preferredHighContrastColorTheme": "Visual Studio Dark",
- "workbench.settings.applyToAllProfiles": [
- "workbench.colorTheme"
- ],
- "workbench.preferredHighContrastLightColorTheme": "Visual Studio Dark",
- "editor.semanticTokenColorCustomizations": {
- },
- "editor.tokenColorCustomizations": {},
- "editor.minimap.enabled": false,
- "editor.renderWhitespace": "none",
- "editor.renderControlCharacters": false,
- "workbench.preferredLightColorTheme": "Default Dark+",
- "glassit.alpha": 255,
- "editor.fontFamily": "Cascadia Code",
- "editor.fontLigatures": true,
- "workbench.productIconTheme": "fluent-icons",
- "symbols.hidesExplorerArrows": false,
- "workbench.iconTheme": "symbols",
- "editor.codeLensFontFamily": "Cascadia Code",
- "liveServer.settings.donotShowInfoMsg": true,
- "workbench.startupEditor": "none",
- "security.workspace.trust.untrustedFiles": "open",
- "explorer.confirmDelete": false,
- "liveSassCompile.settings.formats": [
- {
- "format": "expanded",
- "extensionName": ".css",
- "savePath": "./css/",
- "savePathReplacementPairs": null
- },
- {
- "format": "compressed",
- "extensionName": ".min.css",
- "savePath": "./css/",
- "savePathReplacementPairs": null
- }
- ],
- "liveSassCompile.settings.forceBaseDirectory": "",
- "liveSassCompile.settings.useNewCompiler": false,
- "notebook.diff.ignoreOutputs": true,
- "notebook.output.textLineLimit": 0,
- "terminal.integrated.showLinkHover": false,
- "output.smartScroll.enabled": false,
- "workbench.editor.enablePreview": false,
- "terminal.integrated.cursorStyle": "line",
- "liveSassCompile.settings.showOutputWindowOn": "None",
- "editor.scrollbar.horizontal": "hidden",
- "editor.scrollbar.vertical": "hidden",
- "liveServer.settings.donotVerifyTags": true,
- "editor.lineNumbers": "off",
- "window.zoomLevel": 2,
- "zenMode.silentNotifications": false,
- "window.menuBarVisibility": "toggle",
- "breadcrumbs.enabled": false,
- "update.showReleaseNotes": false,
- "editor.fontSize": 12,
- "editor.cursorSmoothCaretAnimation": "on",
- "editor.stickyScroll.enabled": false,
- "editor.cursorBlinking": "expand",
- "workbench.activityBar.location": "hidden",
- "editor.overviewRulerBorder": false,
- "editor.hideCursorInOverviewRuler": true,
- "editor.formatOnSave": true,
- "editor.guides.indentation": false,
- "workbench.editor.showTabs": "none",
- "editor.matchBrackets": "never",
- "editor.glyphMargin": false,
- "explorer.confirmDragAndDrop": false,
- "workbench.colorTheme": "Palette",
- "tabnine.experimentalAutoImports": true,
- "workbench.sideBar.location": "right",
- "workbench.statusBar.visible": false,
- "json.schemas": [
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment