Skip to content

Commit

Permalink
package.json: bool type should be boolean (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala authored Mar 16, 2020
1 parent e71da2c commit d8ea261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"default": "${workspaceFolder}/bin/yourExecutable.exe"
},
"receiveAdapterOutput": {
"type": "bool",
"type": "boolean",
"description": "redirect adapter log to debug console",
"default": false
}
Expand All @@ -82,7 +82,7 @@
"default": "attach"
},
"receiveAdapterOutput": {
"type": "bool",
"type": "boolean",
"description": "redirect adapter log to debug console",
"default": false
}
Expand Down

0 comments on commit d8ea261

Please sign in to comment.