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
In windows system, the condition check in line 196 will be always false since the drive letters between the two URIs are not the same. One of them is in uppercase while the other is in lowercase. This dismisses the rest configure process.
See debug screenshot:
The text was updated successfully, but these errors were encountered:
testforstephen
changed the title
Changes on Formatter profiles have no effect before reloading
Changes to Formatter profiles don‘t take effect in real time
Apr 23, 2021
Steps to reproduce:
Java: Open Java Formatter Settings
and choose the default profileorg.eclipse.jdt.core.formatter.blank_lines_before_imports
in the xml to5
Format Document
, you'll find that there is still one line before importsFormat Document
again, you'll find that there is five lines before imports nowIt seems that the issue occurs here: https://github.com/eclipse/eclipse.jdt.ls/blob/6bc7aef77e9497cef27bc4e3b9b50ccdb8ea6170/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/managers/StandardProjectsManager.java#L192-L200
In windows system, the condition check in line 196 will be always
false
since the drive letters between the twoURI
s are not the same. One of them is in uppercase while the other is in lowercase. This dismisses the rest configure process.See debug screenshot:
The text was updated successfully, but these errors were encountered: