Граф коммитов

4330 Коммитов

Автор SHA1 Сообщение Дата
Immo Landwerth 202e123884 Link Code of Conduct 2020-04-03 10:39:37 -07:00
dotnet-maestro[bot] 4576ebb032
Update dependencies from https://github.com/dotnet/runtime build 20200402.18 (#1757)
- Microsoft.Extensions.Logging - 5.0.0-preview.4.20202.18
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.4.20202.18
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.4.20202.18
- Microsoft.NETCore.Platforms - 5.0.0-preview.4.20202.18
- Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20202.18
- Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20202.18
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20202.18
- System.Reflection.Metadata - 5.0.0-preview.4.20202.18
- System.Diagnostics.DiagnosticSource - 5.0.0-preview.4.20202.18
- System.Text.Encodings.Web - 5.0.0-preview.4.20202.18

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-03 12:44:42 +00:00
N. Taylor Mullen f1c5d7b6ab Rebased and addressed code review comments. 2020-04-02 16:28:21 -07:00
N. Taylor Mullen 74017a3447 Stop platform agnosticly normalizing file paths on windows.
- I imagine this changeset will cause several unintended side effects. I've tried to verify our scenarios in VS and VSCode but undoubtedly I've missed a few. That's why I'm getting this in early to verify things work as expected.
- Found that we were already normalizing file paths this way for read operations. Because of that I removed the `NormalizeForRead` in favor of our new `Normalize` method to ensure all call paths are flowing through the same normalization path.
- Updated the `NormalizeForRead` tests to test the new `Normalize` path.
- Updated existing tests that passed in a path with a prefixed slash (`/path/to/file`) to use `C:/`. Surprisingly `C:/` paths work as expected cross-plat at runtime as long as we don't test trying to write any files (we don't).
- Found that our filepath normalization logic in our remote project file system layer had incredibly odd behavior when being handed a `/` (the default when finding hierarchical items like `_Imports.razor`). Had to special case the `/` case because we no longer root all of our paths on windows with `/`.

