chore: generate
This commit is contained in:
parent
5984d917dc
commit
6434918794
1 changed files with 1 additions and 5 deletions
|
|
@ -123,11 +123,7 @@ export const layer = Layer.effect(
|
||||||
const cfgIgnores = cfg.watcher?.ignore ?? []
|
const cfgIgnores = cfg.watcher?.ignore ?? []
|
||||||
|
|
||||||
if (yield* Flag.OPENCODE_EXPERIMENTAL_FILEWATCHER) {
|
if (yield* Flag.OPENCODE_EXPERIMENTAL_FILEWATCHER) {
|
||||||
yield* subscribe(ctx.directory, [
|
yield* subscribe(ctx.directory, [...FileIgnore.PATTERNS, ...cfgIgnores, ...protecteds(ctx.directory)])
|
||||||
...FileIgnore.PATTERNS,
|
|
||||||
...cfgIgnores,
|
|
||||||
...protecteds(ctx.directory),
|
|
||||||
])
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ctx.project.vcs === "git") {
|
if (ctx.project.vcs === "git") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue