Skip to content

Commit d3b118b

Browse files
Dave Bartolomeokoesie10
andauthored
Update extensions/ql-vscode/src/debugger/debug-configuration.ts
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent 22679b8 commit d3b118b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/debugger/debug-configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class QLDebugConfigurationProvider
6767
debugConfiguration: DebugConfiguration,
6868
_token?: CancellationToken,
6969
): Promise<DebugConfiguration | null> {
70-
const qlConfiguration = <QLDebugConfiguration>debugConfiguration;
70+
const qlConfiguration = debugConfiguration as QLDebugConfiguration;
7171
if (qlConfiguration.query === undefined) {
7272
await showAndLogErrorMessage(
7373
"No query was specified in the debug configuration.",

0 commit comments

Comments
 (0)