diff --git a/Nodejs/Product/InteractiveWindow/InteractiveWindow.vsct b/Nodejs/Product/InteractiveWindow/InteractiveWindow.vsct index 537db3672..55873f187 100644 --- a/Nodejs/Product/InteractiveWindow/InteractiveWindow.vsct +++ b/Nodejs/Product/InteractiveWindow/InteractiveWindow.vsct @@ -299,12 +299,13 @@ - + + diff --git a/Nodejs/Product/Nodejs/Nodejs.csproj b/Nodejs/Product/Nodejs/Nodejs.csproj index abb769c0e..bffbb9707 100644 --- a/Nodejs/Product/Nodejs/Nodejs.csproj +++ b/Nodejs/Product/Nodejs/Nodejs.csproj @@ -385,6 +385,13 @@ + + + Form + + + NewFileNameForm.cs + @@ -730,6 +737,7 @@ NodejsGeneralOptionsControl.cs + NodejsGeneralPropertyPageControl.cs diff --git a/Nodejs/Product/Nodejs/NodejsConstants.cs b/Nodejs/Product/Nodejs/NodejsConstants.cs index 505cb310b..068468d12 100644 --- a/Nodejs/Product/Nodejs/NodejsConstants.cs +++ b/Nodejs/Product/Nodejs/NodejsConstants.cs @@ -23,6 +23,7 @@ internal class NodejsConstants { internal const string JavaScript = "JavaScript"; internal const string CSS = "CSS"; + internal const string HTML = "HTML"; internal const string Nodejs = "Node.js"; internal const string IssueTrackerUrl = "https://go.microsoft.com/fwlink/?LinkId=507637"; diff --git a/Nodejs/Product/Nodejs/NodejsTools.vsct b/Nodejs/Product/Nodejs/NodejsTools.vsct index a884b4137..9eed30a3f 100644 --- a/Nodejs/Product/Nodejs/NodejsTools.vsct +++ b/Nodejs/Product/Nodejs/NodejsTools.vsct @@ -51,6 +51,10 @@ + + + + @@ -87,6 +91,34 @@ DynamicVisibility If you do not want an image next to your command, remove the Icon node or set it to --> + + + + + + + +