Skip to content

Re-add eclipse .settings directory

Tobias Haase requested to merge feature/fix-eclipse-settings into develop

Merge Request

Breaking Changes

None

Description

The .settings directory is important for Eclipse users as it contains central information about the project. Without this directory, Eclipse does not know that it is a web project, which means that you can no longer run and debug the project.

Screenshot

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.
  • package-lock.json was not changed unless I added or edited dependencies.

Related Issues

  • Related #
  • Closes #

Merge request reports