Skip to content

Commit 4d3dbdd

Browse files
committed
fix: remove TODO comments
1 parent 5b63ec5 commit 4d3dbdd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/extension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
* @description Main entry point for the TestBench VS Code extension.
44
*/
55

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-
106
import * as vscode from "vscode";
117
import * as testBenchLogger from "./testBenchLogger";
128
import * as testBenchConnection from "./testBenchConnection";

0 commit comments

Comments
 (0)