From b12ba6f10a0ece779742e52e1cdc3a6c7dbd7e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 29 Jan 2023 09:56:23 +0000 Subject: [PATCH] use newer owner for rust analyzer --- nixos/gui/vscode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/gui/vscode.nix b/nixos/gui/vscode.nix index f717670f..b900dc18 100644 --- a/nixos/gui/vscode.nix +++ b/nixos/gui/vscode.nix @@ -5,7 +5,7 @@ vscodeExtensions = with vscode-extensions; [ ms-python.python - matklad.rust-analyzer + rust-lang.rust-analyzer (vscode-utils.buildVscodeExtension { vscodeExtUniqueId = "vadimcn.vscode-lldb"; name = "vadimcn.vscode-lldb-1.6.10";