1. 19 2月, 2020 1 次提交
  2. 06 2月, 2020 1 次提交
  3. 23 1月, 2020 2 次提交
  4. 07 1月, 2020 1 次提交
    • T
      More refactoring and hardening of remote calls (#40395) · 9ba266a7
      Tomáš Matoušek 提交于
      * Adds nullability, removes dead code.
      
      * Clean up RemoteHostClient exception and lifetime handling
      
      * Nullables
      
      * JsonRpcEx disposal cleanup
      
      * Nullables
      
      * Refactor abstract JsonRpcEx to sealed RemoteEndPoint
      
      * Use RemoteEndPoint for ServiceHub services
      
      * Move ctor
      
      * Use RemoteEndPoint in ServiceHubRemoteHostClient
      
      * Minor cleanup of log messages
      
      * JsonRpcTargetOptions
      
      * Use RemoteEndPoint in CodeLens, tests
      
      * Inline Extensions.InvokeAsync methods into RemoteEndPoint
      
      * Remove unnecessary invoke methods
      
      * Unify exception handling
      
      * Allow null arguments in remote invocation
      
      * Simplify ClientDirectStream
      
      * Fold ClientDirectStream and ServerDirectStream into RemoteEntryPoint
      
      * Feedback
      
      * Fix test
      9ba266a7
  5. 12 12月, 2019 1 次提交
  6. 24 10月, 2019 1 次提交
    • S
      Remove the workspace IVT of SourceBasedTestDiscovery and LiveUnitTesting (#38466) · 085990f1
      Shen Chen 提交于
      * Add solution crawler wrapper types
      
      * Add Experimentation wrapper
      
      * Add UnitTestingPinnedSolutionInfoWrapper
      
      * Add KeepAliveSessionWrapper
      
      * Add PersistentStorageLocationService wrapper
      
      * Add UnitTestingWorkspaceTaskSchedule wrapper
      
      * Add extension wrapper
      
      * Change Workspace wrapper to an extension class
      
      * Add more wrapper types
      
      * Rename and remove files
      
      * Add immutable array extensions
      
      * remove lut ivt
      
      * Remove the dependency on ServicehubBase
      
      * Remove all the dependency for LUT
      
      * Rename and remove unused wrappers
      
      * Add comments
      
      * Rename wrappers and accessors
      
      * More renaming
      085990f1
  7. 27 9月, 2019 1 次提交
    • M
      Move to Platform team's FAR Kind Column · ec73f602
      Manish Vasani 提交于
      Delete a bunch of code on Roslyn side, which is no longer necessary as we don't own the column anymore.
      I have also cleanup up some code in this space for newly added ContainingType and ContainingMember columns.
      ec73f602
  8. 29 8月, 2019 1 次提交
  9. 28 8月, 2019 1 次提交
  10. 10 8月, 2019 1 次提交
  11. 06 8月, 2019 1 次提交
  12. 24 7月, 2019 2 次提交
  13. 20 7月, 2019 2 次提交
  14. 28 6月, 2019 1 次提交
  15. 14 6月, 2019 2 次提交
  16. 13 6月, 2019 1 次提交
  17. 12 6月, 2019 1 次提交
    • W
      F# Shim - Round 2 (#35591) · 0d44ad1a
      Will Smith 提交于
      * Added fsharp shims over document diagnostic analyzers
      
      * Added shims for completion and sig help. Also added tests.
      
      * Moved around internal files. Added shim over InlineRenameService.
      
      * Starting shim over document highlights service. Added a better way to handle diagnostics
      
      * Added shim for document highlights service
      
      * Added IFSharpDocumentNavigationService
      
      * Added IFSharpGoToDefinitionService
      
      * Added IFSharpNavigationBarItemService
      
      * Added IFSharpNavigateToSearchService
      
      * Added extra glyph case
      
      * Added FSharpGlyphTags
      
      * Added FSharpCommentSelectionService
      
      * Some cleanup. Added FSharpBlockStructureService
      
      * Added some simple statics
      
      * Finishing the last of shims
      
      * Getting analyzers to work
      
      * Remove folder
      
      * Changes due to feedback
      
      * Fixing build
      
      * Still trying to fix build
      
      * Fixed guid
      
      * Fixing build again
      0d44ad1a
  18. 05 6月, 2019 1 次提交
  19. 04 6月, 2019 1 次提交
  20. 24 5月, 2019 1 次提交
  21. 16 5月, 2019 2 次提交
  22. 15 5月, 2019 3 次提交
  23. 04 5月, 2019 1 次提交
    • K
      Support TimeTravelTraceInterop in function resolver. (#35318) · 0094fecd
      kceiw 提交于
      * Support TimeTravelTraceInterop in function resolver.
      
      - The function resolver isn't loaded when the base monitor is
      TimeTravelTraceInterop, which needs it to resolve function for function
      breakpoint.
      - To add TimeTravelTraceInterop to the right vsdconfigxml file, I also
      need to update some package so that it can be built.
      
      * Address PR feedback.
      
      - PrivateVisualStudioPackage isn't necessary since I set PrivateAssets=true in the package reference.
      0094fecd
  24. 02 5月, 2019 1 次提交
  25. 20 4月, 2019 1 次提交
  26. 18 4月, 2019 8 次提交