-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish the extension on Open VSX (VSC-364) #125
Comments
@Leonardobat did you tried to run the Its true that we use c/c++ Extension from Microsoft as ESP-IDF's language server for intellisense but features like build/flash/monitor/menuconfig, etc., should work without the c/c++ extension itself. If From: "extensionDependencies": [
"ms-vscode.cpptools"
], To: "extensionDependencies": [], Steps to build vsix locally can be found here, but here is the quick steps for you:
Please do let us know your findings. Also a side note, if you want to remove the telemetry from vscode you can follow this guide |
Thanks for the reply @pwmb. |
Thanks @Leonardobat for testing this out... We will test release process to the |
Since we still depends on In future once we have no dependency on the |
I'm a VS Codium user, a FLOSS version of VS Code, it's the same code but without the Microsoft's telemetry and branding.
I want to request if possible to add the Espressif extension on the open-vsx.org market to us doesn't need to works with the Microsoft marketplace as is unclear if it's legal to use it on VS Code forks, see here.
Additional info:
#include
stuff.The text was updated successfully, but these errors were encountered: