We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88af514 commit 5d8fcf3Copy full SHA for 5d8fcf3
1 file changed
src/vs/vscode.d.ts
@@ -796,12 +796,12 @@ declare module 'vscode' {
796
*/
797
export class ThemeIcon {
798
/**
799
- * Reference to a icon representing a file. The icon is taken from the current file icon theme or a placeholder icon.
+ * Reference to an icon representing a file. The icon is taken from the current file icon theme or a placeholder icon is used.
800
801
static readonly File: ThemeIcon;
802
803
804
- * Reference to a icon representing a folder. The icon is taken from the current file icon theme or a placeholder icon.
+ * Reference to an icon representing a folder. The icon is taken from the current file icon theme or a placeholder icon is used.
805
806
static readonly Folder: ThemeIcon;
807
0 commit comments