Skip to content

Commit

Permalink
feat: Make "symbol-key" and "symbol-string" different
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecton4 committed Oct 28, 2022
1 parent 2b9f064 commit bef4fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export const sets: IconSet[] = [
// 'codicon:symbol-folder': 'carbon:folder',
'codicon:symbol-function': 'carbon:function-math',
'codicon:symbol-interface': 'carbon:connect',
'codicon:symbol-key': 'carbon:character-upper-case',
'codicon:symbol-key': 'carbon:character-lower-case',
// 'codicon:symbol-keyword': 'carbon:',
'codicon:symbol-method': 'carbon:function',
'codicon:symbol-misc': 'carbon:type-pattern',
Expand Down

0 comments on commit bef4fd8

Please sign in to comment.