I’m working with a few .class
files whose source I know is not available (see DAP extension point). DevKit tries to download source files on editor open, pushing a new error notification every time it does so. How do I disable this behaviour?
Since IJ 2025.1, sources are automatically downloaded with Gradle. Before, we had to activate a property in Advanced Settings. You can probably deactivate this property (I did not test):
Thanks! Works perfectly. Hopefully this setting won’t be removed.