Skip to content

Commit

Permalink
Remove spurious import
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jul 2, 2024
1 parent 86bc374 commit f83c3f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/build_commands.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/extension_version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';
// This is a generated file. Do not edit.
export const version = "426949a7925883823923c4547899eb749391ed8f";
export const version = "85d09cd0ed28b3b85528b8a1ae6dfc5438cae07d";

0 comments on commit f83c3f7

Please sign in to comment.