vscode-colorize
vscode-cpptools
Our great sponsors
- SurveyJS - A Non-Cloud Alternative to Google Forms that has it all.
- Amplication - open-source Node.js backend code generator
- Appwrite - The open-source backend cloud platform
- Sonar - Write Clean JavaScript Code. Always.
- Mergify - Updating dependencies is time-consuming.
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
vscode-colorize | vscode-cpptools | |
---|---|---|
1 | 62 | |
261 | 5,175 | |
- | 0.6% | |
0.0 | 9.0 | |
9 months ago | 7 days ago | |
TypeScript | TypeScript | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-colorize
We haven't tracked posts mentioning vscode-colorize yet.
Tracking mentions began in Dec 2020.
vscode-cpptools
-
How to Setup VSCode for C/C++ Programming (From a Microsoft Software Engineer)
Could you please provide your GitHub username? I’m going to file this issue under our repository here: https://github.com/microsoft/vscode-cpptools/issues and add you to it. Our team will address it ASAP.
Yes, see this github issue for an example: Add Ada to supported languages for debugging · Issue #10475 · microsoft/vscode-cpptools (github.com)
-
Me after trying to use Git with Eclipse
Nope https://github.com/microsoft/vscode-cpptools/issues/16
-
Windows Subsystem For Linux a.k.a. WSL 1.0.0 released
> I'd love to see someone downvoting me provide a compelling response to the full source available here under the MIT license
You are literally pointing to a github repo in order to respond to a complain about how MS makes github repos just to create the false appearence that some component is FLOSS.
For example, the C/C++ extension also appears to claim to be "MIT" licensed if you go to the repository:
https://github.com/microsoft/vscode-cpptools/blob/main/LICEN...
However, it actually is not, by evidenced by the two line disclaimer at the beginning of that file. The extension is absolutely useless without the gigantic 100MB intellisense binary. Most definitely this extension does NOT rely on any functionality provided by "3rd party servers". It is entirely offline, 1st party code.
If this is not misleading, I don't know what is. In fact, people will routinely ask me "why can't VS Code run on RISC-V, if it's FLOSS?".
-
Can't get "import <iostream>;" to work in VSCode with MSVC compiler.
And for Intellisense there's an ongoing issue: microsoft/vscode-cpptools: Add IntelliSense for C++20 modules importing · Issue #6302
Try one of the answers in How can I re-enable error squiggles? (especially the last one with "Ctrl+Shift+P") - but setting it to "disabled".
-
VSCode doesn't show predifined debugging configurations
yeah, but still, it says “No configuration” and it can’t find the “C/C++” debugger, so I filed some issue reports (#9790 and #9791)
-
VSCodium – Free/Libre Open Source Software Binaries of VS Code
While part of the C/C++ extension is MIT licensed. At runtime the extension downloads binary blobs which have a lot more restrictive license. See https://github.com/microsoft/vscode-cpptools/tree/main/Runti... . This effectively makes it illegal to use the extension in non official Visual Studio Code builds like VSCodium. The situation is similar with C# extension.
There are alternative non Microsoft language servers for C++ and probably other languages which are fully open source and can be used in open source VSCode builds. But unfortunately some extensions depend specifically on the Microsoft language support extensions. For example Platform IO can't be published on OpenVSX due to this. https://github.com/platformio/platformio-vscode-ide/issues/1... . Similar with Unity debugger extension depending on microsoft C# extension.
-
VS Code or VS Codium - Which should I use?
C++ language: Official C++ language support. The extension is subject to this restrictive license. You can see this comment in the extension repo for clarification of this.
What are some alternatives?
CodeLLDB - A native debugger extension for VSCode based on LLDB
vscode-clangd - Visual Studio Code extension for clangd
vscodium - binary releases of VS Code without MS branding/telemetry/licensing
vscode-lldb - A native debugger extension for VSCode based on LLDB [Moved to: https://github.com/vadimcn/codelldb]
nvim-dap - Debug Adapter Protocol client implementation for Neovim
Bear - Bear is a tool that generates a compilation database for clang tooling.
vscode-clang-format - A Visual Studio Code extension that provides C++, C, Obj-C, Java formatting with the use of clang-format
omnisharp-vscode - Official C# support for Visual Studio Code [Moved to: https://github.com/dotnet/vscode-csharp]
open-vsx.org - Source of open-vsx.org
nvim-dap-ui - A UI for nvim-dap
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
vscode-maven - VSCode extension "Maven for Java"