Skip to content

Commit 5009134

Browse files
committed
VScode updates
1 parent 8babf2d commit 5009134

File tree

1 file changed

+1
-5
lines changed
  • courses/GettingStarted/RunningRascal/VScode

1 file changed

+1
-5
lines changed

courses/GettingStarted/RunningRascal/VScode/VScode.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ This assumes there is a functional [Rascal project]((CreateNewProject)) in your
2727
## Programmatic access to VScode features
2828

2929
* Use ((util::IDEServices)) to communicate with VScode, to register problems, to open files and browsers, etc.
30-
* Use `util::LanguageServer` to register languages designed and implemented in Rascal with the Language Server Protocol in VScode immediately.
30+
* Use ((util::LanguageServer)) to register languages designed and implemented in Rascal with the Language Server Protocol in VScode immediately.
3131
* The `project://<projectName>` location scheme provides access to the root of each registered folder in the VScode workspace.
3232
* Use ((util::Reflective::getProjectPathConfig)) for Java and Rascal project configuration extracted from Maven configuration (classpaths, sourcepaths, library dependencies).
33-
34-
:::info
35-
The `util::LanguageServer` module is waiting to be documented.
36-
:::

0 commit comments

Comments
 (0)