Skip to content

Commit 2bc6faa

Browse files
committedJul 28, 2016
Add showLog to initialConfigurations
1 parent e5bcde8 commit 2bc6faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"host": "127.0.0.1",
131131
"program": "${workspaceRoot}",
132132
"env": {},
133-
"args": []
133+
"args": [],
134+
"showLog": true
134135
}
135136
],
136137
"configurationAttributes": {

0 commit comments

Comments
 (0)
Please sign in to comment.