You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This mostly shows itself when using the GitHub Actions VSCode extension, but not logging in. In this case the extension reports the warning "Context access might be invalid" on all secret names, which is presumably unwanted behavior.
Since the warning is caused by the language server, this seems like the appropriate repo to open the issue in.
Describe the bug
This mostly shows itself when using the GitHub Actions VSCode extension, but not logging in. In this case the extension reports the warning "Context access might be invalid" on all secret names, which is presumably unwanted behavior.
Since the warning is caused by the language server, this seems like the appropriate repo to open the issue in.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The language server either logs one warning, saying that it isn't logged in, or doesn't log any warning at all.
Screenshots
Package/Area
Package Version
v0.3.8
Additional context
Code logging the warning appears to be:
languageservices/languageservice/src/expression-validation/evaluator.ts
Lines 25 to 29 in 4280a96
This has been previously reported in the github/vscode-github-actions repo, including in github/vscode-github-actions#222 (comment)
The text was updated successfully, but these errors were encountered: