mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-23 06:02:30 -05:00
Merge pull request #42 from dlech/patch-1
README: use jsonc code formatting
This commit is contained in:
commit
b315581b7d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ shortcut as Chrome on your platform. This won't work on a packaged build.
|
||||||
You can debug the main process the same way as any Node.js process. I like to use Visual Studio Code with a
|
You can debug the main process the same way as any Node.js process. I like to use Visual Studio Code with a
|
||||||
configuration like this:
|
configuration like this:
|
||||||
|
|
||||||
```json
|
```jsonc
|
||||||
"launch": {
|
"launch": {
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
Loading…
Reference in a new issue