You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2023. It is now read-only.
Only one issue, you uploaded the extension, but I believe you forgot to set the minimum version requirement to version 1.7 of brackets. On Brackets 1.6, the extension downloaded will fail to run.
engines.brackets (encouraged) - which Brackets versions the extension is compatible with, specified as a string in semver range format. Typically >= 0.xx, where "xx" is a Brackets sprint number (this says the extension won't run on older builds before sprint "xx", but it's assumed to be compatible with all future builds of Brackets)
Only one issue, you uploaded the extension, but I believe you forgot to set the minimum version requirement to version 1.7 of brackets. On Brackets 1.6, the extension downloaded will fail to run.