diff --git a/README.md b/README.md index 0b8c799..cf746c5 100644 --- a/README.md +++ b/README.md @@ -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))