1. 29 4月, 2020 1 次提交
  2. 28 4月, 2020 17 次提交
  3. 27 4月, 2020 14 次提交
  4. 26 4月, 2020 5 次提交
  5. 25 4月, 2020 3 次提交
    • J
      Improve VS Code build current project support · 4eba3571
      Jared Parsons 提交于
      This makes the following changes to our ability to build the current
      project from VSCode (essentially implementing the rough equivalent of
      build current project in VS).
      
      - Ability to choose `msbuild` in addition to `dotnet msbuild`. The full
      framework `msbuild` is still necessary for building parts of the IDE
      code base.
      - Support for VB projects
      - Fixes the execution of the task on Windows. The hard dependency on
      `/.dotnet` existing doesn't hold on Windows. Falling back to normal
      powershell in that environment
      4eba3571
    • M
      Merge pull request #43667 from CyrusNajmabadi/streamOverload · 3ad5952c
      msftbot[bot] 提交于
      Add overload for rpc that can work on streams, not just object writers.
      3ad5952c
    • C
      Add docs · b0a3e173
      Cyrus Najmabadi 提交于
      b0a3e173