mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Also update d.ts
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user