Skip to content
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

Merge 1.17.0 #11230

Merged
merged 25 commits into from
Jul 21, 2023
Merged

Merge 1.17.0 #11230

merged 25 commits into from
Jul 21, 2023

Conversation

michelleangela
Copy link
Contributor

No description provided.

bobbrow and others added 24 commits June 16, 2023 12:05
* remove extra adjustments to textEdit

* combine conditionals
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>
Modernize packages, code patterns
* 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
* Update yarn.lock.
* Clean up old/unneeded resolutions.
* resolve PR

* resolve PR

* resolve PR

* resolve PR

* resolve PR

* resolve PR
Colengms
Colengms previously approved these changes Jul 21, 2023
sean-mcmanus

This comment was marked as resolved.

@michelleangela michelleangela merged commit c9b0db0 into insiders Jul 21, 2023
5 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants