Skip to content
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

Document the valid characters in a namespace #865

Open
kineticsquid opened this issue Feb 27, 2024 · 0 comments
Open

Document the valid characters in a namespace #865

kineticsquid opened this issue Feb 27, 2024 · 0 comments

Comments

@kineticsquid
Copy link

The valid characters for a namespace are currently documented only in the source code. Suggest adding the following sentence to this wiki page: https://github.com/eclipse/openvsx/wiki/Namespace-Access

Valid namespace names are represented with the regex [\w\-\+\$~]+. This translates to the letters 'a' - 'z', 'A' - 'Z'; numbers '0' - '9'; and the characters '_', '-', '+', '$' and '~'.

I think it should go after this sentence:

The publisher field in the package.json of VS Code extensions defines a namespace in which the extension is published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant