Skip to content

Commit

Permalink
Merge pull request roc-lang#6141 from CrepeGoat/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Anton-4 authored Dec 1, 2023
2 parents 3b44a33 + 243f536 commit 14cc154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ eval "$(lorri direnv --shell-file path-to-your-dev-flake-folder/shell.nix)"

## Extensions

### for those we have some Nix experience
### for those who have some Nix experience

Add vscode extensions you want to use below `vscodeExtensions = ...`. You can search for extension names [here](https://search.nixos.org/packages?channel=22.05&from=0&size=50&sort=relevance&type=packages&query=vscode-extensions+extensionYouAreSearchingFor). You may not be able to install extensions through the UI in vscode, I'd recommend always adding them to the flake. If you are inside a `nix develop` shell, run `exit` and `nix develop path-to-your-dev-flake-folder` to be able to run vscode with the newly added extensions.

Expand Down

0 comments on commit 14cc154

Please sign in to comment.