You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurations here overwrite the built-in support for the corresponding debug adapter type.
130
-
131
-
- `debugVisualizer.useChromeKioskMode`
132
-
133
-
Specifies whether to pop out Debug Visualization Views with Chrome in Kiosk Mode. Uses the default browser otherwise or if Chrome is not found. Defaults to `true`.
134
-
135
-
- `debugVisualizer.js.customScriptPaths`
136
-
137
-
Specifies a list of JavaScript files that are injected into the debugee when debugging JavaScript.
138
-
Each script must assign `module.exports` with a function of type `import("@hediet/debug-visualizer-data-extraction").LoadDataExtractorsFn`.
139
-
Paths must be absolute and can use the variable `${workspaceFolder}`.
140
-
Scripts are automatically reloaded when they are changed.
Configurations here overwrite the built-in support for the corresponding debug adapter type.
130
+
131
+
### **debugVisualizer.useChromeKioskMode**
132
+
133
+
Specifies whether to pop out Debug Visualization Views with Chrome in Kiosk Mode. Uses the default browser otherwise or if Chrome is not found. Defaults to `true`.
134
+
135
+
### **debugVisualizer.js.customScriptPaths**
136
+
137
+
Specifies a list of JavaScript files that are injected into the debugee when debugging JavaScript.
138
+
Each script must assign `module.exports` with a function of type `import("@hediet/debug-visualizer-data-extraction").LoadDataExtractorsFn`.
139
+
Paths must be absolute and can use the variable `${workspaceFolder}`.
140
+
Scripts are automatically reloaded when they are changed.
0 commit comments