AnWeber / vscode-statusbar-command

MIT License
16 stars 4 forks source link

not wroking in vscode version 1.79.0 #27

Closed seb4nihel closed 1 year ago

seb4nihel commented 1 year ago

As of vscode Version 1.79.0 all my commands are gone, did someone noticed this as well?

extension version: v2.7.0

vscode:

Version: 1.79.0 Commit: b380da4ef1ee00e224a15c1d4d9793e27c2b6302 Date: 2023-06-07T14:28:32.941Z Electron: 22.5.5 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Linux arm64 6.3.0-asahi-7-1-edge-ARCH

AnWeber commented 1 year ago

@seb4nihel will check it.

AnWeber commented 1 year ago

@seb4nihel It still works correctly for me. My configured buttons also appear with VSCode 1.79.0 on Windows. See my Test for #27 button

image
seb4nihel commented 1 year ago

@AnWeber I resolved the issue, i had several buttons with the same id in the json config. This malformed settings worked for some time but stopped working now. I noticed it, fixed it and the statusbar commands worked again. So issue solved! Thank you very much for quick response and confirmation!