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
Copy file name to clipboardExpand all lines: docs/FEATURES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ You can follow [this](./HEAP_TRACING.md) quick step-by-step guide for heap traci
65
65
66
66
**ESP-IDF: Monitor your device** is provided by this extension to start `idf.py monitor` terminal program in Visual Studio Code. Please take a look at the [IDF Monitor documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-monitor.html?highlight=monitor).
67
67
68
+
In Visual Studio Code, for **ESP-IDF: Monitor your device** we use the shell executable given in `vscode.env.shell` which is override by `terminal.integrated.shell.*` in your Visual Studio Code Settings when using the `Terminal: Select Default Shell` command to update the shell or updating `terminal.integrated.shell.windows` for Windows, `terminal.integrated.shell.osx` for MacOS and `terminal.integrated.shell.linux` for Linux in VSCode Settings Preference menu (F1 -> Preferences: Open Settings (JSON)).
Copy file name to clipboardExpand all lines: docs/SETTINGS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ These settings are used to configure the [Code coverage](./COVERAGE.md) colors.
78
78
|`idf.useIDFKconfigStyle`| Enable style validation for Kconfig files |
79
79
|`idf.saveScope`| Where to save extension settings |
80
80
|`idf.launchMonitorOnDebugSession`| Launch ESP-IDF Monitor along with ESP-IDF Debug session |
81
+
|`idf.killMonitorTimeout`| Timeout (milliseconds) for ESP-IDF monitor process kill |
81
82
82
83
The `idf.saveScope` allows the user to specify where to save settings when using commands such as `Configure Paths`, `Device configuration`, `Set Espressif device target` and other commands. Possible values are Global (User Settings), Workspace and WorkspaceFolder. For more information please take a look at [Working with multiple projects](./MULTI_PROJECTS.md).
Copy file name to clipboardExpand all lines: i18n/en/package.i18n.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@
75
75
"param.saveScope": "Where to save configuration with ESP-IDF commands with number value as vscode.ConfigurationTarget. Global = 1, Workspace= 2, WorkspaceFolder=3",
76
76
"param.rainmaker.api.server_url": "ESP-Rainmaker cloud server URL",
77
77
"param.launchMonitorOnDebugSession.title": "Start IDF Monitor along with ESP-IDF Debug Adapter session",
78
+
"param.killMonitorTimeout.title": "Timeout (milliseconds) for ESP-IDF monitor process kill",
78
79
"esp.rainmaker.backend.sync.title": "Sync with ESP-Rainmaker Cloud Server",
79
80
"esp.rainmaker.backend.connect.title": "Connect with ESP-Rainmaker Cloud Server",
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@
75
75
"param.saveScope": "Where to save configuration with ESP-IDF commands with number value as vscode.ConfigurationTarget. Global = 1, Workspace= 2, WorkspaceFolder=3",
76
76
"param.rainmaker.api.server_url": "ESP-Rainmaker cloud server URL",
77
77
"param.launchMonitorOnDebugSession.title": "Start IDF Monitor along with ESP-IDF Debug Adapter session",
78
+
"param.killMonitorTimeout.title": "Timeout (milliseconds) for ESP-IDF monitor process kill",
78
79
"esp.rainmaker.backend.sync.title": "Sync with ESP-Rainmaker Cloud Server",
79
80
"esp.rainmaker.backend.connect.title": "Connect with ESP-Rainmaker Cloud Server",
0 commit comments