microsoft / microsoft/vscode-containers
Offer completion for `# syntax=docker/dockerfile:1`
Open
Nobody has claimed this yet.
language-server
- Dominant language
- TypeScript
- Stars
- 139
- Forks
- 87
- Avg merge
- 9h 15m
- Merged PRs (30d)
- 9
Description
The extension currently offers completion for # syntax syntax=docker/dockerfile:experimental, it would be nice if it would also offer # syntax=docker/dockerfile:1 as that is more recommended for general usage.
Contributor guide
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
Search the extension's completion handling for the existing # syntax syntax=docker/dockerfile:experimental suggestion and compare it with the Docker syntax directive documented at the linked reference. Done means the extension also offers # syntax=docker/dockerfile:1 for general usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100