Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
update Limitations section in docs with more info about port reassign…
Browse files Browse the repository at this point in the history
…ment (#31, #52, and #44)
  • Loading branch information
RandomFractals committed Jun 1, 2023
1 parent 409ed47 commit 8d56124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ Our first version of Evidence VS Code extension with new interactive commands ha

- New commands only work in workspaces that have `/pages` and other Evidence BI application files at the root of the open project ([#25](https://github.com/evidence-dev/evidence-vscode/issues/25#issuecomment-1567647672))
- Open Evidence markdown documents do not display [Outline](https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view) ([#33](https://github.com/evidence-dev/evidence-vscode/issues/33))
- Preview and Start/Stop Dev Server commands only work with the deafult app dev server port `3000` ([#31](https://github.com/evidence-dev/evidence-vscode/issues/31))
- Preview and Start/Stop Dev Server commands do not perform dynamic free port lookup yet.
([#31](https://github.com/evidence-dev/evidence-vscode/issues/31)) You can change the deafult Evidence app dev server port from `3000` to another unoccupied port using new `evidence.defaultPort` extension configuration settings added in ([#52](https://github.com/evidence-dev/evidence-vscode/issues/52))
- Preview of the open Evidence markdown document for the [templated pages](https://docs.evidence.dev/core-concepts/templated-pages/) doesn't properly rewrite template page Urls ([#30](https://github.com/evidence-dev/evidence-vscode/issues/30))


Expand Down

0 comments on commit 8d56124

Please sign in to comment.