missing monaco.d.ts changes

This commit is contained in:
Johannes Rieken 2016-08-03 10:40:06 +02:00
parent be8ad1d9b6
commit 087394f362

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

@ -111,7 +111,6 @@ 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'.