We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7870e1f commit 8f0fa53Copy full SHA for 8f0fa53
test/ui-test/common/constants/adaptersContants.ts
@@ -9,7 +9,7 @@ export class AdaptersConstants {
9
public static readonly LICENSE_EDITOR = 'workflow.license';
10
11
// RSP extensions properties
12
- public static readonly RSP_UI_NAME = 'Remote Server Protocol UI';
+ public static readonly RSP_UI_NAME = 'Runtime Server Protocol UI';
13
public static readonly RSP_CONNECTOR_NAME = 'Server Connector';
14
public static readonly RSP_COMMAND = 'Servers:';
15
public static readonly RSP_SERVERS_LABEL = 'Servers';
0 commit comments