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