summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/context/global-sync.tsx
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-04-17 15:26:14 +0800
committerGitHub <[email protected]>2026-04-17 07:26:14 +0000
commita7265307355e7efed9e276da6625c96458009db6 (patch)
treeb938b4dae4fa7ffcf1f58e17aff499bc4c9da759 /packages/app/src/context/global-sync.tsx
parentd9950598d0da16fc0f8e6c289050a9d3da055af7 (diff)
downloadopencode-a7265307355e7efed9e276da6625c96458009db6.tar.gz
opencode-a7265307355e7efed9e276da6625c96458009db6.zip
fix(app): workspace loading and persist ready state (#23046)
Diffstat (limited to 'packages/app/src/context/global-sync.tsx')
-rw-r--r--packages/app/src/context/global-sync.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/app/src/context/global-sync.tsx b/packages/app/src/context/global-sync.tsx
index 1359b07b4..1a672639b 100644
--- a/packages/app/src/context/global-sync.tsx
+++ b/packages/app/src/context/global-sync.tsx
@@ -264,7 +264,6 @@ function createGlobalSync() {
children.pin(directory)
const promise = Promise.resolve().then(async () => {
const child = children.ensureChild(directory)
- child[1]("bootstrapPromise", promise!)
const cache = children.vcsCache.get(directory)
if (!cache) return
const sdk = sdkFor(directory)