-
Microsoft
- Redmond, WA
Highlights
- 3 discussions answered
Block or Report
Block or report bobbrow
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
llvm-project Public
Forked from llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at…
C++
-
-
Cmake-tools-import-errors Public
Forked from konradglas/Cmake-tools-import-errors
A minimal project to show an intelligence include error
C++
-
-
zerover Public
Forked from mahmoud/zerover
0️⃣ Minimalist versioning scheme for devs who can't be bothered.CSS
491 contributions in the last year
Contribution activity
October 2021
Created 26 commits in 2 repositories
Opened 15 pull requests in 2 repositories
microsoft/vscode-cmake-tools
14
merged
- point 'develop' references to 'main' instead
- merge develop to main (and remove develop after this)
- Fix Show Build Command
- More logging around IntelliSense configurations
- merge to main for 1.9.1
- Fix presets using conditions
- Don't update cpptools if IntelliSense is disabled
- Don't add extra quotes to process args
- Re-merge two PR's
- Add a setting to allow comments in CMakePresets files
- Shorten the configuration title
- Fix the Build VSIX workflow
- Don't scan the whole workspace for CMakeLists.txt, just a few folders
- Don't keep variables that point to the wrong toolset
microsoft/vscode-cpptools
1
merged
Reviewed 27 pull requests in 2 repositories
microsoft/vscode-cmake-tools
17 pull requests
- Style changes
- Adding inheritedPresetCondition field to be able to correctly evaluate preset conditions
- [Auto] Localization - Translated Strings
- Fix C standard reroute for c2x and update changelog.
- [Auto] Localization - Translated Strings
- Release CMT 1.9.1
- Don't add '-j' argument if parallelJobs <= 1
- Fix presets using conditions
- Fixes for 2180 and 2181
- Package version bump up and changelog updates for CMT 1.9
- [Auto] Localization - Translated Strings
- [Auto] Localization - Translated Strings
- [Auto] Localization - Translated Strings
- Support for ++2b cpp standard
- Make sure we don't delete the cache for projects configured from outside VSCode
- [Auto] Localization - Translated Strings
- [Auto] Localization - Translated Strings
microsoft/vscode-cpptools
10 pull requests
- Add svdPath field to OptionsSchema
- Update changelog and version for 1.7.1
- Add clang-tidy support
- Fix an issue causing install failures
- [Auto] Localization - Translated Strings
- Fix issue with markdownDescription not getting localized properly in schema files
- Merge main into release for 1.7.0 again
- Update version in package.json to 1.7.0
- Update telemetry.ts
- Allow merge of C_Cpp_Properties & configuration provider.