We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e42d13 commit 9a7c325Copy full SHA for 9a7c325
src/app/services/Spyglass.ts
@@ -377,7 +377,7 @@ const initialize: core.ProjectInitializer = async (ctx) => {
377
const uri: string = new core.Uri('downloads/misode-mcdoc.tar.gz', cacheRoot).toString()
378
const buffer = await compressBall([['builtin.mcdoc', builtinMcdoc]])
379
await core.fileUtil.writeFile(externals, uri, buffer)
380
- return { uri }
+ return { type: 'tarball-file', uri }
381
})
382
383
meta.registerUriBinder(je.binder.uriBinder)
0 commit comments