Noticed that, if you try to right-click a lab folder and choose Open in CS50 Lab as soon as a codespace opens, nothing sometimes happens. And I even saw one scenario where the windows opened but HTML didn't appear in the README, likely the result of the extension itself not being ready. Can we perhaps configure package.json to contribute an initially disabled (grayed-out) Open in CS50 Lab option, and then enable it in code in response to the post-load VS Code event?
Noticed that, if you try to right-click a lab folder and choose Open in CS50 Lab as soon as a codespace opens, nothing sometimes happens. And I even saw one scenario where the windows opened but HTML didn't appear in the README, likely the result of the extension itself not being ready. Can we perhaps configure
package.json
to contribute an initially disabled (grayed-out) Open in CS50 Lab option, and then enable it in code in response to the post-load VS Code event?