vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.40.0 to 5.62.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 3.4.0 to 10.0.0 Changelog Sourced from uuid's changelog. 10.0.0 (2024-06-07) ⚠ BREAKING CHANGES update node support...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
In `~/.vscode-server/extensions/github.vscode-github-actions-0.26.3/script/workspace/package-lock.json`: ``` "vscode-github-actions": { "version": "0.25.6", ``` So it looks like the declared version in the lock file (0.25.6) is older than the package version (0.26.3). This in turn...
**Describe the bug** I would like to be able to use `F8` to navigate between my repo's problems. The current problem I'm facing is that the `problems` list is polluted...
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...
**Changing ssh key with extension causes libcrypto error** Changing ssh private key using Github Actions Extensions causes libcrypto error Please see the steps I took below **To Reproduce** Steps to...
**Is your feature request related to a problem? Please describe.** When I'm editing a complex workflow I often feel overwhelmed: It's not easy to see the bigger picture when editing...