Samael
Samael
I'm fairly sure this is done. Need to double check and attach screenshot if possible.
another one of these today (Windows 7): ``` com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get io.github.intellij.dlanguage.project.DubProjectImportBuilder (requestorClass=io.github.intellij.dlanguage.project.DubProjectImportProvider, requestorConstructor=public io.github.intellij.dlanguage.project.DubProjectImportProvider(io.github.intellij.dlanguage.project.DubProjectImportBuilder)). Probably construct... ```
Same again: plugin 1.22 JDK 11.0.5 IDEA 2019.3.3 ``` com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get io.github.intellij.dlanguage.project.DubProjectImportBuilder (requestorClass=io.github.intellij.dlanguage.project.DubProjectImportProvider, requestorConstructor=public io.github.intellij.dlanguage.project.DubProjectImportProvider(io.github.intellij.dlanguage.project.DubProjectImportBuilder)). Probably constructor.. ```
probably the same as #544
Same again: plugin 1.22 JDK 11.0.5 IDEA 2019.3.1 ``` com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get io.github.intellij.dlanguage.project.DubProjectImportBuilder (requestorClass=io.github.intellij.dlanguage.project.DubProjectImportProvider, requestorConstructor=public io.github.intellij.dlanguage.project.DubProjectImportProvider(io.github.intellij.dlanguage.project.DubProjectImportBuilder)). Probably construct... ``` last action **Vcs.VcsClone**
isn't this just that it couldn't connect to the repository at the time? _ProcessDLibs_ just runs `dub describe` and parses the output json. I've not debugged it with the plugin...
Sentry report for this: ``` java.lang.Throwable: error while fetching:Package ann_exec:testsuite not found for registry at https://code.dlang.org/ (fallbacks registry at https://code-mirror.dlang.io/, registry at https://dub-registry.herokuapp.com/): (1): Error: Got JSON of type null_,...
I suspect that when @kingsleyh did the dunit support that it assumed the project would be a single module. We do need to revisit the unit testing integration as a...
I wasn't actually choosing to put the comments index in there so it's a red herring. It was just the way Ember.js was generating the query URL when I call...
thanks for clarifying