0% found this document useful (0 votes)
85 views3 pages

Settings Json 2024

Uploaded by

tnsmikera
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)
85 views3 pages

Settings Json 2024

Uploaded by

tnsmikera
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/ 3

{

"symbols.hidesExplorerArrows": false,
"tabnine.experimentalAutoImports": true,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "SF Mono",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"workbench.startupEditor": "newUntitledFile",
"editor.renderLineHighlight": "gutter",
"editor.fontLigatures": true,
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.location": "hidden",
"editor.minimap.enabled": false,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"workbench.statusBar.visible": false,
"editor.codeLens": false,
"editor.rulers": [80, 120],
// formatter
"[prisma]": {
"editor.formatOnSave": true,
},
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"files.associations": {
"*.js": "javascriptreact",
"*.dat": "csv (pipe)",
"*.csv": "csv (semicolon)"
},
// BEGIN -- settings to hide top menu bar, based on
https://github.com/drcika/apc-extension/issues/52#issuecomment-1675837688
"editor.hideCursorInOverviewRuler": true,
"window.titleBarStyle": "custom",
"apc.menubar.compact": true,
"apc.electron": {
"titleBarStyle": "hiddenInset",
"trafficLightPosition": {
"x": 11,
"y": 10
},
"frame": false
},
"apc.header": {
"height": 36
},
"apc.listRow": {
"height": 24
},
"apc.font.family": "Inter",
"apc.stylesheet": {
".title-label > h2": "display: none",
".editor-actions": "display: none",
".nosidebar .inline-tabs-placeholder": "width: 75px",
".pane-header": "padding: 0 10px",
".pane-body": "padding: 5px",
".split-view-view:first-child .pane-header": "display: none !important;",
".monaco-list-row": "border-radius: 4px;",
".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display:
none;"
},
// END -- settings to hide top menu bar and other stylesheet polish
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "SF Mono",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"editor.semanticHighlighting.enabled": false,
"explorer.confirmDelete": false,
"editor.guides.highlightActiveBracketPair": false,
"editor.matchBrackets": "never",
"explorer.confirmDragAndDrop": false,
"window.customMenuBarAltFocus": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.editorAssociations": {
"*.rest": "default",
"*.http": "default"
},
"gitlens.advanced.messages": {
"suppressGitDisabledWarning": true,
"suppressGitMissingWarning": true
},
"http.proxySupport": "off",
"http.proxyAuthorization": null,
"http.proxy": "",
"http.proxyStrictSSL": false,

"editor.tabSize": 2,
"workbench.colorTheme": "Dark Modern c++ - copelands",
"prisma.showPrismaDataPlatformNotification": false,
"color-highlight.enable": true,
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"workbench.colorCustomizations": {
// "editor.background": "#313335",
// "editorGutter.background": "#313335"
// "gitDecoration.conflictingResourceForeground": "#ffb86c",
// "gitDecoration.deletedResourceForeground": "#ff5555",
// "gitDecoration.ignoredResourceForeground": "#6272a4",
// "gitDecoration.modifiedResourceForeground": "#FFD29C",
// "gitDecoration.untrackedResourceForeground": "#7EE787",
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "One Dark italic",
"scope": [
"comment",
"entity.other.attribute-name",
"keyword",
"markup.underline.link",
"storage.modifier",
"storage.type",
"string.url",
"variable.language.super",
"variable.language.this",
"keyword.control.conditional.js.jsx",
"storage.type.ts",
"keyword.control.flow.ts",
"variable.parameter.ts"
],
"settings": {
"fontStyle": "",
}
},
{
"name": "One Dark italic reset",
"scope": [
"keyword.operator",
"keyword.other.type",
"storage.modifier.import",
"storage.modifier.package",
"storage.type.built-in",
"storage.type.function.arrow",
"storage.type.generic",
"storage.type.java",
"storage.type.primitive"
],
"settings": {
"fontStyle": ""
}
},
]
},
"idl.dontAsk": {
"forIDLDir": true,
"forIconChange": true,
"forFormatterChange": true,
"toOpenDocs": true
},
}

You might also like