We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run unit tests, I get this error:
Element: class com.intellij.lang.properties.psi.impl.PropertiesFileImpl #Properties because: different providers: com.intellij.psi.SingleRootFileViewProvider{vFile=file:///...core-customize/hybris/config/local.properties, vFileId=905, content=VirtualFileContent{size=13914}, eventSystemEnabled=true}(77e217ac); com.intellij.psi.SingleRootFileViewProvider{vFile=file:///.../core-customize/hybris/config/local.properties, vFileId=905, content=VirtualFileContent{size=13914}, eventSystemEnabled=true}(67b0b5df) invalidated at: see attachment
When I do any change to the local.properties file, it works again. I see this behavior since version 2024.3, and it´s still there in 2024.3.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to run unit tests, I get this error:
Element: class com.intellij.lang.properties.psi.impl.PropertiesFileImpl #Properties because: different providers: com.intellij.psi.SingleRootFileViewProvider{vFile=file:///...core-customize/hybris/config/local.properties, vFileId=905, content=VirtualFileContent{size=13914}, eventSystemEnabled=true}(77e217ac); com.intellij.psi.SingleRootFileViewProvider{vFile=file:///.../core-customize/hybris/config/local.properties, vFileId=905, content=VirtualFileContent{size=13914}, eventSystemEnabled=true}(67b0b5df) invalidated at: see attachment
When I do any change to the local.properties file, it works again. I see this behavior since version 2024.3, and it´s still there in 2024.3.2
The text was updated successfully, but these errors were encountered: