chriscamicas / vscode-abl

An extension for VS Code which provides support for the Progress OpenEdge ABL language. https://marketplace.visualstudio.com/items?itemName=chriscamicas.openedge-abl
MIT License
50 stars 37 forks source link

Multiple updates #75

Closed gquerret closed 1 year ago

gquerret commented 2 years ago

Multiple changes in this PR:

Is there a way a sandbox environment where plugins can be pushed only to people who want to test the new version ? I'm not confident that it won't break anything.

chriscamicas commented 2 years ago

There is currently no preview channel for this extension And vscode marketplace does not support such feature --> https://github.com/microsoft/vscode/issues/15756 If needed we can package this extension manually and distribute the vsix file Another way is to publish a second "Beta" or "Preview" extension

chriscamicas commented 2 years ago

Would you mind updating the README accordingly as well ? Especially to mention the breaking change and the way to migrate the configuration. Thanks

gquerret commented 2 years ago

Updated the README file, but the migration step can be included in the release notes of this version (switch from dlc attribute to OpenEdgeVersion).

chriscamicas commented 2 years ago

Thnk you Sure it could, but the README is currently the only page available in VScode when you view/manage this extension