weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

Click Icons broken [BUG] #568

Closed npearson72 closed 11 months ago

npearson72 commented 11 months ago

Describe the bug

I just recently updated coc-explorer and noticed a problem with the clip icons in src/source/sources/file/child-columns/clip.ts

Screenshot 2023-08-03 at 5 55 35 PM

They're no longer showing up. All my other nerd font icons are showing up.

Result from CocInfo

## versions

vim version: NVIM v0.9.1
node version: v18.10.0
coc.nvim version: 0.0.82-3dc6153a 2023-07-21 00:22:17 -0500
coc.nvim directory: /Users/nathan/.config/nvim/plugged/coc.nvim
term: tmux
platform: darwin

## Log of coc.nvim

2023-08-03T17:51:22.237 INFO (pid:42688) [configurations] - Add folder configuration from cwd: /Users/nathan/Dev/coc-explorer/.vim/coc-settings.json
2023-08-03T17:51:22.390 INFO (pid:42688) [extension:coc-git] - Looking for git in: git
2023-08-03T17:51:22.571 INFO (pid:42688) [plugin] - coc.nvim initialized with node: v18.10.0 after 407
2023-08-03T17:51:28.558 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 1, 1 ]
2023-08-03T17:51:28.560 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 2, 1 ]
2023-08-03T17:51:28.662 INFO (pid:42688) [services] - LanguageClient Json language server state change: stopped => starting
2023-08-03T17:51:28.699 INFO (pid:42688) [language-client-index] - Language server "json" started with 43027
2023-08-03T17:51:28.770 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:51:28.808 INFO (pid:42688) [services] - LanguageClient Json language server state change: starting => running
2023-08-03T17:51:28.818 INFO (pid:42688) [services] - service json started
2023-08-03T17:52:29.133 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:52:29.158 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 1, 2 ]
2023-08-03T17:52:29.168 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:31.679 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-t' ]
2023-08-03T17:52:31.713 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 3, 1 ]
2023-08-03T17:52:31.799 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:31.805 INFO (pid:42688) [services] - LanguageClient ESLint state change: stopped => starting
2023-08-03T17:52:31.849 INFO (pid:42688) [services] - service tsserver started
2023-08-03T17:52:31.855 INFO (pid:42688) [language-client-index] - Language server "eslint" started with 43064
2023-08-03T17:52:31.965 INFO (pid:42688) [services] - LanguageClient ESLint state change: starting => running
2023-08-03T17:52:31.971 INFO (pid:42688) [services] - service eslint started
2023-08-03T17:52:32.974 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 5 ]
2023-08-03T17:52:33.264 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:52:33.297 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 1, 4 ]
2023-08-03T17:52:33.316 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:34.889 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-q' ]
2023-08-03T17:52:34.943 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:41.944 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:52:41.978 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:44.358 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-q' ]
2023-08-03T17:52:44.421 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:48.490 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:52:48.513 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:50.546 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-o' ]
2023-08-03T17:52:52.533 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-[cr]' ]
2023-08-03T17:52:52.685 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:54.899 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:52:54.925 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:56.408 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-[cr]' ]
2023-08-03T17:52:56.711 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:57.265 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:52:57.302 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:52:58.760 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-[cr]' ]
2023-08-03T17:52:59.869 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:07.834 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:53:07.855 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:09.830 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-[cr]' ]
2023-08-03T17:53:10.034 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:11.606 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:53:11.635 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:14.814 INFO (pid:42688) [attach] - Request action: doKeymap [ 'coc-explorer-key-n-q' ]
2023-08-03T17:53:14.874 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:16.276 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:19.599 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 2, 9 ]
2023-08-03T17:53:19.659 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:21.254 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:39.087 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 2, 10 ]
2023-08-03T17:53:39.102 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 3, 8 ]
2023-08-03T17:53:39.360 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:54.766 INFO (pid:42688) [attach] - receive notification: runCommand [ 'explorer' ]
2023-08-03T17:53:54.815 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 1, 12 ]
2023-08-03T17:53:54.839 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:56.230 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:53:59.171 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:54:02.171 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 2, 13 ]
2023-08-03T17:54:02.177 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 3, 11 ]
2023-08-03T17:54:02.513 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:54:06.979 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:54:07.930 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 5 ]
2023-08-03T17:54:13.607 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 2, 15 ]
2023-08-03T17:54:13.818 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:54:26.373 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 3, 11 ]
2023-08-03T17:54:28.042 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:54:28.629 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:56:43.909 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:56:44.504 INFO (pid:42688) [attach] - receive notification: doAutocmd [ 6 ]
2023-08-03T17:56:45.591 INFO (pid:42688) [attach] - receive notification: showInfo []
npearson72 commented 11 months ago

Thank you!