mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
improve message when no resolver found
This commit is contained in:
committed by
Alex Dima
parent
d06db9bbba
commit
49de62f5c9
@@ -611,7 +611,7 @@ export class ExtHostExtensionService implements ExtHostExtensionServiceShape {
|
||||
|
||||
const resolver = this._resolvers[authorityPrefix];
|
||||
if (!resolver) {
|
||||
throw new Error(`No resolver available for ${authorityPrefix}`);
|
||||
throw new Error(`No remote extension installed to resolve ${authorityPrefix}.`);
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user