-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
EmranMR
wants to merge
10
commits into
SchemaStore:master
Choose a base branch
from
EmranMR:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+776
−0
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
82414cf
added support for Nova Code Editor Ext manifest
EmranMR 7b7c948
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 057aefa
fix: updated the catalog file to reflect
EmranMR 84c35b8
Merge branch 'origin/master'
EmranMR accf02e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] dbb2ab6
added more details to the schema definition
EmranMR e556b1c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 786739a
added the missing wildcard
EmranMR ce3fdb1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ed5bb2f
Update full.json
hyperupcall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"bugs": "https://example.com/debug-issues", | ||
"categories": ["issues"], | ||
"debugAdapters": { | ||
"identifier": "debug.helper.adapter", | ||
"name": "Debug Helper Adapter" | ||
}, | ||
"description": "An extension with debug support.", | ||
"identifier": "com.example.debug-helper", | ||
"name": "Debug Helper", | ||
"organization": "Debug Tools Ltd.", | ||
"version": "1.1.0" | ||
} |
10 changes: 10 additions & 0 deletions
10
src/negative_test/extension/invalid-activation-events.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"activationEvents": "onStart", | ||
"bugs": "https://example.com/issues", | ||
"categories": ["Utilities"], | ||
"description": "An example with invalid activation events.", | ||
"identifier": "com.example.invalid-activation", | ||
"name": "Invalid Activation Events", | ||
"organization": "Example Org", | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"bugs": "not-a-valid-url", | ||
"categories": ["Utilities"], | ||
"description": "An example with invalid URLs.", | ||
"identifier": "com.example.invalid-url", | ||
"name": "Invalid URL", | ||
"organization": "Example Org", | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"bugs": "not-a-valid-url", | ||
"categories": ["Utilities"], | ||
"description": "An example with invalid URLs.", | ||
"identifier": "com.example.invalid-url", | ||
"name": "Invalid URL", | ||
"organization": "Example Org", | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "Missing Required Fields" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"bugs": "https://example.com/issues", | ||
"categories": ["Utilities"], | ||
"description": "A basic valid extension.", | ||
"identifier": "com.example.basic-extension", | ||
"name": "Basic Extension", | ||
"organization": "Example Corp", | ||
"version": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"bugs": "https://example.com/debug-issues", | ||
"categories": ["issues"], | ||
"debugAdapters": [ | ||
{ | ||
"identifier": "debug.helper.adapter", | ||
"name": "Debug Helper Adapter" | ||
} | ||
], | ||
"description": "An extension with debug support.", | ||
"identifier": "com.example.debug-helper", | ||
"name": "Debug Helper", | ||
"organization": "Debug Tools Ltd.", | ||
"version": "1.1.0" | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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