-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.17.2 merge #11318
1.17.2 merge #11318
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce587c6 - Browse repository at this point
Copy the full SHA ce587c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbc92a - Browse repository at this point
Copy the full SHA ddbc92aView commit details
Commits on Jun 27, 2023
-
Add wildcard support for includeDir (#10388)
For example, using the following tree: rootUri - sources - main - main.c - vendor - khash.h - headers - C001 - a.h - C002 - b.h The following directory paths works: - `sources/**` for plain old recursive path - `headers/C*/` dynamic path - `missing/` reported as "not found" - `missing/*` expanded as empty result (silent fail) Note: bakslash paths need to be slash-converted to avoid be considered as "Dynamic" Co-authored-by: Sean McManus <seanmcm@microsoft.com> Co-authored-by: browntarik <111317156+browntarik@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3612c02 - Browse repository at this point
Copy the full SHA 3612c02View commit details
Commits on Jun 29, 2023
-
Modernize packages, code patterns (#11085)
Modernize packages, code patterns
Configuration menu - View commit details
-
Copy full SHA for 503f95b - Browse repository at this point
Copy the full SHA 503f95bView commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0945969 - Browse repository at this point
Copy the full SHA 0945969View commit details
Commits on Jul 6, 2023
-
resolve paths with
/
,/*
,/**
and\\**
(#11136)* resolve paths with '/', '/*', '/**' and '\\**' * resolve multiple path parsing * create generalized approach for wildcard support * Add windows conditional for backslashes * resolve PR * resolve PR * resolve PR * resolve PR * resolve PR * resolve variables for globs * resolve PR * resolve PR * resolve PR * resolve PR * resolve PR * resolve PR * resolve PR * resolve PR * resolve PR
Configuration menu - View commit details
-
Copy full SHA for b747b98 - Browse repository at this point
Copy the full SHA b747b98View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f293e59 - Browse repository at this point
Copy the full SHA f293e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dfbeb1 - Browse repository at this point
Copy the full SHA 2dfbeb1View commit details
Commits on Jul 11, 2023
-
Update package.json/yarn.lock (#11181)
* Update yarn.lock. * Clean up old/unneeded resolutions.
Configuration menu - View commit details
-
Copy full SHA for 420b479 - Browse repository at this point
Copy the full SHA 420b479View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26308c - Browse repository at this point
Copy the full SHA f26308cView commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c4ea718 - Browse repository at this point
Copy the full SHA c4ea718View commit details
Commits on Jul 14, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 4589c6a - Browse repository at this point
Copy the full SHA 4589c6aView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d6370f3 - Browse repository at this point
Copy the full SHA d6370f3View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2133b87 - Browse repository at this point
Copy the full SHA 2133b87View commit details -
Add Setting to Enable Markdown Comment Formatting (#11177)
* resolve PR * resolve PR * resolve PR * resolve PR * resolve PR * resolve PR
Configuration menu - View commit details
-
Copy full SHA for 6684991 - Browse repository at this point
Copy the full SHA 6684991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b27ea - Browse repository at this point
Copy the full SHA 62b27eaView commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 477eb06 - Browse repository at this point
Copy the full SHA 477eb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c63457 - Browse repository at this point
Copy the full SHA 3c63457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ea4d5 - Browse repository at this point
Copy the full SHA 72ea4d5View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27f9faf - Browse repository at this point
Copy the full SHA 27f9fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e309a7 - Browse repository at this point
Copy the full SHA 0e309a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 460aee5 - Browse repository at this point
Copy the full SHA 460aee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce7b5a - Browse repository at this point
Copy the full SHA 9ce7b5aView commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d48fd43 - Browse repository at this point
Copy the full SHA d48fd43View commit details -
Added support for Toybox to remote process picker (#11175)
* Added separate remote process command for ToyBox
2Configuration menu - View commit details
-
Copy full SHA for a7870fc - Browse repository at this point
Copy the full SHA a7870fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f805c4 - Browse repository at this point
Copy the full SHA 4f805c4View commit details
Commits on Jul 27, 2023
-
"Select IntelliSense Configuration" updates
compilerPath
in c_cpp_p……roperties.json (#11255)
Configuration menu - View commit details
-
Copy full SHA for c3e3bd3 - Browse repository at this point
Copy the full SHA c3e3bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ff2a2 - Browse repository at this point
Copy the full SHA 70ff2a2View commit details
Commits on Jul 28, 2023
-
Add vscode.d.ts to .eslintignore. (#11258)
* Add vscode.d.ts to .eslintignore.
Configuration menu - View commit details
-
Copy full SHA for c76105e - Browse repository at this point
Copy the full SHA c76105eView commit details -
Clean up the command palette. (#11259)
* Clean up the command palette.
Configuration menu - View commit details
-
Copy full SHA for 6b20994 - Browse repository at this point
Copy the full SHA 6b20994View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b740f60 - Browse repository at this point
Copy the full SHA b740f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98af6a4 - Browse repository at this point
Copy the full SHA 98af6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 514e608 - Browse repository at this point
Copy the full SHA 514e608View commit details
Commits on Aug 2, 2023
-
Prevent vcpkg code action from appearing in all unrelated code action…
… menus (#11280) * prevent vcpkg code action from appearing * resolve PR * resolve PR
Configuration menu - View commit details
-
Copy full SHA for 9d28ba1 - Browse repository at this point
Copy the full SHA 9d28ba1View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3bde088 - Browse repository at this point
Copy the full SHA 3bde088View commit details -
Fix the build getting stuck when /link /out: is used to specify the p…
…rogram name (#11281) * Also make sure the mkdir command works
Configuration menu - View commit details
-
Copy full SHA for ae904ec - Browse repository at this point
Copy the full SHA ae904ecView commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4080514 - Browse repository at this point
Copy the full SHA 4080514View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90f922d - Browse repository at this point
Copy the full SHA 90f922dView commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 44e3bbe - Browse repository at this point
Copy the full SHA 44e3bbeView commit details
Commits on Aug 11, 2023
-
log machine id mappings for VS to VS Code (#11308)
* log machine id mappings for VS to VS Code * update comment * in case execChildProcess throws
Configuration menu - View commit details
-
Copy full SHA for 212fff2 - Browse repository at this point
Copy the full SHA 212fff2View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc9c45c - Browse repository at this point
Copy the full SHA fc9c45cView commit details