mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(vscode): Clean old unused settings
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
2
common/.vscode/extensions/extensions.json
vendored
2
common/.vscode/extensions/extensions.json
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user