Fixes dotnet/aspnetcore#19948
2020-04-02 16:28:21 -07:00
Ajay Bhargav B 43850ca22f
Simplified provisional completion implementation (#1749) 2020-04-02 14:09:43 -07:00
Ryan Brandenburg 4c8dbd0beb
Snippet Support (#1737)
Handle clients where completion snippets are not supported
2020-04-02 09:19:40 -07:00
Ryan Brandenburg da6d0643ad
Normalize filepaths to ensure they match (#1747)
Normalize filepaths to ensure they match
2020-04-02 09:19:13 -07:00
dotnet-maestro[bot] 0914e69934
Update dependencies from https://github.com/dotnet/runtime build 20200401.19 (#1748)
- Microsoft.Extensions.Logging - 5.0.0-preview.4-runtime.20201.19
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.4-runtime.20201.19
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.4-runtime.20201.19
- Microsoft.NETCore.Platforms - 5.0.0-preview.4.20201.19
- Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20201.19
- Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20201.19
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.19
- System.Text.Encodings.Web - 5.0.0-preview.4.20201.19
- System.Reflection.Metadata - 5.0.0-preview.4.20201.19
- System.Diagnostics.DiagnosticSource - 5.0.0-preview.4.20201.19

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-02 13:00:54 +00:00
Ajay Bhargav B 37479bd04d
Fix undo on <text> tag auto-closing (#1739)
* Fix undo on <text> tag auto-closing

* Update src/Razor/src/Microsoft.VisualStudio.LanguageServerClient.Razor/DefaultLSPEditorService.cs

Co-Authored-By: N. Taylor Mullen <nimullen@microsoft.com>

Co-authored-by: N. Taylor Mullen <nimullen@microsoft.com>
2020-04-01 16:29:45 -07:00
William Godbe 15971917e3
Merge pull request #1742 from dotnet-maestro-bot/merge/release/5.0-preview3-to-master
[automated] Merge branch 'release/5.0-preview3' => 'master'
2020-04-01 15:20:30 -07:00
John Luo 564857e3cd
Merge pull request #1744 from dotnet/johluo/ingest-runtime
Ingest new packages from dotnet/runtime
2020-04-01 14:32:58 -07:00
John Luo 5947c3ef8d typo 2020-04-01 13:48:39 -07:00
John Luo b072daf51f
Merge branch 'master' into johluo/ingest-runtime 2020-04-01 13:36:38 -07:00
dotnet-maestro[bot] 4ec71cb57e
Update dependencies from https://github.com/dotnet/extensions build 20200401.2 (#1745)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.4.20201.2
- Microsoft.Extensions.Logging - 5.0.0-preview.4.20201.2

Dependency coherency updates

- Microsoft.Net.Compilers.Toolset - 3.6.0-3.20201.6 (parent: Microsoft.Extensions.Logging)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-01 20:22:57 +00:00
John Luo 44b466a051 Update CPD 2020-04-01 13:15:38 -07:00
John Luo 6d75427e56 Ingest new packages from dotnet/runtime 2020-04-01 13:14:16 -07:00
Will Godbe 22ca3a7329 Merge remote-tracking branch 'origin/master' into merge/release/5.0-preview3-to-master 2020-04-01 12:11:46 -07:00
dotnet-maestro[bot] d482750e96
Update dependencies from https://github.com/dotnet/arcade build 20200330.5 (#1743)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20180.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-01 18:35:00 +00:00
William Godbe f6c5ef40ca
Merge branch 'master' into merge/release/5.0-preview3-to-master 2020-04-01 10:57:05 -07:00
William Godbe 606e87fc44
[release/5.0-preview3] Don't build windows debug internally (#1741)
* Don't build windows debug internally

* Fix typo
2020-04-01 10:45:00 -07:00
dotnet-maestro[bot] 96c3140396
Update dependencies from https://github.com/dotnet/extensions build 20200401.1 (#1740)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.4.20201.1
- Microsoft.Extensions.Logging - 5.0.0-preview.4.20201.1

Dependency coherency updates

- System.Diagnostics.DiagnosticSource - 5.0.0-preview.4.20201.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.1 (parent: Microsoft.Extensions.Logging)
- System.Reflection.Metadata - 5.0.0-preview.4.20201.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-preview.4.20201.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.4-runtime.20201.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20201.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20201.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-preview.4.20201.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-01 13:56:55 +00:00
Will Godbe d23b03d665 Fix typo 2020-03-31 18:49:38 -07:00
Will Godbe f3f86a4ffd Don't build windows debug internally 2020-03-31 18:49:38 -07:00
Ajay Bhargav B 29f589f338
Support provisional C# completion (#1734)
* Support provisional C# completion

* fix
2020-03-31 14:41:25 -07:00
dotnet-maestro[bot] ac9c6434bb
Update dependencies from https://github.com/dotnet/extensions build 20200331.2 (#1736)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20181.2
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20181.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-31 13:48:41 -07:00
dotnet-maestro[bot] e0536845ee
Update dependencies from https://github.com/dotnet/arcade build 20200330.5 (#1735)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20180.5

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-31 11:27:31 -07:00
Ryan Brandenburg fef50ba623
Serialize project state from VS to project.razor.json (#1711)
Serialize project state to project.razor.json
2020-03-31 11:07:08 -07:00
N. Taylor Mullen bc15615151 Don't spin up LSP editor world on remote clients.
- LiveShare takes care of propagating all editor behaviors to the host and replicating all of our logic on the guest which ends up causing issues where our hidden buffers end up getting written to disk.
- With this change we only change the content type in remote client scenarios in order to enable TextMate grammar colorization
2020-03-31 09:50:00 -07:00
dotnet-maestro[bot] e310549163
Update dependencies from https://github.com/dotnet/extensions build 20200330.4 (#1733)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.4.20180.4
- Microsoft.Extensions.Logging - 5.0.0-preview.4.20180.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-31 01:05:51 +00:00
Doug Bunting 708d2a4ef4 Update branding to preview4 2020-03-30 16:28:08 -07:00
Ajay Bhargav B 1d97d109ce
Fix policheck violation (#1730) 2020-03-30 11:09:38 -07:00
dotnet-maestro[bot] c1c501215e
Update dependencies from https://github.com/dotnet/extensions build 20200330.2 (#1729)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20180.2
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20180.2

Dependency coherency updates

- System.Diagnostics.DiagnosticSource - 5.0.0-preview.3.20180.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20180.1 (parent: Microsoft.Extensions.Logging)
- System.Reflection.Metadata - 5.0.0-preview.3.20180.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-preview.3.20180.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.3-runtime.20180.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20180.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20180.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20180.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-30 17:13:36 +00:00
dotnet-maestro[bot] fe87eeedba
Update dependencies from https://github.com/dotnet/extensions build 20200330.1 (#1728)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20180.1
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20180.1

Dependency coherency updates

- Microsoft.Net.Compilers.Toolset - 3.6.0-3.20177.6 (parent: Microsoft.Extensions.Logging)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-30 13:50:03 +00:00
Ajay Bhargav B ea89830e9e
Added support for auto closing tags in VS LSP (#1712)
* Added support for auto closing <text> tags in VS LSP
2020-03-30 01:15:57 -07:00
dotnet-maestro[bot] 8eea8c4b4b
Update dependencies from https://github.com/dotnet/extensions build 20200329.1 (#1727)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20179.1
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20179.1

Dependency coherency updates

- System.Diagnostics.DiagnosticSource - 5.0.0-preview.3.20179.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20179.1 (parent: Microsoft.Extensions.Logging)
- System.Reflection.Metadata - 5.0.0-preview.3.20179.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-preview.3.20179.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.3-runtime.20179.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20179.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20179.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20179.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-29 13:51:48 +00:00
dotnet-maestro[bot] 9669905ab1
Update dependencies from https://github.com/dotnet/extensions build 20200328.1 (#1726)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20178.1
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20178.1

Dependency coherency updates

- System.Diagnostics.DiagnosticSource - 5.0.0-preview.3.20178.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20178.1 (parent: Microsoft.Extensions.Logging)
- System.Reflection.Metadata - 5.0.0-preview.3.20178.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-preview.3.20178.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.3-runtime.20178.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20178.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20178.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20178.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-29 07:24:52 +00:00
dotnet-maestro[bot] c9c3114cd5
Update dependencies from https://github.com/dotnet/extensions build 20200327.1 (#1725)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20177.1
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20177.1

Dependency coherency updates

- System.Diagnostics.DiagnosticSource - 5.0.0-preview.3.20176.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20176.12 (parent: Microsoft.Extensions.Logging)
- System.Reflection.Metadata - 5.0.0-preview.3.20176.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-preview.3.20176.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.3-runtime.20176.12 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20176.12 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20176.12 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20176.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-27 13:50:55 +00:00
dotnet-maestro[bot] 2488626cd1
Update dependencies from https://github.com/dotnet/extensions build 20200326.1 (#1723)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20176.1
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20176.1

Dependency coherency updates

- System.Diagnostics.DiagnosticSource - 5.0.0-preview.3.20175.10 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20175.10 (parent: Microsoft.Extensions.Logging)
- System.Reflection.Metadata - 5.0.0-preview.3.20175.10 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-preview.3.20175.10 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.3-runtime.20175.10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20175.10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20175.10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20175.10 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-26 14:11:04 +00:00
dotnet-maestro[bot] 191f37daed
Update dependencies from https://github.com/dotnet/extensions build 20200325.7 (#1722)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20175.7
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20175.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-26 07:00:59 +00:00
N. Taylor Mullen 9600f1d5a6
Don't publish identical C#/HTML data. (#1720)
- I found that when interacting with the editor our document snapshot system would not always hold onto generated ouptut once all references to it were relinquished. Internally our document snapshots have a weak reference to their output meaning that data can be GCd inbetween requests.
- To handle situations where our generated documents output data was GCd I changed how our document publisher would decide to publish virtual document output. It now stores its last publish data (source text + doc version) and compares the previous publish data to what's about to be published. In the case that everything matches then there's no reason to re-publish.
- Ultimately this should result in huge performance gains in both VSCode and VS because we'll no longer be re-publishing our C#/HTML on every editor interaction.
- Added tests to validate the new scenario.

Fixes dotnet/aspnetcore#19522
2020-03-25 20:58:48 -07:00
N. Taylor Mullen 2b08994fa2 Associated our TextMate grammar scopes with VS classifications.
- This makes our new Razor LSP editor bits look almost identical to the existing VS experience.
- There are several issues in regards to C# in attributes and that's tracked here: https://github.com/dotnet/aspnetcore/issues/20140
- There's no semantic colorization for tags or C# yet either so that breaks down the colorization expected for our Blazor components and TagHelpers.
- Had to name the textmate grammar with the specific name of `aspnetcorerazor.tmLanguage.tmTheme` in order to enable the VS themeing support to locate our theme.
- One big colorization difference that can't currently be supported is the background coloring of our C# bits. This is something VS' CoreEditor is willing to change on our behalf though.

Fixes dotnet/aspnetcore#18769
2020-03-25 20:26:17 -07:00
dotnet-maestro[bot] 473293342a
Update dependencies from https://github.com/dotnet/extensions build 20200325.3 (#1719)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20175.3
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20175.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-25 21:46:03 +00:00
Doug Bunting f88efa9492
Merge pull request #1718 from dotnet-maestro-bot/merge/release/3.1-to-master
[automated] Merge branch 'release/3.1' => 'master'
- despite what GitHub shows, this was actually a no-op merge
2020-03-25 13:18:50 -07:00
Doug Bunting 995ee73bbb
Merge pull request #1671 from dotnet/dougbu/3.1/newer.agents.3540
[release/3.1] Update hosted and BYOC agents used in our builds
2020-03-25 12:36:18 -07:00
William Godbe 17e40bd496
Merge pull request #1714 from dotnet-maestro-bot/merge/release/3.1-to-master
[automated] Merge branch 'release/3.1' => 'master'
2020-03-25 10:42:52 -07:00
William Godbe b0f3a58db3
Merge branch 'master' into merge/release/3.1-to-master 2020-03-25 10:42:24 -07:00
dotnet-maestro[bot] 4d1f325d8d
Update dependencies from https://github.com/dotnet/extensions build 20200325.1 (#1716)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20175.1
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20175.1

Dependency coherency updates

- System.Diagnostics.DiagnosticSource - 5.0.0-preview.3.20174.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20174.7 (parent: Microsoft.Extensions.Logging)
- System.Reflection.Metadata - 5.0.0-preview.3.20174.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encodings.Web - 5.0.0-preview.3.20174.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.Extensions.DependencyModel - 5.0.0-preview.3-runtime.20174.7 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20174.7 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20174.7 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20174.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-25 14:16:02 +00:00
dotnet-maestro[bot] 1cd09b5476
Update dependencies from https://github.com/dotnet/extensions build 20200324.3 (#1715)
- Microsoft.Extensions.Configuration.Json - 5.0.0-preview.3.20174.3
- Microsoft.Extensions.Logging - 5.0.0-preview.3.20174.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-25 00:46:02 +00:00
William Godbe 4ba52ced4f
Update branding to 3.1.4 (#1713) 2020-03-24 16:15:47 -07:00
N. Taylor Mullen c2c25966a8 Disable VSCode functional tests. 2020-03-24 12:08:32 -07:00