Fix issue where precompiled plugins were compiled with the wrong settings
This commit is contained in:
parent
01a2d53638
commit
3fb1cd0726
2 changed files with 18 additions and 8 deletions
|
@ -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?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue