From 4f5e4c7090e56aad8422d941a529e418684d27a0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 21 May 2024 22:21:51 -0400 Subject: [PATCH] fix hier --- en/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/vscode.md b/en/vscode.md index 80e25ad4..125922ff 100644 --- a/en/vscode.md +++ b/en/vscode.md @@ -8,7 +8,7 @@ {#nix} ## Using in [[nix|Nix]] based projects -If your project provides a [[flakes|flake.nix]], it can be developed on VSCode using one of the two ways (prefer the 2nd way): +If your project provides a [[flakes|flake.nix]] along with a #[[dev|development]] shell, it can be developed on VSCode using one of the two ways (prefer the 2nd way): 1. Open VSCode [from a terminal][vscode-term], inside of a [[shell|devshell]] (i.e., `nix develop -c code .`), **or** 2. Setup [[direnv|direnv]] and install the [direnv VSCode extension][direnv-ext].