Pārlūkot izejas kodu

Fixes autolinking with remote providers

main
Eric Amodio pirms 5 gadiem
vecāks
revīzija
913827a44b
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      src/annotations/autolinks.ts

+ 2
- 2
src/annotations/autolinks.ts Parādīt failu

@ -47,11 +47,11 @@ export class Autolinks implements Disposable {
}
}
if (remotes !== undefined) {
if (remotes != null && remotes.length !== 0) {
for (const r of remotes) {
if (r.provider === undefined) continue;
for (const ref of this._references) {
for (const ref of r.provider.autolinks) {
if (requiresGenerator(ref)) {
ref.linkify = this._getAutolinkGenerator(ref);
}

Notiek ielāde…
Atcelt
Saglabāt