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

Commit 4c0aa81

Browse files
authored
Merge pull request #674 from ahmadawais/master
👌 IMPROVE: Lang identifier for code block
2 parents 6b5a047 + 30e165a commit 4c0aa81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The supported formats are:
151151
## Page refreshing
152152
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:
153153

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

182182
### Ionic/gulp-sourcemaps note
183183
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:
184-
```
184+
```json
185185
"sourceMapPathOverrides": {
186186
"/source/*": "${workspaceFolder}/*"
187187
}

0 commit comments

Comments
 (0)