-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ci: Add support for FreeBSD to the build process #2466
Conversation
Need to fix some other scripts rn as well. |
fcdb9a0
to
fd79538
Compare
We don't have an agent for FreeBSD right now.
Now that we've moved to the submodule, there is no need to reset changes in there :) cc @jsjoeio
Electron doesn't support FreeBSD.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good as usual! 🌮
Only question was about removing electron
as a package. If that was intentional, should we also remove lib/vscode/src/typings/electron.d.ts
?
@jsjoeio See commit 3 |
@nhooyr got it! Looks good! 🚀 (side note: would be curious to hear why we should keep the types for my own learning?) |
VS Code won't compile without it. We still compile the electron parts for some reason. I asked @code-asher and he said the easiest way to avoid problems is just to include the types to quiet |
Updates #1826
Updates #1880
Updates #2320
Updates #2349