Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions courses/GettingStarted/CreateNewProject/CreateNewProject.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import IO;
remove(|home:///my-project-name|, recursive=true);
```

Rascal projects, generally, work the same in all three IDE contexts:
* Eclipse
Rascal projects, generally, work the same in all contexts:
* VScode
* Commandline

Expand Down
40 changes: 0 additions & 40 deletions courses/GettingStarted/RunningRascal/Eclipse/Eclipse.md

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion courses/GettingStarted/RunningRascal/RunningRascal.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sidebar_position: 2

1. On the Unix or Windows [Commandline]((RunningRascal-Commandline)), start a ((RascalShell)) by: `java -jar rascal-<version>.jar`
2. In [VScode]((RunningRascal-VScode)), in the command palette type `Rascal` and select `Create Rascal Terminal`
3. In [Eclipse]((RunningRascal-Eclipse)), from the button bar select the button with the Rascal logo.
4. With Maven, ((CreateNewProject)) first and then type: `mvn rascal:console`

You will be prompted for input right after the version is printed and a lot of information about the current searchpath configuration.
Expand Down
Loading