vscode-cpptools
vscode-cpptools copied to clipboard
Doc Freshness pass & fixes
As Greg mentioned, we have a number of docs to fix & update. This is a work item to keep track of where we are in this progress. For all of the links & details of what to update, please reference the emails.
- [x] Get Started with C++ and Mingw-w64 in Visual Studio Code (Windows MinGW) Freshness Pass [Alex - In progress]
- [x] https://github.com/microsoft/vscode-docs/pull/6491
- [x] https://github.com/microsoft/vscode-docs/pull/6631
- [x]https://github.com/microsoft/vscode-docs/pull/6649
- [x] C++ programming with Visual Studio Code Freshness Pass
- [x] https://github.com/microsoft/vscode-docs/pull/6534
- [x] Configure VS Code for Clang/LLVM on macOS (visualstudio.com) Bug, Issue Raised
- [x] https://github.com/microsoft/vscode-docs/pull/6915
- [x] | c_cpp_properties.json reference (visualstudio.com) Bug, Issue Raised
- [x] https://github.com/microsoft/vscode-docs/pull/6614
- [ ] Configure launch.json for C/C++ debugging in Visual Studio Code ( configure debugging)
- [ ] Configure launch.json for C/C++ debugging in Visual Studio Code ( configure debugging) Freshness pass -[ ] Debug C++ in Visual Studio Code (debugging) Freshness pass
- [x] Edit and navigate C++ code in Visual Studio Code (editing) Add new features & freshness pass
- [x] https://github.com/microsoft/vscode-docs/pull/6943 Freshness pass & adding a refactoring doc
- [ ] Get Started with C++ and Windows Subsystem for Linux in Visual Studio Code Freshness Pass
- [ ] Get Started with C++ on Linux in Visual Studio Code Freshness Pass
- [ ] C/C++ extension FAQ (visualstudio.com) Freshness Pass
Other features we need to add to our docs that we have changed in the last few months:
- [x] For the configuration quickpick, a user can now select their configuration whether it is commands.json, config provider, another extension, etc.
- [x] Update that we still automatically query for compilers to configure for Intellisense on their machine, however we only do this in world writeable locations & further details as discussed with the security team
- Reference the getting started walkthrough
- Recursive macro expansion on hover
MingGW docs have been merged and are public
We now have an updated Editing and Navigating doc and a new refactoring doc