From 8d5612451962f96bf6b7e520cc51ec5003f93287 Mon Sep 17 00:00:00 2001 From: RandomFractals Date: Thu, 1 Jun 2023 11:05:51 -0500 Subject: [PATCH] update Limitations section in docs with more info about port reassignment (#31, #52, and #44) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))