From ab85c6b0239c88d75f3a9fe18dfae4c2ecbefb33 Mon Sep 17 00:00:00 2001 From: "Irina.Chernushina" Date: Wed, 17 Jan 2018 18:02:44 +0100 Subject: [PATCH] hide Vue Extract Component intention under registry key --- platform/util/resources/misc/registry.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 2c9473c2af8b..908ad4b94b14 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1421,4 +1421,7 @@ run.anything.generators=true run.anything.bundler.actions=true run.anything.permanent.configurations=true run.anything.temporary.configurations=true -run.anything.undefined.commands=true \ No newline at end of file +run.anything.undefined.commands=true + +vue.extract.component.intention=false +vue.extract.component.intention.description=Allows "Vue Extract Component" intention \ No newline at end of file