Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

A quick demo of a bare vanilla JS todo app

Also there to show the functionality of the [Edge Developer Tools for VS Code](https://aka.ms/devtools-for-code) extension.
In `launch.json`, replace the "url" string by the path for `index.html`; for example, in three places, change:
```
"url": "c:\\Users\\myaccount\\.vscode\\extensions\\ms-edgedevtools.vscode-edge-devtools-1.4.7\\out\\startpage\\index.html", // Provide your project's url to finish configuring
```
to:

```
"url": "C:\\Users\\myaccount\\Documents\\GitHub\\simple-to-do\\index.html", // Provide your project's url to finish configuring
```

Also there to show the functionality of the [Edge Developer Tools for VS Code](https://aka.ms/devtools-for-code) extension.
Comment thread
mikehoffms marked this conversation as resolved.

See [Microsoft Edge DevTools extension for Visual Studio Code](https://docs.microsoft.com/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension).