Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Fix serialport #982

Merged
merged 9 commits into from
Mar 19, 2020
Merged

Fix serialport #982

merged 9 commits into from
Mar 19, 2020

Conversation

dilin-MS
Copy link

  1. fix: issue 980: Unable to use serial port in VSCode (Insiders) Version: 1.43.0

    Retire the entire vendor/node-usb-native. Integrate with the latest serialport@8.0.6 and usb-detection@4.6.0 directly since they have supported the latest Electron v7 and these two libs updates frequently.
    bug: Unable to use serial port in VSCode (Insiders) Version: 1.43.0
    task: Integate latest serialport and usb-detection in Arduino

  2. Update arduino extension's vscode engine requirement to ^v1.43.0.

  3. Update tasks.json to v2.0.0 since v0.1.0 has been deprecated.

  4. Update fields in package.json since old fields are deprecated.

TODO

After tested in different platform, decide whether or not to remove the serial port ending selection.
If current version works well in all platform: win, macOS, linux, then remove the ending option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use serial port in VSCode (Insiders) Version: 1.43.0
6 participants