From bae1322a207dcb619a80141dc951d033a86a87b2 Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 14 Nov 2024 18:42:29 +0100 Subject: [PATCH] .. --- bashrc/.bashrc | 1 + code/.config/Code/User/settings.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 78202c7..3697b54 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -41,6 +41,7 @@ export TERM="xterm-256color" # extend PATH variable # export PATH=$PATH:~/path/to/add +export PATH=$PATH:$HOME/dotfiles/misc/scripts/ # setup starship eval "$(starship init bash)" diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json index 68a3261..48256fb 100755 --- a/code/.config/Code/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -38,5 +38,16 @@ "cortex-debug.JLinkGDBServerPath": "/home/scbj/repos/jlink_linux/JLinkGDBServer", "pdf-preview.default.sidebar": true, "workbench.tree.indent": 20, - "cortex-debug.enableTelemetry": false + "cortex-debug.enableTelemetry": false, + "rust-analyzer.lens.debug.enable": false, + "rust-analyzer.lens.enable": false, + "rust-analyzer.lens.implementations.enable": false, + "rust-analyzer.lens.run.enable": false, + "rust-analyzer.diagnostics.enable": false, + "rust-analyzer.inlayHints.typeHints.enable": false, + "rust-analyzer.inlayHints.chainingHints.enable": false, + "rust-analyzer.inlayHints.closingBraceHints.enable": false, + "rust-analyzer.inlayHints.genericParameterHints.const.enable": false, + "rust-analyzer.inlayHints.parameterHints.enable": false, + "rust-analyzer.inlayHints.renderColons": false } \ No newline at end of file