Skip to content

Commit 46b2e5d

Browse files
committed
Added LS output to run and denug guide fo IntelliJ
1 parent 8a1d6cf commit 46b2e5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/developer/developer-intellij-setup.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ There should a predefined run configuration called <kbd>LanguageDiagramServer</k
7777

7878
Per default it uses the port `7670`. This port should be the same as the port specified by the vscode-lingua-franca extension in its [launch configuration](https://github.com/lf-lang/vscode-lingua-franca/blob/38515b4aa0de68383a88a0d4daf56cdb8c5b9b4c/.vscode/launch.json#L25).
7979

80+
After start-up it should output the following:
81+
82+
```
83+
Connection to: localhost:7670
84+
Starting language server socket
85+
Language Server Socket ready!
86+
```
87+
8088
## Integration Tests
8189

8290
You can also run the integration test from IntelliJ. You will find the <kbd>targetTest</kbd> and <kbd>singleTest</kbd> tasks in the Gradle tab under <kbd>org.lflang \> Tasks \> other</kbd>. Make sure to add a run configuration as shown above and append `-Ptarget=...'` to the `targetTest` command or `-DsingleTest=...` to your `singleTest` command to specify the target (e.g., `C`) or the specific test that you would like to run.

0 commit comments

Comments
 (0)