Hiroki Tagato

Results 7 comments of Hiroki Tagato

Currently I don't plan to port VSCodium. You can disable telemetry reporting in VSCode by following the instruction at: https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting

I have little experience with NetBSD unfortunately. Contributions are welcome :smiley:

Thanks for your comments. As pointed out by @12101111, the biggest headache is that the chromium upstream does not accept the patches. However, I guess there may be some chance...

I don't use the C/C++ extension. So this may be wrong. The extension appears to depend on some platform-specific binaries (`Microsoft.VSCode.CPP.Extension.linux` and `Microsoft.VSCode.CPP.IntelliSense.Msvc.linux`), which are not open source. Notes (though...

At least, you need to download and install an "offline vsix" from github releases page instead of installing from the marketplace. The offline vsix includes those platform-specific binaries. https://github.com/microsoft/vscode-cpptools/releases

Correct me if I'm wrong. BetterDiscord seems an add-on software for the official Discord app which does not support FreeBSD. So I don't feel BetterDiscord is useful for us without...

I don't get it. There exists the port for Electron 13 (devel/electron13). To install the port, execute the following command: ``` shell cd /usr/ports/devel/electron13 && make install clean ```