mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-04 18:50:10 +08:00
fix: exclude dist
from search and lock changes to some files
* Added `search.exclude` to ignore `dist/**` during searches. * Configured `files.readonlyInclude` to lock changes to `dist/**`, `bun.lock`, and `package-lock.json`.
This commit is contained in:
parent
2a182f9b07
commit
7ab4b27c6c
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@ -1,3 +1,12 @@
|
|||||||
{
|
{
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
|
"search.exclude": {
|
||||||
|
"dist/**": true
|
||||||
|
},
|
||||||
|
// Lock changes to these files
|
||||||
|
"files.readonlyInclude": {
|
||||||
|
"dist/**": true,
|
||||||
|
"bun.lock": true,
|
||||||
|
"package-lock.json": true
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user