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

The string 'pip' is not removed after selecting one item from completion list of 'pip' #1808

Open
v-chenzha opened this issue Nov 29, 2024 · 0 comments

Comments

@v-chenzha
Copy link

OS: All
Build Version: 20241128.1
Regression: Not a Regression

Repro Steps:

  1. Open the dependson-with-copy2.zip template file in VS Code.
  2. Navigate to the ARM Template Outline view.
  3. Click on the second resource [concat(${vmName},copyIndex(1),'nic1')] (networkInterfaces).
  4. Delete the existing dependsOn property and type pip.
  5. Select an item from the completion list.
  6. Check whether the pip is removed in the dependsOn property.

Expect:
The pip is removed in the dependsOn property.
Image

Actual:
The pip is not removed in the dependsOn property.
Image

More Info:
This issue doesn't reproduce when typing "pip" and 'pip'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants