Replies: 2 comments 5 replies
-
@nanashili : Instead of author I would use authors, there could be more than one contributor to the extension. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have 2 comments about this {
"breakpoints": [{ "language": "markdown" }],
"supportedLanguages": ["markdown"],
}
1 Language is redundant and should not be usedAlso the table says an {
- "breakpoints": [{ "language": "markdown" }],
+ "breakpoints": ["markdown"],
"supportedLanguages": ["markdown"],
} 2 breakpoints or breakpointsSupported?This feels like duplication, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The below JSON is a manifest proposal for Aurora's extension system. (This is not final and will change over time.)
General Information
name
description
icon
categories
version
website
license
editor
permissions
configurations
extensionRequired
bugs
repository
homepage
Author Information
author
Author
name
email
company
Sponsor Information
sponsor
Sponsor
url
Permissions
permissions
FILE_RW
NOTIFICATIONS
CUSTOM_EDITOR
Configurations
configurations
Debugger
breakpoints
supportedLanguages
id
label
path
runtime
Bugs
bugs
url
email
Repository
repository
type
url
Beta Was this translation helpful? Give feedback.
All reactions