VSCode settings updates

This commit is contained in:
Pratik Tripathy
2020-07-21 09:01:49 +05:30
parent 2f94e2d0f7
commit 8f75704e71
2 changed files with 178 additions and 178 deletions

View File

@@ -1,179 +1,179 @@
{ {
// Global // Global
"update.mode": "manual", "update.mode": "manual",
"workbench.settings.editor": "json", "workbench.settings.editor": "json",
// //
// Privacy // Privacy
"telemetry.enableTelemetry": false, "telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false, "telemetry.enableCrashReporter": false,
"extensions.showRecommendationsOnlyOnDemand": true, "extensions.showRecommendationsOnlyOnDemand": true,
// //
// Editor // Editor
// "editor.cursorSmoothCaretAnimation": true, // "editor.cursorSmoothCaretAnimation": true,
"editor.cursorWidth": 4, "editor.cursorWidth": 4,
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile", "editor.wordWrap": "on",
"editor.wordWrap": "on", "editor.formatOnSave": true,
"workbench.iconTheme": "material-icon-theme", "editor.formatOnPaste": true,
"editor.renderIndentGuides": true, "editor.copyWithSyntaxHighlighting": true,
"editor.copyWithSyntaxHighlighting": true, "editor.tabSize": 4,
// "prettier.tabWidth": 4,
// Editor Font "editor.insertSpaces": true,
"editor.fontFamily": "'FuraCode Nerd Font', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", "editor.detectIndentation": false,
"editor.fontSize": 17.4, "editor.renderIndentGuides": true,
"editor.fontLigatures": true, "editor.multiCursorModifier": "ctrlCmd",
"terminal.integrated.fontFamily": "FuraCode Nerd Font", "files.trimTrailingWhitespace": true,
"terminal.integrated.fontSize": 17, "files.autoSave": "afterDelay",
// "files.autoSaveDelay": 1000,
// Screencast Options "diffEditor.renderSideBySide": false,
"screencastMode.verticalOffset": 5, "diffEditor.ignoreTrimWhitespace": false,
"screencastMode.fontSize": 45, //
// // Editor Font
// Workbench - Everything that surrounds the editor "editor.fontFamily": "'FuraCode Nerd Font', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"window.zoomLevel": -1, //Reduces the Activity Bar size "editor.fontSize": 17.4,
"files.autoSave": "afterDelay", "editor.fontLigatures": true,
"files.autoSaveDelay": 1000, "terminal.integrated.fontFamily": "FuraCode Nerd Font",
"files.trimTrailingWhitespace": true, "terminal.integrated.fontSize": 17,
"bookmarks.navigateThroughAllFiles": true, //
"window.menuBarVisibility": "toggle", // Workbench - Everything that surrounds the editor
"editor.multiCursorModifier": "ctrlCmd", "workbench.startupEditor": "newUntitledFile",
"diffEditor.renderSideBySide": false, "workbench.sideBar.location": "left",
"diffEditor.ignoreTrimWhitespace": false, "window.zoomLevel": -1, //Reduces the Activity Bar size
"explorer.confirmDragAndDrop": false, "workbench.colorCustomizations": {
"theme-by-language.themes": { "tab.activeBackground": "#07f7af3f",
"*": "Community Material Theme Darker High Contrast", "tab.activeBorder": "#ffffff"
"markdown": "Material Theme Darker High Contrast" },
}, "bookmarks.navigateThroughAllFiles": true,
"workbench.colorCustomizations": { "window.menuBarVisibility": "toggle",
"tab.activeBackground": "#07f7af3f", "explorer.confirmDragAndDrop": false,
"tab.activeBorder": "#ffffff" //
}, // Screencast Options
"workbench.sideBar.location": "right", "screencastMode.verticalOffset": 5,
// "screencastMode.fontSize": 45,
// Debugging //
"debug.toolBarLocation": "docked", // Debugging
// "debug.toolBarLocation": "docked",
// Prettier Plugin //
"editor.formatOnSave": true, // Prettier Plugin
"editor.formatOnPaste": true, "editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "esbenp.prettier-vscode", "prettier.useTabs": false,
"prettier.tabWidth": 4, "prettier.printWidth": 85,
"prettier.useTabs": true, "[html]": {
"prettier.printWidth": 85, "editor.defaultFormatter": "esbenp.prettier-vscode"
"[html]": { },
"editor.defaultFormatter": "esbenp.prettier-vscode" "[json]": {
}, "editor.defaultFormatter": "esbenp.prettier-vscode"
"[json]": { },
"editor.defaultFormatter": "esbenp.prettier-vscode" //
}, // Bracket Pair Colorizer Plugin
// "bracketPairColorizer.forceUniqueOpeningColor": true,
// Bracket Pair Colorizer Plugin "bracketPairColorizer.rulerPosition": "Full",
"bracketPairColorizer.forceUniqueOpeningColor": true, "bracketPairColorizer.showBracketsInRuler": true,
"bracketPairColorizer.rulerPosition": "Full", "bracketPairColorizer.highlightActiveScope": true,
"bracketPairColorizer.showBracketsInRuler": true, //
"bracketPairColorizer.highlightActiveScope": true, // Code Spell Checker Plugin
// "cSpell.diagnosticLevel": "Hint",
// Code Spell Checker Plugin "cSpell.allowCompoundWords": true,
"cSpell.diagnosticLevel": "Hint", "cSpell.fixSpellingWithRenameProvider": true,
"cSpell.allowCompoundWords": true, "cSpell.enableFiletypes": ["shellscript"],
"cSpell.fixSpellingWithRenameProvider": true, "cSpell.minWordLength": 3,
"cSpell.enableFiletypes": ["shellscript"], "cSpell.numSuggestions": 10,
"cSpell.minWordLength": 3, "cSpell.userWords": [
"cSpell.numSuggestions": 10, "Aadhaar",
"cSpell.userWords": [ "Aiginia",
"Aadhaar", "BBSR",
"Aiginia", "Bhubaneswar",
"BBSR", "GOPATH",
"Bhubaneswar", "Jython",
"GOPATH", "Kumar",
"Jython", "OOP",
"Kumar", "Odisha",
"OOP", "Pratik",
"Odisha", "Printf",
"Pratik", "Println",
"Printf", "Sprintf",
"Println", "Struct",
"Sprintf", "Structs",
"Struct", "Tripathy",
"Tripathy", "VIMP",
"VIMP", "VVIMP",
"VVIMP", "VVVIMP",
"VVVIMP", "arity",
"arity", "atleast",
"atleast", "elif",
"elif", "mkdir",
"mkdir", "pratiktri",
"pratiktri", "ptr",
"ptr", "pylint",
"pylint", "subfolder",
"subfolder", "ulta",
"ulta", "umount",
"umount", "unmount"
"unmount" ],
], //
// // Shell check plgin
// Shell check plgin "shellcheck.run": "onSave",
"shellcheck.run": "onSave", "shellcheck.exclude": [2181, 2039],
"shellcheck.exclude": [2181, 2039], //
// // ES Lint
// ES Lint "eslint.alwaysShowStatus": true,
"eslint.alwaysShowStatus": true, "eslint.packageManager": "yarn",
"eslint.packageManager": "yarn", "eslint.run": "onSave",
"eslint.run": "onSave", //
// //Path Intellisense
//Path Intellisense "typescript.suggest.paths": false,
"typescript.suggest.paths": false, //
// // JavaScript
// JavaScript "es6-css-minify.minifyOnSave": "yes",
"es6-css-minify.minifyOnSave": "yes", "es6-css-minify.onSaveDelay": 10,
"es6-css-minify.onSaveDelay": 10, //
// // Git
// Git "git.enableSmartCommit": true,
"git.enableSmartCommit": true, "git.autofetch": true,
"git.autofetch": true, "git.confirmSync": false,
"git.confirmSync": false, "gitlens.hovers.currentLine.over": "annotation",
"gitlens.hovers.currentLine.over": "annotation", "gitlens.advanced.telemetry.enabled": false,
"gitlens.advanced.telemetry.enabled": false, "gitlens.blame.avatars": false,
"gitlens.blame.avatars": false, "projectManager.git.baseFolders": ["/media/pratik/Work/Coding/"],
"projectManager.git.baseFolders": ["/media/pratik/Work/Coding/"], //
// // Golang
// Golang "go.useLanguageServer": true,
"go.useLanguageServer": true, "go.formatTool": "gofmt",
"[go]": { //
"editor.formatOnSave": true // Markdown
}, "markdown.extension.italic.indicator": "_",
"go.formatTool": "gofmt", "markdown.extension.print.imgToBase64": true,
// "markdown.extension.print.theme": "dark",
// Markdown "markdown.extension.toc.githubCompatibility": true,
"markdown.extension.italic.indicator": "_", "markdownlint.run": "onType",
"markdown.extension.print.imgToBase64": true, "markdownlint.config": {
"markdown.extension.print.theme": "dark", "default": true,
"markdown.extension.toc.githubCompatibility": true, "MD030": false,
"markdownlint.run": "onType", "MD007": false,
"markdownlint.config": { "MD029": false,
"default": true, "no-hard-tabs": false,
"MD030": false, "line-length": false
"MD007": false, },
"MD029": false, "[markdown]": {
"no-hard-tabs": false, "editor.defaultFormatter": "yzhang.markdown-all-in-one"
"line-length": false },
}, "markdown.extension.toc.orderedList": true,
"[markdown]": { //
"editor.defaultFormatter": "yzhang.markdown-all-in-one" // Python
}, "python.jediEnabled": false,
"markdown.extension.toc.orderedList": true, "terminal.integrated.shell.linux": "/bin/zsh",
// "prettier.packageManager": "yarn",
// Python //
"python.jediEnabled": false, // Rust
"terminal.integrated.shell.linux": "/bin/zsh", "rust.build_on_save": true,
"prettier.packageManager": "yarn", "rust.clippy_preference": "on",
// "rust.full_docs": true,
// Rust "[rust]": {
"rust.build_on_save": true, "editor.defaultFormatter": "rust-lang.rust"
"rust.clippy_preference": "on", },
"rust.full_docs": true, //
"[rust]": { // Theme
"editor.defaultFormatter": "rust-lang.rust" "workbench.colorTheme": "Material Theme Darker High Contrast",
} "workbench.iconTheme": "material-icon-theme"
// //
} }

