You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ARM file that contains comments. When I save changes for this file, go to the Source Control pane and click the file, I get a comparison between the saved changes and the current revision in source control.
When I look at the editor window for the current revision, I see unexpected problems that should not be there.
Comments are not permitted in JSON
String does not match the pattern of "^[-\w._()]+$"
See attached test file and a screenshot of the errors and windows.
I can no longer see this on vscode insiders Version: 1.47.0-insider. I think they stopped showing errors in the left-hand pane, which is good (the errors you were getting were from the JSON language service, which should not be enabled for ARM templates).
I have a ARM file that contains comments. When I save changes for this file, go to the Source Control pane and click the file, I get a comparison between the saved changes and the current revision in source control.
When I look at the editor window for the current revision, I see unexpected problems that should not be there.
See attached test file and a screenshot of the errors and windows.
test.txt
The text was updated successfully, but these errors were encountered: