Skip to content

Commit

Permalink
Merge pull request #94 from probe-rs/debug_server_tracing
Browse files Browse the repository at this point in the history
Adjust to dap_server changes to send errors via DAP vs stderr.
  • Loading branch information
noppej authored May 21, 2024
2 parents 30a3a4d + 9030fe8 commit 5e3f8e4
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 81 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"description": "The path to the log file. This option is ignored if either the `server` or `runtimeArgs` is specified. If no location is specified, the behaviour depends on `--log-to-folder"
},
"logToFolder": {
"type": "string",
"type": "boolean",
"description": "Enable logging to the default folder. This option is ignored if either the `logFile` or `runtimeArgs` is specified.`"
},
"consoleLogLevel": {
Expand Down Expand Up @@ -361,7 +361,7 @@
"description": "The path to the log file. This option is ignored if either the `server` or `runtimeArgs` is specified. If no location is specified, the behaviour depends on `--log-to-folder"
},
"logToFolder": {
"type": "string",
"type": "boolean",
"description": "Enable logging to the default folder. This option is ignored if either the `logFile` or `runtimeArgs` is specified.`"
},
"consoleLogLevel": {
Expand Down
Loading

0 comments on commit 5e3f8e4

Please sign in to comment.