We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1caaa commit 9d8624eCopy full SHA for 9d8624e
package.json
@@ -257,6 +257,10 @@
257
"type": "object",
258
"description": "Environment variables to set before debugging. You may want to set MIX_ENV in here."
259
},
260
+ "debugExpressionTimeoutMs": {
261
+ "type": "number",
262
+ "description": "The timeout (in milliseconds) used in debugging when waiting for a code expression to complete"
263
+ },
264
"projectDir": {
265
"type": "string",
266
"description": "Project root directory (usually the workspace root)",
0 commit comments