mirror of
https://github.com/coder/code-server.git
synced 2026-06-23 10:27:11 +02:00
Update to VS Code 1.52.1
This commit is contained in:
@@ -345,7 +345,7 @@ export class URI implements UriComponents {
|
||||
*/
|
||||
static joinPath(uri: URI, ...pathFragment: string[]): URI {
|
||||
if (!uri.path) {
|
||||
throw new Error(`[UriError]: cannot call joinPaths on URI without path`);
|
||||
throw new Error(`[UriError]: cannot call joinPath on URI without path`);
|
||||
}
|
||||
let newPath: string;
|
||||
if (isWindows && uri.scheme === 'file') {
|
||||
|
||||
Reference in New Issue
Block a user