Skip to content

Commit 398998f

Browse files
committed
🛠️ Mark Build files as read-only in vscode
1 parent 1dfe7d6 commit 398998f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"pester.autoRunOnSave": false
2+
"files.readonlyInclude": {
3+
// Prevent accidents in debugging by editing the Build files and not the source files. It sure would be nice if PowerShell had source maps.
4+
"Build/**": true
5+
}
36
}

0 commit comments

Comments
 (0)