Skip to content

Document VScode Custom Theme/Settings #10

@AbdulDevHub

Description

@AbdulDevHub

{
"terminal.integrated.sendKeybindingsToShell": true,
"editor.inlineSuggest.suppressSuggestions": true,
"codeium.enableConfig": {
"*": true,
"plaintext": true,
"properties": true,
"markdown": true
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"editor.linkedEditing": true,
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.userWords": [
"COURSERA",
"editability",
"favourite",
"Favourited",
"freemium",
"Hackathon",
"Hadi",
"INACTVE",
"KAHOOT",
"Matplotlib",
"Photoshop",
"pygame",
"QUIZLET",
"skyfall",
"SOCRATIVE",
"strech",
"Studica",
"Subpages",
"Tkinter",
"vercel",
"Vuetify",
"Wireframe"
],
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"yaml.schemas": {
"file:///c%3A/Users/kokok/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"code-runner.runInTerminal": true,
"workbench.colorCustomizations": {
"button.background": "#8500cc",
"button.hoverBackground": "#7900bb",
"focusBorder": "#8500cc",
"editor.selectionBackground": "#44475A",
"list.activeSelectionBackground": "#a600ff44",
"badge.background": "#8500cc",
"progressBar.background": "#8500cc",
"tab.activeBorderTop": "#8500cc",
"extensionIcon.verifiedForeground": "#b224fffe",
"notificationsInfoIcon.foreground": "#8500cc",
"welcomePage.progress.foreground": "#8500cc",
"textLink.foreground": "#d485ff",
"textLink.activeForeground": "#c457ff",
"statusBarItem.remoteBackground": "#8500cc",
"statusBarItem.remoteHoverBackground": "#8700d3",
"inputValidation.infoBorder": "#8500cc",
"activityBar.activeBorder": "#8500cc",
"activityBarBadge.background": "#8500cc",
"panelTitle.activeBorder": "#8500cc",
"pickerGroup.border": "#a600ff44",
"terminal.ansiBrightGreen": "#00eea2",
"terminal.ansiBrightBlue": "#c457ff",
"terminalCommandDecoration.successBackground": "#00eea2",
"menu.selectionBackground": "#8500cc",
"statusBar.debuggingBackground": "#8500cc"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "material-product-icons",
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vim.cursorStylePerMode.normal": "line",
"vim.startInInsertMode": true,
"prisma.showPrismaDataPlatformNotification": false,
"prettier.semi": false,
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"remote.autoForwardPortsSource": "hybrid",
"diffEditor.ignoreTrimWhitespace": false,
"[liquid]": {
"editor.defaultFormatter": "sissel.shopify-liquid"
},
"terminal.integrated.suggest.enabled": true,
"chat.instructionsFilesLocations": {
".github/instructions": true,
"C:\Users\kokok\AppData\Local\Temp\postman-collections-post-response.instructions.md": true,
"C:\Users\kokok\AppData\Local\Temp\postman-collections-pre-request.instructions.md": true,
"C:\Users\kokok\AppData\Local\Temp\postman-folder-post-response.instructions.md": true,
"C:\Users\kokok\AppData\Local\Temp\postman-folder-pre-request.instructions.md": true,
"C:\Users\kokok\AppData\Local\Temp\postman-http-request-post-response.instructions.md": true,
"C:\Users\kokok\AppData\Local\Temp\postman-http-request-pre-request.instructions.md": true
},
"workbench.secondarySideBar.defaultVisibility": "hidden"
}

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions