Skip to content

Commit b7c232e

Browse files
committed
Helpstring for intersystems.servers object incorrectly stated that uppercase letters are accepted
1 parent e445eab commit b7c232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"intersystems.servers": {
105105
"type": "object",
106106
"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.",
107-
"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.",
107+
"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.",
108108
"scope": "resource",
109109
"patternProperties": {
110110
"^[a-z0-9-_~]+$": {

0 commit comments

Comments
 (0)