Skip to content

Instantly share code, notes, and snippets.

@b14ck0ps
Created September 6, 2023 16:04
Show Gist options
  • Save b14ck0ps/6ea27b17c5f639ac5650385b804281b2 to your computer and use it in GitHub Desktop.
Save b14ck0ps/6ea27b17c5f639ac5650385b804281b2 to your computer and use it in GitHub Desktop.
VScode Insider Setting
{
"editor.inlineSuggest.enabled": true,
"vim.smartRelativeLine": true,
"notebook.formatOnSave.enabled": true,
"workbench.colorTheme": "Catppuccin Mocha",
"terminal.integrated.fontFamily": "'CaskaydiaCove Nerd Font'",
"workbench.iconTheme": "vscode-icons",
"glassit.alpha": 255,
"latex-utilities.message.update.show": false,
"[latex]": {
"editor.defaultFormatter": "James-Yu.latex-workshop"
},
"git.autofetch": true,
"latex.linter.enabled": false,
"latex.formatter.config": "Absolute",
"redhat.telemetry.enabled": true,
"[yaml]": {
"editor.defaultFormatter": "PascalReitermann93.vscode-yaml-sort"
},
"security.workspace.trust.untrustedFiles": "open",
"svelte.enable-ts-plugin": true,
"debug.disassemblyView.showSourceCode": false,
"workbench.editor.showTabs": false,
"editor.renderControlCharacters": false,
"breadcrumbs.enabled": false,
"workbench.layoutControl.enabled": false,
"editor.minimap.size": "fit",
"editor.minimap.showSlider": "always",
"powermode.enabled": true,
"powermode.combo.location": "editor",
"powermode.combo.threshold": 5,
"powermode.shake.intensity": 1,
"editor.minimap.enabled": false,
//* fonts */
"editor.fontSize": 16,
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New',monospace",
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"constant",
"emphasis",
"entity",
"invalid",
"keyword",
"markup",
"meta",
"storage",
"string",
"strong",
"support",
"variable"
],
"settings": {
"fontStyle": "italic"
}
}
]
},
"files.autoSave": "onFocusChange",
"terminal.integrated.env.linux": {},
"console-ninja.featureSet": "Pro",
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": true,
"scminput": false
},
"cSpell.userWords": [
"AJRAN",
"HOSSAIN"
],
"latex-workshop.latex.autoBuild.run": "onSave",
"hediet.vscode-drawio.resizeImages": null,
"hediet.vscode-drawio.theme": "min",
"hediet.vscode-drawio.codeLinkActivated": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none",
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 1,
"diffEditor.hideUnchangedRegions.enabled": true,
"workbench.activityBar.visible": false,
"window.menuBarVisibility": "toggle",
"window.commandCenter": false,
"workbench.statusBar.visible": false,
"workbench.sideBar.location": "right"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment