From ba1ea4610d402c6cacf18377bc36f48a5ee39ad1 Mon Sep 17 00:00:00 2001 From: Jamie Jackson <15037@icf.com> Date: Mon, 12 Dec 2022 17:20:39 -0500 Subject: [PATCH] remove debug claim from cfml plugin description --- CFML/resources/META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CFML/resources/META-INF/plugin.xml b/CFML/resources/META-INF/plugin.xml index 01c6662a198..8f1f9c9bb4e 100644 --- a/CFML/resources/META-INF/plugin.xml +++ b/CFML/resources/META-INF/plugin.xml @@ -6,7 +6,7 @@
  • Provides coding assistance, navigation and search for CFML files
  • -
  • Helps to deploy applications to the ColdFusion server with a dedicated run/debug configuration
  • +
  • Helps to deploy applications to the ColdFusion server with a dedicated run configuration
  • Requires the ColdFusion server and configured path mapping between local folders with your application and corresponding directories on the server. To configure path mappings, open the Settings / Preferences dialog and select Languages & Frameworks | ColdFusion.