We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f780f commit e5be416Copy full SHA for e5be416
package.json
@@ -43,7 +43,7 @@
43
"items": {
44
"title": "SSH Config Value",
45
"type": "string",
46
- "pattern": "[a-zA-Z0-9-]+[=\\s].*$"
+ "pattern": "^[a-zA-Z0-9-]+[=\\s].*$"
47
},
48
"scope": "machine",
49
"default": []
0 commit comments