mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
added rust update to 'up' alias. Updates to vscode settings
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
//
|
||||
// Privacy
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"telemetry.enableTelemetry": false,
|
||||
"telemetry.enableCrashReporter": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
//
|
||||
// Editor
|
||||
@@ -197,10 +195,6 @@
|
||||
"rust-analyzer.completion.postfix.enable": false,
|
||||
"rust-analyzer.inlayHints.enable": false,
|
||||
"rust-analyzer.inlayHints.typeHints": false,
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "matklad.rust-analyzer"
|
||||
},
|
||||
|
||||
//
|
||||
"workbench.colorTheme": "GitHub Dark Dimmed",
|
||||
"terminal.integrated.shell.linux": "/bin/zsh"
|
||||
|
||||
Reference in New Issue
Block a user