You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -469,7 +479,7 @@ export class MarkdownProcessor extends BaseProcessor {
469
479
470
480
if(isLinkRelative){
471
481
thrownewError(
472
-
`Couldn't detect the repository where this extension is published. The ${asset} '${link}' will be broken in ${this.name}. GitHub repositories will be automatically detected. Otherwise, please provide the repository URL in package.json or use the --baseContentUrl and --baseImagesUrl options.`
482
+
`Couldn't detect the repository where this extension is published. The ${asset} '${link}' will be broken in ${this.name}. GitHub/GitLab repositories will be automatically detected. Otherwise, please provide the repository URL in package.json or use the --baseContentUrl and --baseImagesUrl options.`
473
483
);
474
484
}
475
485
}
@@ -493,7 +503,7 @@ export class MarkdownProcessor extends BaseProcessor {
493
503
494
504
if(!this.baseImagesUrl&&isLinkRelative){
495
505
thrownewError(
496
-
`Couldn't detect the repository where this extension is published. The image will be broken in ${this.name}. GitHub repositories will be automatically detected. Otherwise, please provide the repository URL in package.json or use the --baseContentUrl and --baseImagesUrl options.`
506
+
`Couldn't detect the repository where this extension is published. The image will be broken in ${this.name}. GitHub/GitLab repositories will be automatically detected. Otherwise, please provide the repository URL in package.json or use the --baseContentUrl and --baseImagesUrl options.`
497
507
);
498
508
}
499
509
constprefix=this.baseImagesUrl;
@@ -505,7 +515,7 @@ export class MarkdownProcessor extends BaseProcessor {
>**Important:** Once installed the checker will only update if you add the setting `"spellMD.enable": true` to your `.vscode\settings.json` file.
4
+
5
+
This README covers off:
6
+
*[Functionality](#functionality)
7
+
*[Install](#install)
8
+
*[Run and Configure](#run-and-configure)
9
+
*[Known Issues/Bugs](#known-issuesbugs)
10
+
*[Backlog](#backlog)
11
+
*[How to Debug](#how-to-debug)
12
+
13
+
# Functionality
14
+
15
+
Load up a Markdown file and get highlights and hovers for existing issues. Checking will occur as you type in the document.
16
+
17
+

18
+
19
+
The status bar lets you quickly navigate to any issue and you can see all positions in the gutter.
20
+
21
+
[](http://shouldnottouchthis/)
22
+
[](https://gitlab.com/username/repository/-/blob/main/monkey)
0 commit comments