mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
@@ -750,7 +750,11 @@ var requirejs = (function() {
|
||||
this._handleResourceOpening(data.href);
|
||||
} else {
|
||||
// uri with scheme
|
||||
this._openUri(URI.parse(data.href));
|
||||
if (osPath.isAbsolute(data.href)) {
|
||||
this._openUri(URI.file(data.href));
|
||||
} else {
|
||||
this._openUri(URI.parse(data.href));
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user