mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
vscode: Statusbar color changes & markdownlint from config file
- Use config file markdown formatting and linting - Update status bar colors
This commit is contained in:
@@ -44,9 +44,9 @@
|
|||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"tab.activeBackground": "#07f7af3f",
|
"tab.activeBackground": "#07f7af3f",
|
||||||
"tab.activeBorder": "#ffffff",
|
"tab.activeBorder": "#ffffff",
|
||||||
"statusBar.background": "#005f87",
|
"statusBar.background": "#171819",
|
||||||
"statusBar.noFolderBackground": "#005f87",
|
"statusBar.noFolderBackground": "#171819",
|
||||||
"statusBar.debuggingBackground": "#005f87",
|
"statusBar.debuggingBackground": "#171819",
|
||||||
"statusBar.foreground": "#ffffff",
|
"statusBar.foreground": "#ffffff",
|
||||||
"statusBar.debuggingForeground": "#ffffff"
|
"statusBar.debuggingForeground": "#ffffff"
|
||||||
},
|
},
|
||||||
@@ -300,13 +300,10 @@
|
|||||||
"markdown.extension.bold.indicator": "**",
|
"markdown.extension.bold.indicator": "**",
|
||||||
"markdown.extension.italic.indicator": "*",
|
"markdown.extension.italic.indicator": "*",
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
"default": true,
|
"extends": "~/.config/templates/markdownlint.json"
|
||||||
"MD007": false,
|
},
|
||||||
"MD030": false,
|
"[markdown]": {
|
||||||
"MD033": false,
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
||||||
"MD046": false,
|
|
||||||
"no-hard-tabs": false,
|
|
||||||
"line-length": false
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// Python
|
// Python
|
||||||
@@ -346,6 +343,6 @@
|
|||||||
"sql-formatter.dialect": "pl/sql",
|
"sql-formatter.dialect": "pl/sql",
|
||||||
|
|
||||||
// Windsurf
|
// Windsurf
|
||||||
"windsurf.enableSupercomplete": true,
|
"windsurf.enableAutocomplete": true,
|
||||||
"windsurf.enableAutocomplete": true
|
"windsurf.enableSupercomplete": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user