diff options
| author | Adam <[email protected]> | 2025-10-30 14:46:38 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-30 14:46:38 -0500 |
| commit | 984fe4b769b5558bbf3d6916c929312b6c37d54d (patch) | |
| tree | eac2cac03fea03147bea7f6612b45a349e0aad34 /packages | |
| parent | 48f50cf55ea1cff07b69bede05e6010ea50778f0 (diff) | |
| download | opencode-984fe4b769b5558bbf3d6916c929312b6c37d54d.tar.gz opencode-984fe4b769b5558bbf3d6916c929312b6c37d54d.zip | |
wip: desktop work
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/desktop/src/context/local.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/desktop/src/context/local.tsx b/packages/desktop/src/context/local.tsx index c39938a35..4607a184c 100644 --- a/packages/desktop/src/context/local.tsx +++ b/packages/desktop/src/context/local.tsx @@ -332,10 +332,10 @@ export const { use: useLocal, provider: LocalProvider } = createSimpleContext({ } break case "file.watcher.updated": - setTimeout(sync.load.changes, 1000) - const relativePath = relative(event.properties.file) - if (relativePath.startsWith(".git/")) return - load(relativePath) + // setTimeout(sync.load.changes, 1000) + // const relativePath = relative(event.properties.file) + // if (relativePath.startsWith(".git/")) return + // load(relativePath) break } }) |
