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 VS Code 1.95 #7059

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Update VS Code 1.95 #7059

wants to merge 4 commits into from

Commits on Oct 31, 2024

  1. Update VS Code to 1.95

    code-asher committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5217737 View commit details
    Browse the repository at this point in the history
  2. Update Node to 20.18.0

    code-asher committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    998adb5 View commit details
    Browse the repository at this point in the history
  3. Update build.yaml to use Ubuntu 22.04

    Trying to see if this resolves the gcc error.
    code-asher committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f248926 View commit details
    Browse the repository at this point in the history
  4. Fix --stdin-to-clipboard

    With the switch to esm, this require is now failing.  fs is already
    imported, so we can just use it anyway.
    
    Fixes #7056.
    code-asher committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b8ef4e3 View commit details
    Browse the repository at this point in the history