Skip to content
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

New setting to control creation of Artifact Id folder #197

Merged
merged 5 commits into from
Feb 21, 2022
Merged

New setting to control creation of Artifact Id folder #197

merged 5 commits into from
Feb 21, 2022

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    c01a67c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2426f6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c1c16 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. refactor for better maintenance

     - config is now an enum, allowing future extensibility
     - removed all .fsPath calls and replaced them with pure vscode.Uri usage (with .path and .parse)
     - we don't rely on start.spring.io's `baseDir`param, creating the sub-folder directly (single-responsibility and dry)
     - other improvements, removing unnecessary variables and responsibility leaks out of `specifyTargetFolder`
    brunovieira97 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9470ad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    852d91d View commit details
    Browse the repository at this point in the history