|
1 | 1 | { |
2 | 2 | "name": "servermanager", |
3 | | - "displayName": "InterSystems® Server Manager", |
| 3 | + "displayName": "InterSystems Server Manager", |
4 | 4 | "version": "0.9.2-SNAPSHOT", |
5 | 5 | "preview": true, |
6 | 6 | "publisher": "intersystems-community", |
|
64 | 64 | ], |
65 | 65 | "contributes": { |
66 | 66 | "configuration": { |
67 | | - "title": "InterSystems® Server Manager", |
| 67 | + "title": "InterSystems Server Manager", |
68 | 68 | "properties": { |
69 | 69 | "intersystems.servers": { |
70 | 70 | "type": "object", |
71 | | - "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.", |
72 | | - "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.", |
| 71 | + "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.", |
| 72 | + "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.", |
73 | 73 | "scope": "resource", |
74 | 74 | "default": { |
75 | 75 | "default~iris": { |
|
86 | 86 | "host": "127.0.0.1", |
87 | 87 | "port": 57772 |
88 | 88 | }, |
89 | | - "description": "Connection to local InterSystems Caché® installed with default settings." |
| 89 | + "description": "Connection to local InterSystems Caché installed with default settings." |
90 | 90 | }, |
91 | 91 | "default~ensemble": { |
92 | 92 | "webServer": { |
93 | 93 | "scheme": "http", |
94 | 94 | "host": "127.0.0.1", |
95 | 95 | "port": 57772 |
96 | 96 | }, |
97 | | - "description": "Connection to local InterSystems Ensemble® installed with default settings." |
| 97 | + "description": "Connection to local InterSystems Ensemble installed with default settings." |
98 | 98 | }, |
99 | 99 | "/default": "default~iris" |
100 | 100 | }, |
|
105 | 105 | "properties": { |
106 | 106 | "webServer": { |
107 | 107 | "type": "object", |
108 | | - "description": "Web server publishing an InterSystems® server's web services.", |
| 108 | + "description": "Web server publishing an InterSystems server's web services.", |
109 | 109 | "properties": { |
110 | 110 | "scheme": { |
111 | 111 | "type": "string", |
|
118 | 118 | }, |
119 | 119 | "host": { |
120 | 120 | "type": "string", |
121 | | - "description": "Hostname or IP address of the web server. Often the same as the InterSystems® server host.", |
| 121 | + "description": "Hostname or IP address of the web server. Often the same as the InterSystems server host.", |
122 | 122 | "anyOf": [ |
123 | 123 | { |
124 | 124 | "format": "hostname" |
|
141 | 141 | }, |
142 | 142 | "pathPrefix": { |
143 | 143 | "type": "string", |
144 | | - "description": "Optional prefix for the path to the resource. Only needed when one web server publishes services on behalf of multiple InterSystems® servers." |
| 144 | + "description": "Optional prefix for the path to the resource. Only needed when one web server publishes services on behalf of multiple InterSystems servers." |
145 | 145 | } |
146 | 146 | }, |
147 | 147 | "required": [ |
|
0 commit comments