From ae1e2a203f0c7fec9e29d58e4468c16cffa828cc Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 24 Jan 2023 17:10:38 +0000 Subject: [PATCH] chore(vscode): configure nix-env extension --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..12b229e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" +} \ No newline at end of file