1. 01 10月, 2020 4 次提交
  2. 30 9月, 2020 3 次提交
  3. 29 9月, 2020 1 次提交
  4. 24 9月, 2020 1 次提交
  5. 23 9月, 2020 3 次提交
  6. 22 9月, 2020 3 次提交
  7. 20 9月, 2020 1 次提交
    • T
      Use MessagePack for serialization, move services to IServiceBroker (#47461) · e91ccb5c
      Tomáš Matoušek 提交于
      * Use MessagePack for ISB serialization
      
      * DocumentHighlighting service
      
      * Renamer, EncapsulateField, TupleToStruct services
      
      * SymbolFinder and FindUsages services
      
      * NavigateToSearch service
      
      * FindUsages, References fixes
      
      * AddImport service
      
      * SymbolSearchUpdate service
      
      * ExtensionMethodImportCompletion service
      
      * DependentTypeFinder service
      
      * GlobalNotificationDelivery service
      
      * CodeLensReferences service
      
      * Remove CodeAnalysis service
      
      * Remove unused code
      
      * Fix warnings.
      
      * Remove unused
      
      * Error reporting and logging
      
      * Update StreamJsonRpc to 2.6.86-alpha
      
      * Improve callback error handling.
      
      * Update Watson reporting
      
      * PR feedback
      
      * Fix tests
      
      * Fixes
      
      * Remove unused field
      
      * Rename shutdown service
      
      * Switch diagnostic serialization from ObjectReader/Writer serializer to MessagePack
      
      * Fix diagnostic reporting issue in ASP.NET apps
      e91ccb5c
  8. 19 9月, 2020 3 次提交
    • M
      Address feedback · f714fcda
      Manish Vasani 提交于
      f714fcda
    • D
      Dont crash generate variable (#47697) · c62f6375
      David Wengier 提交于
      * Don't offer to generate properties or fields in the global error class
      
      * Cleanup
      c62f6375
    • M
      Some more error list performance improvements · 47a06b37
      Manish Vasani 提交于
      1. Make the error list build and live diagnostic de-duping cancellable: This ensures that repeated builds have fast error list refresh - currently, error list refresh for later builds will wait for all de-duping to complete for prior builds, just to throw away the computed results and re-refresh the error list.
      2. Link error list refresh operations to workspace's disposal token
      3. Eagerly initialize the saved project diagnostics from persistent storage after solution load to improve the error list refresh perf for the first build
      47a06b37
  9. 17 9月, 2020 4 次提交
  10. 15 9月, 2020 3 次提交
  11. 14 9月, 2020 1 次提交
  12. 12 9月, 2020 2 次提交
    • G
      Exclude empty item from completion list · d03e0fbf
      Gen Lu 提交于
      d03e0fbf
    • T
      Brokered services (#47216) · e53ffb73
      Tomáš Matoušek 提交于
      * Brokered service
      
      * TodoCommentService ISB
      
      * Generate PkgDef entries
      
      * Generate VSIX manifest assets
      
      * Brokered services
      
      * Error reporting
      
      * BrokeredServiceConnection
      
      * Enable cancellation on disconnection
      
      * Error handling
      
      * Remove usage of WellKnownServiceHubService for brokered services
      
      * Semantic classification services
      
      * Fix streaming service calls
      
      * Propagate cancellation token to all services
      
      * Misc
      
      * Fixes
      
      * Feedback
      
      * Comments
      
      * Dispose feedback
      
      * RPC fixes
      
      * Rename brokered services
      
      * Prefix services with Microsoft.VisualStudio
      
      * Fix
      
      * Fix cancelation of OOP analyzer requests
      e53ffb73
  13. 11 9月, 2020 1 次提交
  14. 09 9月, 2020 1 次提交
  15. 07 9月, 2020 1 次提交
  16. 05 9月, 2020 2 次提交
  17. 04 9月, 2020 6 次提交