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

refactor: remove deprecated extension point for adding quick actions #10223

Merged
merged 2 commits into from Dec 20, 2023

Conversation

JammingBen
Copy link
Collaborator

Description

Removes the old and deprecated way of registering quick actions via the quickaction property of an app as well as leftovers from the sidebar extension rework.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Removes the old and deprecated way of registering quick actions via the `quickaction` property of an app.
@JammingBen JammingBen self-assigned this Dec 20, 2023
Copy link

sonarcloud bot commented Dec 20, 2023

@@ -64,7 +55,6 @@ export interface ApplicationInformation {
isFileEditor?: boolean
extensions?: any[]
defaultExtension?: string
fileSideBars?: any[]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for cleaning those up as well 🙈

@kulmann kulmann merged commit 516e952 into master Dec 20, 2023
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the remove-deprecated-application-properties branch December 20, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants