We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5ed19 commit e0c5ae8Copy full SHA for e0c5ae8
extensions/ql-vscode/src/interface.ts
@@ -174,13 +174,6 @@ export class InterfaceManager extends DisposableObject {
174
]
175
}
176
));
177
- // this._panel.onDidChangeViewState(
178
- // (e) => {
179
- // this.logger.log(JSON.stringify(e));
180
- // },
181
- // null,
182
- // ctx.subscriptions
183
- // );
184
185
this._panel.onDidDispose(
186
() => {
0 commit comments