mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix Spyglass breaking change
This commit is contained in:
@@ -377,7 +377,7 @@ const initialize: core.ProjectInitializer = async (ctx) => {
|
||||
const uri: string = new core.Uri('downloads/misode-mcdoc.tar.gz', cacheRoot).toString()
|
||||
const buffer = await compressBall([['builtin.mcdoc', builtinMcdoc]])
|
||||
await core.fileUtil.writeFile(externals, uri, buffer)
|
||||
return { uri }
|
||||
return { type: 'tarball-file', uri }
|
||||
})
|
||||
|
||||
meta.registerUriBinder(je.binder.uriBinder)
|
||||
|
||||
Reference in New Issue
Block a user