Skip to content

Commit

Permalink
fix(vscode-icons): add missing VS Code icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 14, 2024
1 parent 5c186d9 commit cb43f34
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions lua/astrocommunity/recipes/vscode-icons/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,24 @@ return {
icons = {
ActiveLSP = "",
ActiveTS = "",
ArrowLeft = "",
ArrowRight = "",
Bookmarks = "",
BufferClose = "",
DapBreakpoint = "",
DapBreakpointCondition = "",
DapBreakpointRejected = "",
DapLogPoint = "",
DapStopped = "",
Debugger = "",
DefaultFile = "",
Diagnostic = "",
DiagnosticError = "",
DiagnosticHint = "",
DiagnosticInfo = "",
DiagnosticWarn = "",
Ellipsis = "",
FileNew = "",
FileModified = "",
FileReadOnly = "",
FoldClosed = "",
Expand All @@ -38,14 +43,22 @@ return {
GitUnstaged = "",
GitUntracked = "",
LSPLoaded = "",
LSPLoading1 = "",
LSPLoading2 = "",
LSPLoading3 = "",
LSPLoading1 = "",
LSPLoading2 = "",
LSPLoading3 = "",
MacroRecording = "",
Package = "",
Paste = "",
Refresh = "",
Search = "",
Selected = "",
Selected = "",
Session = "",
Sort = "",
Spellcheck = "",
TabClose = "",
Terminal = "",
Window = "",
WordFile = "",
},
},
},
Expand Down

0 comments on commit cb43f34

Please sign in to comment.