mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update workbench file and fix relative link not working in markdown (#23109)
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
"Programming Languages"
|
"Programming Languages"
|
||||||
],
|
],
|
||||||
"enabledApiProposals": [
|
"enabledApiProposals": [
|
||||||
"documentPaste"
|
"documentPaste",
|
||||||
|
"notebookEditor"
|
||||||
],
|
],
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onLanguage:markdown",
|
"onLanguage:markdown",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export class LinkHandlerDirective {
|
|||||||
@Inject(INotebookService) private readonly notebookService: INotebookService,
|
@Inject(INotebookService) private readonly notebookService: INotebookService,
|
||||||
@Inject(IFileService) private readonly fileService: IFileService
|
@Inject(IFileService) private readonly fileService: IFileService
|
||||||
) {
|
) {
|
||||||
this.workbenchFilePath = URI.parse(require.toUrl('vs/code/electron-browser/workbench/workbench.html'));
|
this.workbenchFilePath = URI.parse(require.toUrl('vs/code/electron-sandbox/workbench/workbench.html'));
|
||||||
}
|
}
|
||||||
|
|
||||||
@HostListener('click', ['$event'])
|
@HostListener('click', ['$event'])
|
||||||
|
|||||||
Reference in New Issue
Block a user