vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
Bumps [HaaLeo/publish-vscode-extension](https://github.com/haaleo/publish-vscode-extension) from 1.2.0 to 1.6.2. Release notes Sourced from HaaLeo/publish-vscode-extension's releases. v1.6.2 Use the tag v1 to automatically include all minor releases and patches (v1.*.*) For an overview of...
**Is your feature request related to a problem? Please describe.** I'd like to be able to find issues with my Workflow files outside of VS Code (e.g. using a CLI...
Transferred from https://github.com/cschleiden/vscode-github-actions/issues/160 # Description Deployment of "cloud native" components is becoming an integral component of the development process. GitHub (the website) provides [a set of "starter" templates for GitHub...
Various steps taken: - update @vscode/test-web as @koa/cors depended on it and was vulnerable - vm-browserify polyfill to resolve polyfill error - fix vscode-url to 3.0.7 because 3.0.8 is throwing...
**Describe the bug** A clear and concise description of what the bug is.  **Expected behavior** I would expect formatting to 'just work' and also to have documentation about how...
**Is your feature request related to a problem? Please describe.** Some GitHub Actions use `GITHUB_ENV` to set up custom environment variables. When used inside a workflow, use `${{ env.CUSTOM_VARIABLE }}`...
**Describe the bug** The "GitHub Actions language server" doesn't use Root certificates installed on Windows, so incompatible with an SSL-inspecting firewall. Most other extensions in VSCode work just fine and...
**Describe the bug** I just installed the extension, and when I click github actions, a side panel appears with the button "Sign in to Github". Clicking the button does absolutely...
Problem: I am using a lot of repository environment variables, access via the vars context. The plugin is raising "Context access might be invalid:" warnings on every line which makes...
**Describe the bug** If i open my project with "Open Folder" all just work fine, but if i open it as workspace (what is neccessary for other Extension-Configurations that are...