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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Server Connector
1
+
# JBoss Toolkit
2
2
3
3
[](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-server-connector)
This extension depends on VSCode RSP UI Extension which is going to be installed automatically along with VSCode Server Connector Extension. RSP UI in conjunction with Server Connector Extension supports several commands for interacting with supported server adapters; these are accessible via the command menu (`Cmd+Shift+P` on macOS or `Ctrl+Shift+P` on Windows and Linux) and may be bound to keys in the normal way.
17
+
This extension depends on VSCode RSP UI Extension which is going to be installed automatically along with the JBoss Toolkit Extension. RSP UI, in conjunction with JBoss Toolkit Extension supports several commands for interacting with supported server adapters; these are accessible via the command menu (`Cmd+Shift+P` on macOS or `Ctrl+Shift+P` on Windows and Linux) and may be bound to keys in the normal way.
18
18
19
19
### Available Commands
20
20
This extension provides no additional commands other than those available in [rsp-ui](https://github.com/redhat-developer/vscode-rsp-ui#available-commands)
@@ -55,7 +55,7 @@ Right-click your server -> Edit Server -> add "jboss.server.port": "8888". Chang
55
55
56
56
Now if you start the server it should run on the specified port.
57
57
58
-
### 3. Is there a video that explain how the VSCode Server Connector extension and the Runtime Server Protocol work?
58
+
### 3. Is there a video that explain how the JBoss Toolkit extension and the Runtime Server Protocol work?
59
59
Yes. This is the video you can watch to learn more about this extension https://www.youtube.com/watch?v=sP2Hlw-C_7I
@@ -68,7 +68,7 @@ Stable releases are archived under http://download.jboss.org/jbosstools/adapters
68
68
69
69
## Community, discussion, contribution, and support
70
70
71
-
**Issues:** If you have an issue/feature-request with the Server Connector extension, please file it [here](https://github.com/redhat-developer/vscode-server-connector/issues).
71
+
**Issues:** If you have an issue/feature-request with the JBoss Toolkit extension, please file it [here](https://github.com/redhat-developer/vscode-server-connector/issues).
72
72
73
73
**Contributing:** Want to become a contributor and submit your code? Have a look at our [development guide](https://github.com/redhat-developer/vscode-server-connector/blob/master/CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: package.json
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "vscode-server-connector",
3
-
"displayName": "Server Connector",
4
-
"description": "Allows to start, stop and deploy to Red Hat server and runtime products like Wildfly, JBoss EAP (Enterprise Application Platform), Minishift, CDK (Container Development Kit).",
3
+
"displayName": "JBoss Toolkit",
4
+
"description": "Allows a user to start, stop and deploy to Red Hat server and runtime products like Wildfly and JBoss EAP (Enterprise Application Platform).",
0 commit comments