We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3a6dd commit 635b89fCopy full SHA for 635b89f
editors/code/src/toolchain.ts
@@ -3,7 +3,7 @@ import * as os from 'os';
3
import * as path from 'path';
4
import * as readline from 'readline';
5
import * as vscode from 'vscode';
6
-import { execute, log, memoize, memoizeAsync } from './util';
+import { execute, log, memoizeAsync } from './util';
7
8
interface CompilationArtifact {
9
fileName: string;
0 commit comments