Skip to content

Commit e2892bc

Browse files
authored
Merge pull request #68 from usethesource/release-notes-0-41-x
added draft of release notes for 0.41.x
2 parents 3994a59 + 32ff60d commit e2892bc

File tree

6 files changed

+634
-43
lines changed

6 files changed

+634
-43
lines changed

courses/GettingStarted/CreateNewProject/CreateNewProject.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import IO;
88
remove(|home:///my-project-name|, recursive=true);
99
```
1010

11-
Rascal projects, generally, work the same in all three IDE contexts:
12-
* Eclipse
11+
Rascal projects, generally, work the same in all contexts:
1312
* VScode
1413
* Commandline
1514

courses/GettingStarted/RunningRascal/Eclipse/Eclipse.md

Lines changed: 0 additions & 40 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

courses/GettingStarted/RunningRascal/RunningRascal.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebar_position: 2
77

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

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

0 commit comments

Comments
 (0)