vaadin / starters

Issue repository for all the starter projects in https://vaadin.com/start
3 stars 0 forks source link

Project contains erroneous (static) launch config for VS Code #98

Closed emarc closed 1 year ago

emarc commented 1 year ago

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:

  1. Download any project
  2. Open project in VS Code
  3. Run or Debug (^F5 or F5) 4.ConfigError: Main class 'org.vaadin.example.Application' doesn't exist in the workspace.

Expected behavior Project should run

Markup 2022-12-09 at 09 18 36

Artur- commented 1 year ago

Fixed and deployed