Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Image autocomplete suggestions #87

Open
v-mengwe opened this issue Feb 9, 2021 · 1 comment
Open

Idea: Image autocomplete suggestions #87

v-mengwe opened this issue Feb 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@v-mengwe
Copy link

v-mengwe commented Feb 9, 2021

OS: All
Build Version: 20210204.1

Repro Steps:

  1. Create a project and open in VS Code -> Open the docker-compose.yml file.
  2. Type the following into the docker-compose.yml file:
     version: '2'
     redis:
         image: 
  1. Press CTRL+SPACE -> Select "centos" -> Press CTRL+SPACE -> Select an image.
  2. Cursor is placed after "centos" -> Press CTRL+SPACE -> Select an image(same/different).
  3. Check whether the image is replaced automatically.

Actual:
The image is not replaced automatically.
ima

Suggestion:
It would be better to replace the image automatically.

@bwateratmsft
Copy link
Contributor

Good suggestion! We're working on our Compose intellisense story as a whole, so I added this idea to our checklist on microsoft/vscode-docker#2539.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 26, 2021
@microsoft microsoft unlocked this conversation Jan 26, 2022
@bwateratmsft bwateratmsft reopened this Jan 26, 2022
@bwateratmsft bwateratmsft transferred this issue from microsoft/vscode-docker Jan 26, 2022
@bwateratmsft bwateratmsft changed the title [Suggestion] It would be better to replace the image automatically for the docker-compose.yml file Idea: Image autocomplete suggestions Jan 26, 2022
@bwateratmsft bwateratmsft added the enhancement New feature or request label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants