Skip to content

Commit 2931479

Browse files
authored
Merge pull request #210 from axelson/configurable-watch-expression-timeout
Allow configuring the debug expression timeout
2 parents cf1caaa + 9d8624e commit 2931479

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@
257257
"type": "object",
258258
"description": "Environment variables to set before debugging. You may want to set MIX_ENV in here."
259259
},
260+
"debugExpressionTimeoutMs": {
261+
"type": "number",
262+
"description": "The timeout (in milliseconds) used in debugging when waiting for a code expression to complete"
263+
},
260264
"projectDir": {
261265
"type": "string",
262266
"description": "Project root directory (usually the workspace root)",

0 commit comments

Comments
 (0)