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

Commit

Permalink
update default template info in the Settings section in docs (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Jun 6, 2023
1 parent 51868c2 commit 5b8cbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Edit your settings in `./vscode/settings.json` by opening the `Command Palette..

All Evidence extension settings start with `evidence.` prefix. You can overwrite default Evidence extension settings in the open workspace directly by opening and changing `/.vscode/settings.json` in your project.

The following Evidence project workspace `/.vscode/settings.json` example sets different default Evidence dev server port, overwrites new dev server `autoStart` setting, and uses a local copy of the Evidence [`template`](https://github.com/evidence-dev/evidence-vscode/tree/main/template) project with `file://` Uri to speed up creation of new projects.
The following Evidence project workspace `/.vscode/settings.json` example sets different default Evidence dev server port, overwrites new dev server `autoStart` setting, and uses a modified local copy of the Evidence [`/template`](https://github.com/evidence-dev/evidence-vscode/tree/main/template) project with `file://` Uri to create new Evidence projects.

```
{
Expand All @@ -133,7 +133,7 @@ Evidence extension `v1.1.0` now has two new settings to allow overwriting defaul
| --- | --- | -- | -- | -- |
| `evidence.defaultPort` | number | `3000` | Default Port | Default Evidence app dev server port. |
| `evidence.autoStart` | boolean | `true` | Auto Start | Automatically start Evidence app dev server when opening a project. |
| `evidence.templateProjectUrl` | Url string | [`https://github.com/evidence-dev/evidence-vscode/template`](https://github.com/evidence-dev/evidence-vscode/tree/main/template) | Template Project Url | Evidence `template` project GitHub URL or local `file://` path to the project template folder to use when creating new Evidence projects. |
| `evidence.templateProjectUrl` | Url string | [`/template`](https://github.com/evidence-dev/evidence-vscode/tree/main/template) | Template Project Url | Evidence `template` project GitHub URL or local `file://` path to the project template folder to use when creating new Evidence projects. Defaults to the built-in Evidence extension [`/template`](https://github.com/evidence-dev/evidence-vscode/tree/main/template) project that ships with this extenstion for faster New Evidence Project scaffolding. |

You can request new Evidence extension settings to enhance this extension user experience in VS Code by submitting a [feature request](https://github.com/evidence-dev/evidence-vscode/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=) or [pull request](https://github.com/evidence-dev/evidence-vscode/pulls).

Expand Down

0 comments on commit 5b8cbe3

Please sign in to comment.