Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete ProvideBraceCompletion attribute #1283

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Nodejs/Product/Nodejs/Nodejs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@
<Compile Include="Project\NodejsGeneralPropertyPageControl.Designer.cs">
<DependentUpon>NodejsGeneralPropertyPageControl.cs</DependentUpon>
</Compile>
<Compile Include="ProvideBraceCompletion.cs" />
<Compile Include="ProvideEditorExtension2Attribute.cs" />
<Compile Include="ProvideLanguageTemplates.cs" />
<Compile Include="Repl\ClearReplCommand.cs" />
Expand Down
1 change: 0 additions & 1 deletion Nodejs/Product/Nodejs/NodejsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ namespace Microsoft.NodejsTools {
[ProvideProjectFactory(typeof(NodejsProjectFactory), null, null, null, null, ".\\NullPath", LanguageVsTemplate = NodejsConstants.JavaScript, SortPriority=0x17)] // outer flavor, no file extension
[ProvideDebugPortSupplier("Node remote debugging", typeof(NodeRemoteDebugPortSupplier), NodeRemoteDebugPortSupplier.PortSupplierId)]
[ProvideMenuResource(1000, 1)] // This attribute is needed to let the shell know that this package exposes some menus.
[ProvideBraceCompletion(NodejsConstants.Nodejs)]
[ProvideProjectItem(typeof(BaseNodeProjectFactory), NodejsConstants.Nodejs, "FileTemplates\\NewItem", 0)]
[ProvideLanguageTemplates("{349C5851-65DF-11DA-9384-00065B846F21}", NodejsConstants.JavaScript, Guids.NodejsPackageString, "Web", "Node.js Project Templates", "{" + Guids.NodejsBaseProjectFactoryString + "}", ".js", NodejsConstants.Nodejs, "{" + Guids.NodejsBaseProjectFactoryString + "}")]
[ProvideTextEditorAutomation(NodejsConstants.Nodejs, 106, 102, ProfileMigrationType.PassThrough)]
Expand Down
46 changes: 0 additions & 46 deletions Nodejs/Product/Nodejs/ProvideBraceCompletion.cs

This file was deleted.