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

1.17.2 merge #11318

Closed
wants to merge 41 commits into from
Closed

1.17.2 merge #11318

wants to merge 41 commits into from

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    ce587c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddbc92a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. 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>
    3 people authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3612c02 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Modernize packages, code patterns (#11085)

    Modernize packages, code patterns
    fearthecowboy authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    503f95b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    0945969 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. 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
    browntarik authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b747b98 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    f293e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dfbeb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Update package.json/yarn.lock (#11181)

    * Update yarn.lock.
    * Clean up old/unneeded resolutions.
    sean-mcmanus authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    420b479 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26308c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    c4ea718 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. 1 Configuration menu
    Copy the full SHA
    4589c6a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    d6370f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    2133b87 View commit details
    Browse the repository at this point in the history
  2. Add Setting to Enable Markdown Comment Formatting (#11177)

    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    
    * resolve PR
    browntarik authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6684991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b27ea View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    477eb06 View commit details
    Browse the repository at this point in the history
  2. changelog 17 (#11227)

    michelleangela authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3c63457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ea4d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    27f9faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e309a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    460aee5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ce7b5a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. fix merge (#11249)

    michelleangela authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d48fd43 View commit details
    Browse the repository at this point in the history
  2. Added support for Toybox to remote process picker (#11175)

    * Added separate remote process command for ToyBox
    michalmaka authored Jul 26, 2023
    2 Configuration menu
    Copy the full SHA
    a7870fc View commit details
    Browse the repository at this point in the history
  3. Update changelog (again) for 1.17.0 (#11251)

    * Update changelog.
    sean-mcmanus authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4f805c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    c3e3bd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ff2a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Add vscode.d.ts to .eslintignore. (#11258)

    * Add vscode.d.ts to .eslintignore.
    sean-mcmanus authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c76105e View commit details
    Browse the repository at this point in the history
  2. Clean up the command palette. (#11259)

    * Clean up the command palette.
    sean-mcmanus authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6b20994 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    b740f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98af6a4 View commit details
    Browse the repository at this point in the history
  3. Fix typo (#11275)

    spacemiqote authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    514e608 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Prevent vcpkg code action from appearing in all unrelated code action…

    … menus (#11280)
    
    * prevent vcpkg code action from appearing
    
    * resolve PR
    
    * resolve PR
    browntarik authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9d28ba1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    3bde088 View commit details
    Browse the repository at this point in the history
  2. Fix the build getting stuck when /link /out: is used to specify the p…

    …rogram name (#11281)
    
    * Also make sure the mkdir command works
    bobbrow authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ae904ec View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    4080514 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    90f922d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    44e3bbe View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. 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
    bobbrow authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    212fff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    fc9c45c View commit details
    Browse the repository at this point in the history