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: CONTRIBUTING.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,11 @@ This assumes that you are starting on the `vscode-java` directory
81
81
82
82
```bash
83
83
$ cd ./vscode-java
84
-
$ npm run build-server
84
+
$ npm run build
85
85
```
86
+
If the eclipse.jdt.ls directory is not found as a sibling directory (see the desired hierarchy in the previous step), a snapshot of the language server will be downloaded instead.
87
+
88
+
To build the server using only the local eclipse.jdt.ls repository, use `npm run build-server`.
86
89
87
90
**\*Optional:**
88
91
You can run faster server builds during development by calling `npm run fast-build-server` script instead, this will build server binaries that are required by your host OS only. You can also use `npm run watch-server` which will build and place them on the extension for Java changes. These commands run Maven in offline mode, so you might need to run `build-server` at least once, to fetch all the dependencies.
0 commit comments