|
|
@ -1,7 +1,6 @@ |
|
|
|
import type { Range, Uri } from 'vscode'; |
|
|
|
import type { DynamicAutolinkReference } from '../../annotations/autolinks'; |
|
|
|
import type { AutolinkReference } from '../../config'; |
|
|
|
import { AutolinkType } from '../../config'; |
|
|
|
import { isSha } from '../models/reference'; |
|
|
|
import type { Repository } from '../models/repository'; |
|
|
|
import { RemoteProvider } from './remoteProvider'; |
|
|
|