Skip to content

Commit 538ce9d

Browse files
committed
remove unused comments
1 parent 34df8c2 commit 538ce9d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vscode-client/testcontrollermanager.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,6 @@ export class TestControllerManager {
9797

9898
this._disposables = vscode.Disposable.from(
9999
fileWatcher,
100-
// this.languageClientsManager.pythonManager.pythonExtension?.exports.settings.onDidChangeExecutionDetails(
101-
// async (uri) => {
102-
// if (uri) this.refreshUri(uri);
103-
// else await this.refresh();
104-
// }
105-
// ) ?? {
106-
// dispose() {
107-
// //empty
108-
// },
109-
// },
110100
this.languageClientsManager.onClientStateChanged((event) => {
111101
switch (event.state) {
112102
case ClientState.Running: {

0 commit comments

Comments
 (0)