microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
52 stars 28 forks source link

An error notification pops up after typing a tag "$schema": "" #774

Open v-xinda opened 10 months ago

v-xinda commented 10 months ago

OS: All Build Version: 20231121.1 Regression: Not a regression

Repro Steps:

  1. Create a resource group -> Right click it -> Edit Tags... -> Type double quotes -> Select "$schema" -> Type double quotes.
  2. Check whether no error notification pops up.

Expect: No error notification pops up.

Actual: An error notification pops up.

https://github.com/microsoft/vscode-azureresourcegroups/assets/57662131/0a2cc721-cdaf-4422-befa-58751b739268

More Info: You can type several letters in the double quotes if no error notification pops up after typing double quotes.