Skip to content

Commit

Permalink
Update Launch Decorator Sample outDir to pick up sourceMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Dec 2, 2015
1 parent 3a57076 commit d24c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"args": ["--extensionDevelopmentPath=${workspaceRoot}/decorator-sample" ],
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "out",
"outDir": "decorator-sample/out",
"preLaunchTask": "compile-decorator"
}
]
Expand Down

0 comments on commit d24c77b

Please sign in to comment.