[BUG] Missing icon after VSCode update 1.56
See original GitHub issueDescribe the bug
After last VSCode update which changes icons, Conventional Commits plugin icon is also not rendering correctly. There is only a few pixels in heigh where you can click on it.
To reproduce
Steps to reproduce the behavior:
- Update VSCode to 1.56.
- Install Conventional Commits plugin.
- Go to
Source Control
tab. - See missing icon (only little lighter small dot instead icon).
Expected behavior
Default Conventional Commits plugin icon should be rendered.
Screenshots
Application logs
[info] Extension Activated
[info] vscode.env.language: en
[info] last used version: 1.21.0
[info] Conventional commits started.
[info] VSCode version: 1.56.0
[info] Git version: 1.0.0
[info] VSCode Conventional Commits version: 1.21.0
[info] conventionalCommits.autoCommit: true
[info] conventionalCommits.emojiFormat: code
[info] conventionalCommits.gitmoji: true
[info] conventionalCommits.lineBreak:
[info] conventionalCommits.promptBody: true
[info] conventionalCommits.promptFooter: true
[info] conventionalCommits.promptScopes: true
[info] conventionalCommits.showEditor: false
[info] conventionalCommits.showNewVersionNotes: true
[info] conventionalCommits.editor.keepAfterSave: false
[info] git.enableSmartCommit: false
[info] git.smartCommitChanges: all
[info] git.postCommitCommand: none
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
No longer scaling toolbar icon #123041 - microsoft/vscode
itemName=pdconsec.vscode-print and observe that the icon is clipped. This is new behaviour. ... [BUG] Missing icon after VSCode update 1.56 ...
Read more >April 2021 (version 1.56) - Visual Studio Code
Update 1.56.1: The update addresses these security issues. Update 1.56.2: The update ... VS Code prompts to install the Python extension if it...
Read more >command 'python.execInTerminal-icon' not found
Unistall VS Code. · Go to "C:/Users/{Whatever User}" and delete the .vscode Folder. · Go to "C:/Users/{Whatever User}/AppData/Roaming" and delete ...
Read more >VSCode 1.56 released, bringing electron 12, wayland support ...
Only issues I've found was the huge thumbnail when VSCode icon is hovered on taskbar, and eventual stop of mouse interactions. Also, i'm ......
Read more >Intellisense not working for Visual Studio Code - Unity Forum
2. Fully uninstalled and reinstalled VSCode as well as Unity. Same results. 3. Followed this guide but no change. 4. Instead of selecting...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
👋 @deoomen @aleexnl I don’t think it’s an extension issue. I think it’s related to VS Code (https://github.com/microsoft/vscode/issues/123041). Our icon complies with VS Code’s guidelines (16px SVG icon). I think we should wait for the new version to update to see whether there are similar issues afterward or not. 😅
After updating VSCode to 1.56.2 icon render properly. I close issue.