Skip to content

Commit 9a7c325

Browse files
committed
Fix Spyglass breaking change
1 parent 7e42d13 commit 9a7c325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/Spyglass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ const initialize: core.ProjectInitializer = async (ctx) => {
377377
const uri: string = new core.Uri('downloads/misode-mcdoc.tar.gz', cacheRoot).toString()
378378
const buffer = await compressBall([['builtin.mcdoc', builtinMcdoc]])
379379
await core.fileUtil.writeFile(externals, uri, buffer)
380-
return { uri }
380+
return { type: 'tarball-file', uri }
381381
})
382382

383383
meta.registerUriBinder(je.binder.uriBinder)

0 commit comments

Comments
 (0)