

It could be unrelated to my updating but I find it strange it seems to have been since then. VSCodium exists to make it easier to get the latest version of MIT-licensed VS Code. Seemingly around the time I updated Visual Studio (not Vscode) and installed some other packages, my VSCode autocomplete / intellisense stopped working for what appears to be every language except HTML, in every project. IntelliSense quickly fails on parsing boost headers, and all functionality becomes broken, making VS totally unusable. Using Boost 1.72, 1.76, 1.81 in different projects via nuget packages from. If you want to build from source yourself, head over to Microsoft’s vscode repo and follow their instructions. Ive been having this exact problem with a C++ solution since updating to 17.5. These binaries are licensed under the MIT license.

This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. The VSCodium project exists so that you don’t have to download+build from source. Therefore, you generate a “clean” build, without the Microsoft customizations, which is by default licensed under the MIT license When you clone and build from the vscode repo, none of these endpoints are configured in the default product.json. We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license. When we build Visual Studio Code, we do exactly this. Intellisense and auto-complete in Visual Studio Code.
VISUAL STUDIO 2022 JAVASCRIPT INTELLISENSE NOT WORKING UPGRADE
According to this comment from a Visual Studio Code maintainer: Its a great time to upgrade your Node.js project to run on Deno. Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking.
