Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Impossible to close launch.json in Arduino IDE 2 RC3 #866

Closed
francip opened this issue Feb 26, 2022 · 1 comment · Fixed by #946
Closed

Impossible to close launch.json in Arduino IDE 2 RC3 #866

francip opened this issue Feb 26, 2022 · 1 comment · Fixed by #946
Assignees
Labels
conclusion: resolved Issue was resolved criticality: high Of high impact topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@francip
Copy link

francip commented Feb 26, 2022

Describe the bug
Once launch.json is opened through the cog button in the degug view, there is no way to close it. The tab lacks the 'x' button, and any of the shortcuts to close tabs are not working on that tab.
The launch.json tab persist across IDE restart.

To Reproduce
Steps to reproduce the behavior:

  1. Open a sketch file
  2. Open the Debug view
  3. Press the cog button to open launch.json

Expected behavior
'x' button is present and allows closing the tab. Keyboard shortcuts for closing tabs are able to close the tab.

Screenshots
Screenshot showing the launch.json without the 'x' button and keyboard shortcuts tab with the 'x' button next to it.
Screenshot 2022-02-25 200644

Desktop (please complete the following information):

  • OS: Windows 10 Home
  • Version: 2.0.0-rc3 (2021-12-22)

Additional context
Add any other context about the problem here.

@francip francip added the type: imperfection Perceived defect in any part of project label Feb 26, 2022
@per1234 per1234 added the topic: code Related to content of the project itself label Feb 26, 2022
@ubidefeo ubidefeo added the criticality: high Of high impact label Mar 24, 2022
@fstasi fstasi assigned msujew and unassigned AlbyIanna Apr 1, 2022
@ubidefeo
Copy link

ubidefeo commented Apr 1, 2022

considering the Sketch structure, every file in the Sketch's root should not be closable, but any other file in subdirs or otherwise open should.

launch.json is in the .vscode folder, hence it should be closeable

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
conclusion: resolved Issue was resolved criticality: high Of high impact topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants