Hatkat

config Visual Studio Code

Apr 25th, 2024
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. {
  2. "workbench.preferredDarkColorTheme": "Visual Studio Dark",
  3. "workbench.preferredHighContrastColorTheme": "Visual Studio Dark",
  4. "workbench.settings.applyToAllProfiles": [
  5. "workbench.colorTheme"
  6. ],
  7. "workbench.preferredHighContrastLightColorTheme": "Visual Studio Dark",
  8. "editor.semanticTokenColorCustomizations": {
  9.  
  10. },
  11. "editor.tokenColorCustomizations": {},
  12. "editor.minimap.enabled": false,
  13. "editor.renderWhitespace": "none",
  14. "editor.renderControlCharacters": false,
  15. "workbench.preferredLightColorTheme": "Default Dark+",
  16. "glassit.alpha": 255,
  17. "editor.fontFamily": "Cascadia Code",
  18. "editor.fontLigatures": true,
  19. "workbench.productIconTheme": "fluent-icons",
  20. "symbols.hidesExplorerArrows": false,
  21. "workbench.iconTheme": "symbols",
  22. "editor.codeLensFontFamily": "Cascadia Code",
  23. "liveServer.settings.donotShowInfoMsg": true,
  24. "workbench.startupEditor": "none",
  25. "security.workspace.trust.untrustedFiles": "open",
  26. "explorer.confirmDelete": false,
  27. "liveSassCompile.settings.formats": [
  28.  
  29. {
  30. "format": "expanded",
  31. "extensionName": ".css",
  32. "savePath": "./css/",
  33. "savePathReplacementPairs": null
  34. },
  35. {
  36. "format": "compressed",
  37. "extensionName": ".min.css",
  38. "savePath": "./css/",
  39. "savePathReplacementPairs": null
  40. }
  41. ],
  42. "liveSassCompile.settings.forceBaseDirectory": "",
  43. "liveSassCompile.settings.useNewCompiler": false,
  44. "notebook.diff.ignoreOutputs": true,
  45. "notebook.output.textLineLimit": 0,
  46. "terminal.integrated.showLinkHover": false,
  47. "output.smartScroll.enabled": false,
  48. "workbench.editor.enablePreview": false,
  49. "terminal.integrated.cursorStyle": "line",
  50. "liveSassCompile.settings.showOutputWindowOn": "None",
  51. "editor.scrollbar.horizontal": "hidden",
  52. "editor.scrollbar.vertical": "hidden",
  53. "liveServer.settings.donotVerifyTags": true,
  54. "editor.lineNumbers": "off",
  55. "window.zoomLevel": 2,
  56. "zenMode.silentNotifications": false,
  57. "window.menuBarVisibility": "toggle",
  58. "breadcrumbs.enabled": false,
  59. "update.showReleaseNotes": false,
  60. "editor.fontSize": 12,
  61. "editor.cursorSmoothCaretAnimation": "on",
  62. "editor.stickyScroll.enabled": false,
  63. "editor.cursorBlinking": "expand",
  64. "workbench.activityBar.location": "hidden",
  65. "editor.overviewRulerBorder": false,
  66. "editor.hideCursorInOverviewRuler": true,
  67. "editor.formatOnSave": true,
  68. "editor.guides.indentation": false,
  69. "workbench.editor.showTabs": "none",
  70. "editor.matchBrackets": "never",
  71. "editor.glyphMargin": false,
  72. "explorer.confirmDragAndDrop": false,
  73. "workbench.colorTheme": "Palette",
  74. "tabnine.experimentalAutoImports": true,
  75. "workbench.sideBar.location": "right",
  76. "workbench.statusBar.visible": false,
  77. "json.schemas": [
  78.  
  79. ]
  80. }
  81.  
Advertisement
Add Comment
Please, Sign In to add comment