Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Windows 10
- Remote OS: Ubuntu
- Remote Architecture: md64
code-server --version
: 4.9.0 0502dfa with Code 1.73.1
Steps to Reproduce
- Install https://open-vsx.org/extension/cweijan/vscode-mysql-client2
- Set up and open a table tab like below
- Clicking on
Close
will close just the tab, but pressingctrl+w
will close this table tab + code-server itself
Expected
I expect ctrl+w
to close only this tab, unsure if it is a plugin issue or code-server, but feels more like code-server
Actual
pressing ctrl+w
will close this table tab + code-server itself
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
NOTE
Cannot test in GitHub codespaces due to The 'MySQL' extension is not available in Visual Studio Code for the Web
Table tab closed properly in desktop VS Code