File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2012,10 +2012,10 @@ declare module 'vscode' {
2012
2012
2013
2013
/**
2014
2014
* A set of file filters that are used by the dialog. Each entry is a human-readable label,
2015
- * like "TypeScript", and an array of extensions, e.g.
2015
+ * like "TypeScript", and an array of extensions, for example:
2016
2016
* ```ts
2017
2017
* {
2018
- * 'Images': ['png', 'jpg']
2018
+ * 'Images': ['png', 'jpg'],
2019
2019
* 'TypeScript': ['ts', 'tsx']
2020
2020
* }
2021
2021
* ```
@@ -2047,10 +2047,10 @@ declare module 'vscode' {
2047
2047
2048
2048
/**
2049
2049
* A set of file filters that are used by the dialog. Each entry is a human-readable label,
2050
- * like "TypeScript", and an array of extensions, e.g.
2050
+ * like "TypeScript", and an array of extensions, for example:
2051
2051
* ```ts
2052
2052
* {
2053
- * 'Images': ['png', 'jpg']
2053
+ * 'Images': ['png', 'jpg'],
2054
2054
* 'TypeScript': ['ts', 'tsx']
2055
2055
* }
2056
2056
* ```
You can’t perform that action at this time.
0 commit comments