From 3a55d00c6aa5c6fd882fbaebf37685642919717e Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Mon, 14 Aug 2023 10:22:27 +0100 Subject: [PATCH] chore: disable nix environment extension --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 58e4f8c0..6281c6ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "editor.formatOnSave": true, "rust-analyzer.checkOnSave.command": "clippy", - "nixEnvSelector.nixFile": "${workspaceRoot}/default.nix" + "nixEnvSelector.suggestion": false }