Unfortunately, no .
BTW, users may see these warnings when the Internal mode is activated. If so, they can hide them by setting ide.slow.operations.assertion=false in IDE’s properties.
Sorry folks, there is no solution unfortunately yet. But this diagnostic is not shown to users in releases, please do not worry, only during development and internal mode.
It looks so the slow operations may be bypassed if the not null initial value for FileChoser is provided. For me the following approach works
VirtualFile initLocation = defaultLocation; // should not be null
VirtualFile virtualFile = FileChooser.chooseFile(fileChooserDescriptor, null, defaultLocation);