Skip to content

Commit b9977f4

Browse files
committed
Add instructions for setting up code on Mac
1 parent ee7e327 commit b9977f4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/docs/usage/ide-support.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Dotty, please follow the instructions at https://github.com/lampepfl/dotty-examp
1717
Usage
1818
=====
1919
1. Install [Visual Studio Code](https://code.visualstudio.com/).
20-
2. Make sure `code`, the binary for Visual Studio Code, is on your `$PATH`, this
21-
is the case if you can start the IDE by running `code` in a terminal.
20+
2. Make sure `code`, the binary for Visual Studio Code, is on your `$PATH`. This
21+
is the default on all systems except Mac where you'll need to follow these
22+
instructions: https://code.visualstudio.com/docs/setup/mac#_command-line
2223
3. In your project, run:
2324
```shell
2425
sbt launchIDE

vscode-dotty/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Dotty, please follow the instructions at https://github.com/lampepfl/dotty-examp
66

77
## Starting Visual Studio Code from sbt
88
First, make sure `code`, the binary for Visual Studio Code, is on your `$PATH`,
9-
this is the case if you can start the IDE by running `code` in a terminal.
9+
this is the case if you can start the IDE by running `code` in a terminal. This
10+
is the default on all systems except Mac where you'll need to follow these
11+
instructions: https://code.visualstudio.com/docs/setup/mac#_command-line
12+
1013

1114
If this is the case and your project succesfully compiles with dotty, you can
1215
simply use the `launchIDE` command provided by the sbt-dotty plugin:

0 commit comments

Comments
 (0)