Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Set workspaceroot as default for program attr
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Feb 3, 2017
1 parent e4e7eb1 commit d5299a5
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 @@ -174,8 +174,8 @@
"properties": {
"program": {
"type": "string",
"description": "Workspace relative path to the program folder (or any file within that folder) when in 'debug' or 'test' mode, and to the pre-built binary file to debug in 'exec' mode.",
"default": "."
"description": "Path to the program folder (or any file within that folder) when in 'debug' or 'test' mode, and to the pre-built binary file to debug in 'exec' mode.",
"default": "${workspaceRoot}"
},
"mode": {
"enum": [
Expand Down

0 comments on commit d5299a5

Please sign in to comment.