-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Debug main menu according to VS Code #8603
Comments
Hey @vince-fugnitto, I would love to help. From the description what I understood is the change is to update the menu name from |
Hello @dhairyanadapara! |
@azatsarynnyy My bad :|. I got wrong mapping in both menu while writing the comment. Thanks for correction. I will raise the PR once the changes are done. thanks :) |
@azatsarynnyy I found the change requied for updating the menu name. I changed the name to |
@dhairyanadapara have you rebuilt Theia with your changes with |
Hello @dhairyanadapara, |
Hey @azatsarynnyy, sorry for the delay. I tried with the |
Can you please confirm that the change I suggested is correct? Also, one other issue I found is that if there are any other server running on same port(3000) then the theia overrides the other server. It would be better to run the server on other port like(3001) if some service is already running on 3000. (this issue might be coming due to |
I think it might be related to a browser's cache. Try to reload the page in incognito mode. Or clean-up the cache. If you're using Chrome, try Shift+F5. |
@dhairyanadapara 3000 is a default port. It can be specified through the command line arg, e.g. |
@dhairyanadapara please, let me know if you still have your changes not visible in Theia. |
@azatsarynnyy I just followed the instructions you gave, but still no success. You can raise the PR. Thanks :) |
No problem. BTW, @dhairyanadapara you can pick another good first issue from
good first issue
|
Feature Description:
In VS Code,
Debug
menu has been renamed toRun
In Theia, we still have
Debug
It should be renamed according to VS Code.
The text was updated successfully, but these errors were encountered: