You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/package.json
+10-23Lines changed: 10 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,11 @@
85
85
"title": "Artemis: Open Recordings Folder",
86
86
"icon": "$(folder-opened)"
87
87
},
88
+
{
89
+
"command": "artemis.setServerUrl",
90
+
"title": "Artemis: Set Server URL",
91
+
"icon": "$(server)"
92
+
},
88
93
{
89
94
"command": "artemis.clearTrustedDomains",
90
95
"title": "Artemis: Clear Trusted Domains"
@@ -105,6 +110,10 @@
105
110
"command": "artemis.logout",
106
111
"when": "!iris:managedEnvironment"
107
112
},
113
+
{
114
+
"command": "artemis.setServerUrl",
115
+
"when": "!iris:managedEnvironment"
116
+
},
108
117
{
109
118
"command": "artemis.showJwtToken",
110
119
"when": "config.artemis.developerMode"
@@ -151,29 +160,7 @@
151
160
"artemis.serverUrl": {
152
161
"type": "string",
153
162
"default": "https://artemis.tum.de",
154
-
"markdownDescription": "The URL of the Artemis server to connect to.\n\nFor a custom URL not listed here, [open settings.json](command:workbench.action.openSettingsJson) and edit `artemis.serverUrl` directly.",
155
-
"enum": [
156
-
"https://artemis.tum.de",
157
-
"https://artemis-test1.artemis.cit.tum.de",
158
-
"https://artemis-test2.artemis.cit.tum.de",
159
-
"https://artemis-test3.artemis.cit.tum.de",
160
-
"https://artemis-test4.artemis.cit.tum.de",
161
-
"https://artemis-test5.artemis.cit.tum.de",
162
-
"https://artemis-test6.artemis.cit.tum.de",
163
-
"https://artemis-test9.artemis.cit.tum.de",
164
-
"http://localhost:9000"
165
-
],
166
-
"enumItemLabels": [
167
-
"Production (artemis.tum.de)",
168
-
"Test Server 1 (artemis-test1.artemis.cit.tum.de)",
169
-
"Test Server 2 (artemis-test2.artemis.cit.tum.de)",
170
-
"Test Server 3 (artemis-test3.artemis.cit.tum.de)",
171
-
"Test Server 4 (artemis-test4.artemis.cit.tum.de)",
172
-
"Test Server 5 (artemis-test5.artemis.cit.tum.de)",
173
-
"Test Server 6 (artemis-test6.artemis.cit.tum.de)",
174
-
"Test Server 9 (artemis-test9.artemis.cit.tum.de)",
175
-
"Local Development (localhost:9000)"
176
-
]
163
+
"markdownDescription": "The URL of the Artemis server to connect to.\n\nUse the command **[Artemis: Set Server URL](command:artemis.setServerUrl)** to pick from known servers or enter a custom URL."
0 commit comments