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

added support for Nova Code Editor Ext manifest #4389

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

EmranMR
Copy link

@EmranMR EmranMR commented Jan 26, 2025

Hello!
This should add support for the extension.json manifest, used by Nova Code editor for extension development.
Below is the link to the manifest for you:

Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

{
"name": "Nova Editor",
"description": "Nova Editor Extension Manifest",
"fileMatch": ["extension.json"],
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a bit generic. Can you add a more specific pattern like a folder name as well?

Copy link
Author

Choose a reason for hiding this comment

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

Sure 😊

"description": "Nova Editor Extension Manifest",
"fileMatch": ["**/*.novaextension/extension.json", "extension.json"],
"url": "https://json.schemastore.org/extension.json"
},
Copy link
Author

Choose a reason for hiding this comment

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

Hi @madskristensen. Unfortunately the name they chose is very generic inherently. However I did forgot to add *.novaextension/ folder, which I just did

@hyperupcall
Copy link
Member

@EmranMR Thanks for the update! I'll be able to merge this if fileMatch includes "**/*.novaextension/extension.json", but not extension.json (too generic). If only one fileMatch is generic, then there is a high chance of false positives

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.

3 participants