Describe the bug
The generated project contains a .vscode/launch.json which specifies the main class as org.vaadin.example.Application regardless of the package of the project (which is not even org.vaadin.example by default).
To Reproduce
Steps to reproduce the behavior:
Download any project
Open project in VS Code
Run or Debug (^F5 or F5)
4.ConfigError: Main class 'org.vaadin.example.Application' doesn't exist in the workspace.
Describe the bug The generated project contains a
.vscode/launch.json
which specifies the main class asorg.vaadin.example.Application
regardless of the package of the project (which is not even org.vaadin.example by default).To Reproduce Steps to reproduce the behavior:
ConfigError: Main class 'org.vaadin.example.Application' doesn't exist in the workspace.
Expected behavior Project should run