Jörg Riemenschneider
Jörg Riemenschneider
Correct me, if I'm wrong but if i enable "enable-patching" in my project, patches from all my required packages are applied. Is there a possibility to restrict this behavior to...
I have a project `composer.json` with following relevant structure: ```json { "require": { "composer/installers": "~1.0 || ~2.0", "cweagans/composer-patches": "^1.7", "my_vendor/my_distro_package": ^1.0 }, "extra": { "enable-patching": true, "composer-exit-on-patch-failure": true } }...
Plugin doesnot work if [Markdown Navigator enhanced](https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced) is active. Cannot open MR, quitting with following bug report: `com.intellij.diagnostic.ImplementationConflictException: Language of 'class net.ntworld.mergeRequestIntegrationIde.util.FileTypeUtil$MarkdownLanguage' is already registered: Language: Markdown at com.intellij.lang.Language.(Language.java:79) at...
…ependencies ## Description Relates to #551. Added config key as decribed in the issue, added handling for whitelist, while not breaking current behavior if new config key is omitted. ##...