Also update d.ts

This commit is contained in:
Matt Bierner
2020-03-31 16:37:18 -07:00
parent ad02c23266
commit b66a49d9da

View File

@ -1431,7 +1431,7 @@ declare module 'vscode' {
* @param viewType The associated uri for this document.
* @param uri The associated viewType for this document.
*/
constructor(viewType: string, uri: Uri);
constructor(uri: Uri);
/**
* The associated viewType for this document.