Allow marking extensions as WIP
Created by: sqs
You should be able to publish an extension to sourcegraph.com and mark it WIP or preview so that people know it's not ready to use yet.
Prior art: VS Code's extension marketplace supports a preview
tag for such extensions. This is done in the package.json, which seems like a good way for us to do it, too.