Skip to content

Commit 951c88a

Browse files
committed
Turn on verbose logging for debug adapter
This change turns on verbose logging for the debug adapter by default. This is helpful in the short term because it is difficult for users to go enable this setting (they have to edit package.json in their extension folder). In the future we will find a better way to configure this setting for the debug adapter.
1 parent deb6304 commit 951c88a

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
@@ -119,7 +119,8 @@
119119
"program": "bin/Microsoft.PowerShell.EditorServices.Host.x86.exe"
120120
},
121121
"args": [
122-
"/debugAdapter"
122+
"/debugAdapter",
123+
"/logLevel:Verbose"
123124
],
124125
"configurationAttributes": {
125126
"launch": {

0 commit comments

Comments
 (0)