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

Commit

Permalink
add / to example template project url in docs (#62)
Browse files Browse the repository at this point in the history
and remove json language tag from the custom config example code block for the sample file path not to show in red in docs
  • Loading branch information
RandomFractals committed Jun 5, 2023
1 parent 249d897 commit 37469a8
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,11 +117,11 @@ All Evidence extension settings start with `evidence.` prefix. You can overwrite

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"
"evidence.templateProjectUrl: "file://E:/projects/evidence.dev/template"
}
```

Expand Down

0 comments on commit 37469a8

Please sign in to comment.