10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"license-header-manager.excludeFolders": [
|
|
"node_modules",
|
|
"out",
|
|
"images",
|
|
"config",
|
|
".direnv"
|
|
],
|
|
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix"
|
|
} |