Alex Gavrilov
Alex Gavrilov
### Functional impact *It's possible to accidentally create a libman.json with an invalid default provider and destination* ### Minimal repro steps 1. Execute ``` libman init -p foo -d \toplevel\blah...
### Functional impact *If you use keyboard with Add Library Dialog UI, it's hard to select individual files. You need to tab to destination, then Shift-Tab from there to get...
### Functional impact *We show project root path completion list if you type leading forward or backslash. I can't imagine when that would be what the user wants. The library...
### Functional impact *No functional impact, fit and finish bug* ### Minimal repro steps 1. Issue "libman cache list --verbosity
### Summary of the changes -Adding support for sending project info to the server via a notification instead of project configuration file -Adding feature flag to allow old behavior by...
I hit this while replacing existing @model directive with a new open via snippet (so the name in model was wrong - default from the snippet)  I'll see if...
**Version Used**: Version 17.11.0 Preview 2.0 [34909.95.main] **Steps to Reproduce**: 1. Enable LSP Roslyn via Preview Features (internal builds only) 2. Restart VS (for step 1 setting to take effect)...
### Summary of the changes - Moving most of the completion code to the common (Workspaces) layer - Adding cohost handler for completion I tried making each commit small and...
1. New Blazor web site 2. Any .razor page/component 3. Add @code {} block 4. Type in ``` @code { override OnA } ``` 5. Try to complete OnAfterRender (any...
Porting most completion test from VS (all applicable) and adding text change methods that ignore cancellation exceptions.