You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the run buttons in editor toolbar more context-aware (#898)
* Make the run buttons in editor toolbar more context-aware
- If the file has a main() method, run it
- If the file is a test file, delegate to Test Runner
- If neither has a main() method nor is a test file, try to launch as a
project
- If both has a main() method and is a test file, let the user to
choose
Signed-off-by: Sheng Chen <[email protected]>
* fix build error
Signed-off-by: Sheng Chen <[email protected]>
* Can search the main classes in the whole workspace
Signed-off-by: Sheng Chen <[email protected]>
* Show project name as the option detail
Signed-off-by: Sheng Chen <[email protected]>
* Address the comments
* Remove unused import
0 commit comments