Skip to content

Commit

Permalink
Merge pull request #59 from wasmerio/stop_language_server
Browse files Browse the repository at this point in the history
stopped language server for now
  • Loading branch information
dynamite-bud authored Mar 20, 2023
2 parents 4e551c6 + 55de890 commit 39632f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function activateWAILsp(context: ExtensionContext) {

export function activate(context: ExtensionContext) {
// starting the language server for WAI
activateWAILsp(context);
// activateWAILsp(context);

const provider = new WebAssemblyContentProvider();

Expand Down

0 comments on commit 39632f6

Please sign in to comment.