mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge from vscode 8df646d3c5477b02737fc10343fa7cf0cc3f606b
This commit is contained in:
2
src/vs/vscode.proposed.d.ts
vendored
2
src/vs/vscode.proposed.d.ts
vendored
@@ -2100,7 +2100,7 @@ declare module 'vscode' {
|
||||
* @param pathFragments
|
||||
* @returns A new uri
|
||||
*/
|
||||
export function joinPaths(base: Uri, ...pathFragments: string[]): Uri;
|
||||
export function joinPath(base: Uri, ...pathFragments: string[]): Uri;
|
||||
}
|
||||
|
||||
//#endregion
|
||||
|
||||
Reference in New Issue
Block a user