Fix issue where precompiled plugins were compiled with the wrong settings

This commit is contained in:
Isaac Clayton 2022-07-13 16:31:47 +02:00
parent 01a2d53638
commit 3fb1cd0726
2 changed files with 18 additions and 8 deletions

View file

@ -26,7 +26,7 @@ pub async fn new_json(executor: Arc<Background>) -> Result<PluginLspAdapter> {
.map(|output| output.stdout)
})?
.init(PluginBinary::Precompiled(include_bytes!(
"../../../../plugins/bin/json_language.wasm.pre"
"../../../../plugins/bin/json_language.wasm.epoch.pre"
)))
.await?;