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 c02ba25 commit eb6c069Copy full SHA for eb6c069
src/test/fixapi.test.ts
@@ -1,7 +1,7 @@
1
import * as assert from 'assert';
2
import * as vscode from 'vscode';
3
import * as cvbMgr from '../cvbManager';
4
-
+import * as fs from "fs";
5
6
suite('Extension Test Suite', () => {
7
vscode.window.showInformationMessage('Start all tests.');
0 commit comments