bhsubra
bhsubra
Enter vs tab has different behavior in visual studio. Enter retains the typed in text. Steps to reproduce the issue: 1. Type vnet 2. Select res-vpn-vnet-connection from completion list Expected:...
Investigate ChangeInLinterRuleLevelInBicepConfigFile_ShouldUpdateDiagnostics test flakiness
### Minimal repro steps 1. Copy paste the below contents in libman.json file and save: { "version": "1.0", "defaultProvider": "cdnjs", "libraries": [ { "provider": "cdnjs", "library": "[email protected]", "destination": "bin/" }...
We need to place radio buttons in the UI in a group box to improve keyboard navigation experience.
### Functional impact Restore Client-Side libraries doesn't fail when required field- libraries is not specified ### Minimal repro steps 1. Create libman.json file with below contents: ``` { "version": "1.0",...
- After the user selects a param file for a specific bicep file, we can use "last used" for that specific bicep file - It would be great if we...
vscode bicep vsix is called vscode-bicep.vsix. Rename Bicep.VSLanguageServerClient.Vsix to vs-bicep.vsix for consistency.
We need to revisit and clean up MockHttpMessageHandler based on this comment: https://github.com/aspnet/HttpRepl/pull/115#discussion_r307909776 in PR: https://github.com/aspnet/HttpRepl/pull/115