mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
VSCode Settings changed
This commit is contained in:
@@ -10,13 +10,16 @@
|
||||
"extensions.ignoreRecommendations": true,
|
||||
//
|
||||
// Editor
|
||||
// "editor.cursorSmoothCaretAnimation": true,
|
||||
"editor.cursorSmoothCaretAnimation": "on",
|
||||
"editor.cursorWidth": 4,
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.wordWrap": "on",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.copyWithSyntaxHighlighting": true,
|
||||
"editor.acceptSuggestionOnEnter": "smart",
|
||||
"editor.snippetSuggestions": "top",
|
||||
"editor.guides.indentation": true,
|
||||
"editor.tabSize": 4,
|
||||
"prettier.tabWidth": 4,
|
||||
"editor.insertSpaces": true,
|
||||
@@ -25,7 +28,7 @@
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.autoSave": "afterDelay",
|
||||
"files.autoSaveDelay": 1000,
|
||||
"diffEditor.renderSideBySide": false,
|
||||
"diffEditor.renderSideBySide": true,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
//
|
||||
// Editor Font
|
||||
@@ -116,7 +119,7 @@
|
||||
"unmount"
|
||||
],
|
||||
//
|
||||
// Shell check plgin
|
||||
// Shell check plugin
|
||||
"shellcheck.run": "onSave",
|
||||
"shellcheck.exclude": ["2181", "2039"],
|
||||
//
|
||||
@@ -125,56 +128,54 @@
|
||||
"eslint.packageManager": "yarn",
|
||||
"eslint.run": "onSave",
|
||||
//
|
||||
//Path Intellisense
|
||||
"typescript.suggest.paths": false,
|
||||
//
|
||||
// JavaScript
|
||||
"es6-css-minify.minifyOnSave": "yes",
|
||||
"es6-css-minify.onSaveDelay": 10,
|
||||
"typescript.suggest.paths": false,
|
||||
//
|
||||
// Git
|
||||
"git.enableSmartCommit": true,
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"gitlens.hovers.currentLine.over": "line",
|
||||
// GetLens
|
||||
"gitlens.advanced.telemetry.enabled": false,
|
||||
"gitlens.codeLens.enabled": false,
|
||||
"gitlens.statusBar.reduceFlicker": true,
|
||||
"gitlens.blame.avatars": false,
|
||||
"projectManager.git.baseFolders": [
|
||||
"/media/pratik/Personal_Projects/Code/",
|
||||
"/media/pratik/Office/Squbix/Code"
|
||||
],
|
||||
"gitlens.currentLine.uncommittedChangesFormat": "✏️ ${ago}",
|
||||
"gitlens.codeLens.enabled": false,
|
||||
"gitlens.currentLine.enabled": false,
|
||||
"gitlens.views.branches.branches.layout": "list",
|
||||
//
|
||||
// Golang
|
||||
"go.useLanguageServer": true,
|
||||
"go.formatTool": "gofmt",
|
||||
//
|
||||
// Markdown
|
||||
"markdown.extension.italic.indicator": "_",
|
||||
"markdown.extension.print.imgToBase64": true,
|
||||
"markdown.extension.print.theme": "dark",
|
||||
"markdown.extension.toc.githubCompatibility": true,
|
||||
"markdownlint.run": "onType",
|
||||
"markdown.extension.toc.orderedList": true,
|
||||
"markdown.extension.tableFormatter.normalizeIndentation": true,
|
||||
"markdown.extension.list.indentationSize": "inherit",
|
||||
"markdownlint.config": {
|
||||
"default": true,
|
||||
"MD030": false,
|
||||
"MD007": false,
|
||||
"MD029": false,
|
||||
"MD024": false,
|
||||
"MD029": false,
|
||||
"MD030": false,
|
||||
"MD033": false,
|
||||
"MD046": false,
|
||||
"no-hard-tabs": false,
|
||||
"line-length": false
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
||||
},
|
||||
|
||||
"markdown.extension.toc.orderedList": true,
|
||||
//
|
||||
// Python
|
||||
"python.jediEnabled": false,
|
||||
"terminal.integrated.shell.linux": "/bin/zsh",
|
||||
"prettier.packageManager": "yarn",
|
||||
"python.languageServer": "Pylance",
|
||||
//
|
||||
//
|
||||
// Themes
|
||||
@@ -183,15 +184,11 @@
|
||||
"*": "GitHub Dark",
|
||||
"markdown": "Community Material Theme Darker High Contrast"
|
||||
},
|
||||
"python.languageServer": "Pylance",
|
||||
|
||||
// Rust
|
||||
// "rust.build_on_save": true,
|
||||
"rust.clippy_preference": "on",
|
||||
"rust.full_docs": true,
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "matklad.rust-analyzer"
|
||||
},
|
||||
"rust-analyzer.assist.importMergeBehavior": "last",
|
||||
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
|
||||
"rust-analyzer.procMacro.enable": true,
|
||||
@@ -200,11 +197,12 @@
|
||||
"rust-analyzer.completion.postfix.enable": false,
|
||||
"rust-analyzer.inlayHints.enable": false,
|
||||
"rust-analyzer.inlayHints.typeHints": false,
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "matklad.rust-analyzer"
|
||||
},
|
||||
|
||||
//
|
||||
"editor.acceptSuggestionOnEnter": "smart",
|
||||
"editor.snippetSuggestions": "top",
|
||||
"workbench.colorTheme": "GitHub Dark Dimmed",
|
||||
"editor.guides.indentation": true
|
||||
"terminal.integrated.shell.linux": "/bin/zsh"
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user