GitHub Copilot and PlatformIO on FreeBSD for ESP32 development #479
probonopd
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Linked stuff is from Arch Linux's AUR, hope can you find something useful for running that on code-oss |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using GitHub Copilot and PlatformIO on FreeBSD for ESP32 development
Fix for 1
Replace
product.json
on FreeBSD withproduct.json
from the original Microsoft VSCode for LinuxFix for 2
Now always activate the venv before launching vscode
Fix for 3
Possibly https://www.freshports.org/sysutils/pass-secrets/, but I could not find out how to use it yet.
So, https://github.com/yousefvand/secret-service to the rescue. It listens on D-Bus and saves credentials to a database.
Log into GitHub Copilot. Now when restarting Code - OSS it should automatically log in again. Only do this if no strangers have access to your computer, and if you are fine with
MASTERPASSWORD
being stored this way.Fix for 4
Still looking for one. As a workaround, run
pio run
from the console.Fix for 5
How can we get it to use FreeBSD
esptool.py
? Linux Python doesn't find the port to upload to... we need to find a way to make PlatformIO use the system-provided Python for runningesptool.py
. How?platformio/platform-espressif32#1037
Questions
Beta Was this translation helpful? Give feedback.
All reactions