flathub / flathub/com.visualstudio.code

Serial monitor extension shows blank pane

Open
#550 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
217
Forks
82
Avg merge
1d 7h
Merged PRs (30d)
1

Description

Using this version of VScode, the Serial Monitor extension (`ms-vscode.vscode-serial-monitor`) shows a blank pane as seen below. Normally it should look like the [animation shown on the marketplace](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor).

![image](https://github.com/user-attachments/assets/074e68b1-b66f-43ab-a56e-aac1e4e38df9)

I found these logs by Ctrl+Shift+P then "Developer: Show Logs..." then "Serial Monitor Logging".

```
2024-10-18T15:39:40.465Z [info] [vscode-serial-monitor] Activating extension
2024-10-18T15:39:43.440Z [debug] [vscode-serial-monitor.monitor] VsCodeHostAdapter [webview -> host]: {"service":"monitorHost","type":"initialize","kind":"request","messageId":0}
2024-10-18T15:39:43.450Z [debug] [vscode-serial-monitor.monitor] VsCodeHostAdapter [webview <- host]: {"service":"monitorHost","type":"initialize","kind":"exception","messageId":0,"payload":{"message":"spawn udevadm ENOENT","stack":"Error: spawn udevadm ENOENT\n\tat ChildProcess._handle.onexit (node:internal/child_process:286:19)\n\tat onErrorNT (node:internal/child_process:484:16)\n\tat process.processTicksAndRejections (node:internal/process/task_queues:82:21)","errno":-2,"code":"ENOENT","syscall":"spawn udevadm","path":"udevadm","spawnargs":["info","-e"]}}
2024-10-18T15:39:43.451Z [error] [vscode-serial-monitor.monitor] Failed to initialize serial monitor view {"message":"spawn udevadm ENOENT","stack":"Error: spawn udevadm ENOENT\n\tat ChildProcess._handle.onexit (node:internal/child_process:286:19)\n\tat onErrorNT (node:internal/child_process:484:16)\n\tat process.processTicksAndRejections (node:internal/process/task_queues:82:21)","errno":-2,"code":"ENOENT","syscall":"spawn udevadm","path":"udevadm","spawnargs":["info","-e"]}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.