Skip to content

Commit dec8581

Browse files
committed
Update instructions
Fable 2 uses a random port by default, which the Rollup plugin can't know if it isn't started by Fable. The old default port was 61225, so we use that for now.
1 parent 22f3fac commit dec8581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run the following commands:
1414
- `.paket/paket.exe restore`
1515
- `cd src/`
1616
- `dotnet restore`
17-
- `dotnet fable start`
17+
- `dotnet fable start --port 61225`
1818

1919
Now you can open VS Code and hit <kbd>F5</kbd> to start another instance of VS Code, which will have this extension loaded and the debugger attached to it. When starting the "Launch Extension" configuration, VS Code will run the `build` NPM script, which will transpile and bundle the source code and write the resulting JavaScript code to the `out/` directory.
2020

0 commit comments

Comments
 (0)