File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { notebookInit } from "./notebooks/IBMiSerializer";
20
20
import { SelfTreeDecorationProvider , selfCodesResultsView } from "./views/jobManager/selfCodes/selfCodesResultsView" ;
21
21
import Configuration from "./configuration" ;
22
22
import { JDBCOptions } from "@ibm/mapepire-js/dist/src/types" ;
23
- import { Db2iUriHandler } from "./uriHandler" ;
23
+ import { Db2iUriHandler , getStatementUri } from "./uriHandler" ;
24
24
25
25
export interface Db2i {
26
26
sqlJobManager : SQLJobManager ,
@@ -68,7 +68,8 @@ export function activate(context: vscode.ExtensionContext): Db2i {
68
68
vscode . window . registerFileDecorationProvider (
69
69
new SelfTreeDecorationProvider ( )
70
70
) ,
71
- vscode . window . registerUriHandler ( new Db2iUriHandler ( ) )
71
+ vscode . window . registerUriHandler ( new Db2iUriHandler ( ) ) ,
72
+ getStatementUri
72
73
) ;
73
74
74
75
JSONServices . initialise ( context ) ;
You can’t perform that action at this time.
0 commit comments