chore(vscode): Clean old unused settings

This commit is contained in:
Pratik Tripathy
2025-07-28 10:32:17 +05:30
parent acfdf45e35
commit 4fa3e486bd
2 changed files with 4 additions and 25 deletions

View File

@@ -27,9 +27,7 @@
"files.autoSaveDelay": 500, "files.autoSaveDelay": 500,
"files.insertFinalNewline": true, "files.insertFinalNewline": true,
"files.trimFinalNewlines": true, "files.trimFinalNewlines": true,
"terminal.integrated.shell.linux": "/bin/zsh",
"explorer.confirmDragAndDrop": false, "explorer.confirmDragAndDrop": false,
"workbench.sideBar.location": "right",
// Editor Typography // Editor Typography
"editor.fontFamily": "FiraCode Nerd Font Mono", "editor.fontFamily": "FiraCode Nerd Font Mono",
@@ -248,21 +246,12 @@
"cSpell.numSuggestions": 10, "cSpell.numSuggestions": 10,
"cSpell.userWords": [ "cSpell.userWords": [
"Aadhaar", "Aadhaar",
"Aiginia",
"BBSR",
"Bhubaneswar",
"CLR",
"Destructured", "Destructured",
"GOPATH", "GOPATH",
"IIS",
"JIT",
"Jython",
"Kumar", "Kumar",
"LINQ", "LINQ",
"MVC", "MVC",
"Monomorphization",
"OOP", "OOP",
"Odisha",
"Postgres", "Postgres",
"Pratik", "Pratik",
"Printf", "Printf",
@@ -280,12 +269,8 @@
"destructure", "destructure",
"elif", "elif",
"mkdir", "mkdir",
"monomorphized",
"pratiktri", "pratiktri",
"ptr",
"pylint",
"subfolder", "subfolder",
"ulta",
"umount", "umount",
"unmount" "unmount"
], ],
@@ -328,17 +313,11 @@
"python.languageServer": "Pylance", "python.languageServer": "Pylance",
// Rust // Rust
"rust.build_on_save": true,
"rust.clippy_preference": "on",
"rust.full_docs": true,
"rust-analyzer.assist.importMergeBehavior": "last",
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.procMacro.enable": true, "rust-analyzer.procMacro.enable": true,
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.cargo.target": null, "rust-analyzer.cargo.target": null,
"rust-analyzer.completion.postfix.enable": false, "rust-analyzer.restartServerOnConfigChange": true,
"rust-analyzer.inlayHints.enable": false, "rust-analyzer.showSyntaxTree": true,
"rust-analyzer.inlayHints.typeHints": false, "rust-analyzer.testExplorer": true
// Dotnet & C# // Dotnet & C#
"csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": true, "csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": true,

File diff suppressed because one or more lines are too long