missing monaco.d.ts changes

This commit is contained in:
Johannes Rieken 2016-08-03 11:01:48 +02:00
parent 087394f362
commit 74652c014e

1
src/vs/monaco.d.ts vendored
View file

@ -111,6 +111,7 @@ declare module monaco {
*
*/
export class Uri {
static isUri(thing: any): thing is Uri;
constructor();
/**
* scheme is the 'http' part of 'http://www.msft.com/some/path?query#fragment'.