File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed
Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 44
551 . Open a new terminal and navigate to this directory.
66``` bash
7- /workspaces/language-workbench (main) $ cd c-sharp
8- /workspaces/language-workbench/c-sharp (main) $
7+ cd c-sharp
98```
1092 . Run the app using the ` dotnet run ` command.
1110``` bash
12- /workspaces/language-workbench/c-sharp (main) $ dotnet run
11+ dotnet run
1312```
Original file line number Diff line number Diff line change 44
551 . Open a new terminal and navigate to this directory.
66``` bash
7- /workspaces/language-workbench (main) $ cd java
8- /workspaces/language-workbench/java (main) $
7+ cd java
98```
1092 . Execute ` ./gradlew run ` to run the main application.
1110``` bash
12- /workspaces/language-workbench/java (main) $ ./gradlew run
11+ ./gradlew run
1312```
14133 . Execute ` ./gradlew test ` to run the tests.
1514``` bash
16- /workspaces/language-workbench/java (main) $ ./gradlew test
15+ ./gradlew test
1716```
Original file line number Diff line number Diff line change 44
551 . Open a new terminal and navigate to this directory.
66``` bash
7- /workspaces/language-workbench (main) $ cd python
8- /workspaces/language-workbench/python (main) $
7+ cd python
98```
1092 . Execute ` python main.py ` to run the main application.
1110``` bash
12- /workspaces/language-workbench/python (main) $ python main.py
11+ python main.py
1312```
Original file line number Diff line number Diff line change 44
551 . Open a new terminal and navigate to this directory.
66``` bash
7- /workspaces/language-workbench (main) $ cd typescript
8- /workspaces/language-workbench/typescript (main) $
7+ d typescript
98```
1092 . Install node dependencies using ` pnpm ` .
1110``` bash
12- /workspaces/language-workbench/typescript (main) $ pnpm install
11+ pnpm install
1312```
14133 . Run the ` dev ` script.
1514``` bash
16- /workspaces/language-workbench/typescript (main) $ pnpm run dev
15+ pnpm run dev
1716```
18174 . When done, press ` Ctrl-C ` in the terminal to exit.
You can’t perform that action at this time.
0 commit comments