Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #674 from ahmadawais/master
Browse files Browse the repository at this point in the history
👌 IMPROVE: Lang identifier for code block
  • Loading branch information
roblourens authored May 31, 2018
2 parents 6b5a047 + 30e165a commit 4c0aa81
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 @@ -151,7 +151,7 @@ The supported formats are:
## Page refreshing
This debugger also enables you to refresh your target by simply hitting the `restart` button in the debugger UI. Additionally you can map the refresh action to your favorite keyboard shortcut by using the following key mapping:

```
```json
{
"key": "ctrl+r",
"command": "workbench.action.debug.restart",
Expand Down Expand Up @@ -181,7 +181,7 @@ If you set `sourceMapPathOverrides` in your launch config, that will override th

### Ionic/gulp-sourcemaps note
Ionic and gulp-sourcemaps output a sourceRoot of `"/source/"` by default. If you can't fix this via your build config, I suggest this setting:
```
```json
"sourceMapPathOverrides": {
"/source/*": "${workspaceFolder}/*"
}
Expand Down

0 comments on commit 4c0aa81

Please sign in to comment.