chore(vscode): set nix-env source

This commit is contained in:
Harsh Shandilya 2023-05-05 15:48:01 +05:30
parent c345462fd9
commit bd1873521c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
"formatFiles.excludePattern": "**/node_modules,**/.vscode,**/dist/**,**/.chrome,**/target,**/offline-copy"
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}