diff --git a/src/build_commands.ts b/src/build_commands.ts index eb07eac35..aabe469ed 100644 --- a/src/build_commands.ts +++ b/src/build_commands.ts @@ -1,7 +1,6 @@ import * as vscode from 'vscode'; import { LanguageClient } from 'vscode-languageclient'; import { getTerminal, MessageDisplayHelper } from './utils'; -import * as lfw from 'lfwasm'; /** * Return the URI of the given document, if the document is a Lingua Franca file; else, return diff --git a/src/extension_version.ts b/src/extension_version.ts index 24cf01610..f9ceee912 100644 --- a/src/extension_version.ts +++ b/src/extension_version.ts @@ -1,3 +1,3 @@ 'use strict'; // This is a generated file. Do not edit. -export const version = "426949a7925883823923c4547899eb749391ed8f"; +export const version = "85d09cd0ed28b3b85528b8a1ae6dfc5438cae07d";