File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import structure from '../style/icons/file-tree.svg';
30
30
import lightning from '../style/icons/flash-outline.svg' ;
31
31
import key from '../style/icons/key.svg' ;
32
32
import snippet from '../style/icons/border-none-variant.svg' ;
33
- import alpha_t from '../style/icons/alpha-t.svg' ;
33
+ import alpha_t_over_code from '../style/icons/alpha-t-and-code .svg' ;
34
34
35
35
const default_set : ICompletionIconSet = {
36
36
Text : alphabetical ,
@@ -57,7 +57,7 @@ const default_set: ICompletionIconSet = {
57
57
Struct : sitemap ,
58
58
Event : lightning ,
59
59
Operator : plus_minus ,
60
- TypeParameter : alpha_t
60
+ TypeParameter : alpha_t_over_code
61
61
} ;
62
62
63
63
const completionTheme : ICompletionTheme = {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments