summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-30 14:46:38 -0500
committerAdam <[email protected]>2025-10-30 14:46:38 -0500
commit984fe4b769b5558bbf3d6916c929312b6c37d54d (patch)
treeeac2cac03fea03147bea7f6612b45a349e0aad34 /packages
parent48f50cf55ea1cff07b69bede05e6010ea50778f0 (diff)
downloadopencode-984fe4b769b5558bbf3d6916c929312b6c37d54d.tar.gz
opencode-984fe4b769b5558bbf3d6916c929312b6c37d54d.zip
wip: desktop work
Diffstat (limited to 'packages')
-rw-r--r--packages/desktop/src/context/local.tsx8
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
}
})