Skip to content

Commit

Permalink
Helpstring for intersystems.servers object incorrectly stated that …
Browse files Browse the repository at this point in the history
…uppercase letters are accepted
  • Loading branch information
gjsjohnmurray committed Jul 8, 2024
1 parent e445eab commit b7c232e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"intersystems.servers": {
"type": "object",
"description": "InterSystems servers that other extensions connect to. Each property of this object names a server and holds nested properties specifying how to connect to it.",
"markdownDescription": "[InterSystems](https://www.intersystems.com) servers that other extensions connect to. Each property of this object names a server and holds nested properties specifying how to connect to it. Server names may only contain characters 'A' to 'Z', 'a' to 'z', digits, '-', '.', '_' and '~' characters.",
"markdownDescription": "[InterSystems](https://www.intersystems.com) servers that other extensions connect to. Each property of this object names a server and holds nested properties specifying how to connect to it. Server names may only contain lowercase characters 'a' to 'z', digits, '-', '.', '_' and '~' characters.",
"scope": "resource",
"patternProperties": {
"^[a-z0-9-_~]+$": {
Expand Down

0 comments on commit b7c232e

Please sign in to comment.