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

Commit

Permalink
add evidence.templateProjectUrl custom config example to Settings s…
Browse files Browse the repository at this point in the history
…ection in docs (#62)

and refine settings.json example config info
  • Loading branch information
RandomFractals committed Jun 4, 2023
1 parent 00cc8a9 commit 28cc53f
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 @@ -115,12 +115,13 @@ 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.

Specify different default Evidence dev server port and overwrite new dev server autostart setting in an open workspace `/.vscode/settings.json` example:
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/template) project with `file://` Uri to speed up creation of new projects.

```json
{
"evidence.defaultPort": 5000,
"evidence.autoStart": "false",
"evidence.templateProjectUrl: "file://E:/projects/evidence.devtemplate"
}
```

Expand Down

0 comments on commit 28cc53f

Please sign in to comment.