Skip to content

Commit c70f219

Browse files
apupierfbricon
authored andcommitted
fix typos
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
1 parent 703f9ab commit c70f219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This will build and place the binaries under the `server` folder. Alternately yo
4646

4747
## Run with a remote JDT language server
4848

49-
While developping the language server and the extension, you don't need to deploy the server every time to try out changes. Instead you can run the language server out of its Eclipse workspace:
49+
While developing the language server and the extension, you don't need to deploy the server every time to try out changes. Instead you can run the language server out of its Eclipse workspace:
5050

5151
- Open VSCode on the `vscode-java` folder
5252
- In the debug viewlet, run the launch _Launch Extension - Remote Server_
@@ -56,7 +56,7 @@ While developping the language server and the extension, you don't need to deplo
5656
- in the main tab of the debug configuration set the product to `org.eclipse.jdt.ls.core.product`.
5757
- in the Environment tab, define a variable `CLIENT_PORT` with value `3333`.
5858
- if your workspace contains 'org.eclipse.jdt.ui', use the Plug-Ins tab in the debug configuration to exclude the plug-in. The presence of 'org.eclipse.jdt.ui' will cause the language server to hang.
59-
- In the debug console of VSCode you can see if the connection was sucessful.
59+
- In the debug console of VSCode you can see if the connection was successful.
6060
- When the server is running breakpoints can be reached and hot code replace can be used to make fixes without restarting the server.
6161
- You can modify `launch.json` to use a different port:
6262
- Modify `SERVER_PORT` to specify the port the JST LS server should connect to.

0 commit comments

Comments
 (0)