We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b63ec5 commit 4d3dbddCopy full SHA for 4d3dbdd
src/extension.ts
@@ -3,10 +3,6 @@
3
* @description Main entry point for the TestBench VS Code extension.
4
*/
5
6
-// Before releasing the extension:
7
-// TODO: Add License.md to the extension
8
-// Note: A virtual python environment is required for the extension to work + an empty pyproject.toml in workspace root.
9
-
10
import * as vscode from "vscode";
11
import * as testBenchLogger from "./testBenchLogger";
12
import * as testBenchConnection from "./testBenchConnection";
0 commit comments