vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
**Describe the bug** The extension marks a `uses:` line as an "Unable to resolve action" error when the `Use-enterprise` setting is enabled. **To Reproduce** Steps to reproduce the behaviour: 1....
**Describe the bug** Hovering over an action name fails to load any info about it from the GitHub API, and after a while I might get an error notification. **To...
**Describe the bug** I found that the outputs of [`dorny/paths-filter@v3`](https://github.com/dorny/paths-filter/tree/v3/) cannot be accessed with the following warning messages: ``` Context access might be invalid: cmake ``` However, the outputs of...
**Is your feature request related to a problem? Please describe.** Workflow logs can be checked on VS Code. However, since the log for each job is a link to GitHub,...
**Is your feature request related to a problem? Please describe.** When I'm editing an Actions YAML file, the auto-format is triggered every time I save. The auto-format executed by this...
**Describe the bug** If `pushurl` has been set to prevent a remote from being pushable (which I tend to do in order to ensure I never ever push upstream, https://stackoverflow.com/a/10260389),...
**Is your feature request related to a problem? Please describe.** Morgan Stanley users receive an error when using the Actions extension for VSCode, blocking them from using the Intellisense features...
Type: Bug cd /to/directory/with/.git START code . and the Github Actions widget reports "No Github repositories found. Please open a folder that contains a GitHub repository." Extension version: 0.25.8 VS...
**Is your feature request related to a problem? Please describe.** Every time I [re]launch vscode or reload a window I am prompted to "Sign in to GitHub to access your...
**Is your feature request related to a problem? Please describe.** I think it would be great if we could delete a workflow run, the same way we can delete a...