File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 389389 ]
390390 },
391391 {
392- "id" : " objectscript-output" ,
392+ "id" : " vscode- objectscript-output" ,
393393 "mimetypes" : [
394394 " text/x-code-output"
395395 ]
Original file line number Diff line number Diff line change @@ -863,7 +863,10 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
863863 documentSelector ( "objectscript-class" ) ,
864864 new ObjectScriptClassCodeLensProvider ( )
865865 ) ,
866- vscode . languages . registerDocumentLinkProvider ( { language : "objectscript-output" } , new DocumentLinkProvider ( ) ) ,
866+ vscode . languages . registerDocumentLinkProvider (
867+ { language : "vscode-objectscript-output" } ,
868+ new DocumentLinkProvider ( )
869+ ) ,
867870
868871 /* Anything we use from the VS Code proposed API */
869872 ...proposed
You can’t perform that action at this time.
0 commit comments