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

Update Code to 1.94.0 #7026

Merged
merged 22 commits into from
Oct 18, 2024
Merged

Update Code to 1.94.0 #7026

merged 22 commits into from
Oct 18, 2024

Commits on Oct 4, 2024

  1. Update Code to 1.94.0

    - Fixes coder#7018
    benz0li committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f72e3f8 View commit details
    Browse the repository at this point in the history
  2. yarn -> npm

    - vscode: Seems like you are using `yarn` which is not supported in this repo any more, please use `npm i` instead.
    benz0li committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1b237fa View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Switch fully to npm

    This is to match VS Code.  We were already partially using npm for the
    releases so this is some nice alignment.
    code-asher committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f5c121a View commit details
    Browse the repository at this point in the history
  2. Update caniuse-lite

    This was complaining on every unit test.
    Asher authored and code-asher committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8b99fe9 View commit details
    Browse the repository at this point in the history
  3. Update eslint

    I was having a bunch of dependency conflicts and eslint seemed to be the
    culprit so I just removed it and set it up again, since it seems things
    have changed quite a bit.
    code-asher committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3f80dc6 View commit details
    Browse the repository at this point in the history
  4. Update test dependencies

    I was getting oom when running the unit tests...updating seems to work.
    Asher authored and code-asher committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    20f6fce View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Remove all scripts in release

    The new pre-install script was being included, which is dev-only.
    
    This was always the intent; did not realize jq's merge was recursive.
    code-asher committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8687c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a93459 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update to 1.94.2

    code-asher committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d5a2174 View commit details
    Browse the repository at this point in the history
  2. Update test extension dependencies

    This appears to be conflicting with the root dependencies.
    code-asher committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d2ce1e4 View commit details
    Browse the repository at this point in the history
  3. Fix playwright exec

    npm does not let you run binaries like yarn does, as far as I know.
    code-asher committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    184800a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    e4ceeab View commit details
    Browse the repository at this point in the history
  2. Update import paths

    code-asher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5eb1d84 View commit details
    Browse the repository at this point in the history
  3. Format

    code-asher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3f67c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90899f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b1ddc1 View commit details
    Browse the repository at this point in the history
  6. Remove proxy test timeout

    code-asher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    39d29fc View commit details
    Browse the repository at this point in the history
  7. Wait for proxy URI

    code-asher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ed3c4e7 View commit details
    Browse the repository at this point in the history
  8. Fix localization

    code-asher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1c009e0 View commit details
    Browse the repository at this point in the history
  9. debug

    code-asher committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    41db568 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Patch new HTML files

    Fixes the icons and fetching modules from the browser when behind a
    reverse proxy.
    code-asher committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    99a8db2 View commit details
    Browse the repository at this point in the history
  2. undebug

    code-asher committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4cd9509 View commit details
    Browse the repository at this point in the history