Resolve pr comment

This commit is contained in:
hantatsang 2021-06-09 17:04:01 +10:00
parent 701f6763da
commit 730a80866e

2
src/vs/vscode.d.ts vendored
View file

@ -1989,7 +1989,7 @@ declare module 'vscode' {
* { language: 'typescript', scheme: 'file' }
*
* @example <caption>A language filter that applies to all package.json paths</caption>
* { language: 'json', scheme: 'file', pattern: '**/package.json' }
* { language: 'json', pattern: '**/package.json' }
*/
export interface DocumentFilter {