microsoft / microsoft/vscode-azurecontainerapps
The error message is unclear when deleting a secret referenced by an environment variable
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: All
Build Version: 20250730.1
Repro Steps:
- Add an environment variable and reference a secret for it.
- Delete the secret.
- Check whether the error message is clear or not.
Expect:
The error message is clear, indicating that the secret is referenced by an environment variable.
Actual:
The error message is unclear.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by creating an environment variable that references a secret, deleting the secret, and checking the resulting error. Trace the secret-deletion and environment-variable reference handling in the TypeScript extension, then make the error identify that the secret is referenced by an environment variable and verify the message with the same steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100