View File

@@ -48,7 +48,7 @@ Width 1366=446
[MainWindow] [MainWindow]
Height 768=703 Height 768=703
MenuBar=Disabled MenuBar=Disabled
State=AAAA/wAAAAD9AAAAAwAAAAAAAAD3AAACnfwCAAAAAvsAAAAUAHAAbABhAGMAZQBzAEQAbwBjAGsBAAAAIgAAAU8AAAByAQAAA/sAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawEAAAFyAAABTQAAAHIBAAADAAAAAQAAALAAAAKd/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAACIAAAKdAAAAIgEAAAMAAAADAAAFVgAAAH/8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAFVgAAAEQBAAADAAAEXgAAAp0AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA= State=AAAA/wAAAAD9AAAAAwAAAAAAAAD3AAACnfwCAAAAAvsAAAAUAHAAbABhAGMAZQBzAEQAbwBjAGsBAAAAIgAAAU8AAAByAQAAA/sAAAAWAGYAbwBsAGQAZQByAHMARABvAGMAawEAAAFyAAABTQAAAHIBAAADAAAAAQAAALAAAAKd/AIAAAAB+wAAABAAaQBuAGYAbwBEAG8AYwBrAAAAACIAAAKdAAAAIgEAAAMAAAADAAAFVgAAAMT8AQAAAAH7AAAAGAB0AGUAcgBtAGkAbgBhAGwARABvAGMAawAAAAAAAAAFVgAAAEQBAAADAAAEXgAAAp0AAAAEAAAABAAAAAgAAAAI/AAAAAEAAAACAAAAAQAAABYAbQBhAGkAbgBUAG8AbwBsAEIAYQByAQAAAAD/////AAAAAAAAAAA=
ToolBarsMovable=Disabled ToolBarsMovable=Disabled
Width 1366=1366 Width 1366=1366
Window-Maximized 768x1366=true Window-Maximized 768x1366=true