Skip to content

Commit 52e172d

Browse files
Merge pull request #229 from gjsjohnmurray/fix-228
Helpstring for `intersystems.servers` object incorrectly stated that uppercase letters are accepted in names
2 parents e445eab + b7c232e commit 52e172d

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)