Skip to content

Commit

Permalink
Client side of Inlay Hint support (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel authored Apr 14, 2022
1 parent 6449bdc commit 9796e69
Show file tree
Hide file tree
Showing 13 changed files with 1,868 additions and 1,697 deletions.
55 changes: 28 additions & 27 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ STORAGE: NONE
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Browser.Blob (1.1.4)
Fable.Browser.Blob (1.2)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7.2)
Fable.Browser.Dom (2.9)
Fable.Browser.Blob (>= 1.1.4)
Fable.Browser.Event (>= 1.4.6)
Fable.Browser.WebStorage (>= 1.0.4)
Fable.Browser.Dom (2.10)
Fable.Browser.Blob (>= 1.2)
Fable.Browser.Event (>= 1.5)
Fable.Browser.WebStorage (>= 1.1)
Fable.Core (>= 3.2.8)
FSharp.Core (>= 4.7.2)
Fable.Browser.Event (1.4.6)
Fable.Browser.Gamepad (>= 1.0.3)
Fable.Browser.Event (1.5)
Fable.Browser.Gamepad (>= 1.1)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7.2)
Fable.Browser.Gamepad (1.0.3)
Fable.Browser.Gamepad (1.1)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7.2)
Fable.Browser.WebStorage (1.0.4)
Fable.Browser.Event (>= 1.4.4)
Fable.Browser.WebStorage (1.1)
Fable.Browser.Event (>= 1.5)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7.2)
Fable.Core (3.6.2)
Expand All @@ -38,13 +38,13 @@ NUGET
FSharp.Core (>= 4.7.2)
GIT
remote: https://github.com/ionide/ionide-fsgrammar.git
(c6e04755d4d686653f2552183d9f102de489a0a5)
(b528e4360b4cd967aa93c2f7849e459ff91d192c)
GITHUB
remote: ionide/ionide-vscode-helpers
src/Fable.Import.Showdown.fs (16eceef34bcee50f441f6727eed94c8bb9a136f5)
src/Fable.Import.VSCode.fs (16eceef34bcee50f441f6727eed94c8bb9a136f5)
src/Fable.Import.VSCode.LanguageServer.fs (16eceef34bcee50f441f6727eed94c8bb9a136f5)
src/Helpers.fs (16eceef34bcee50f441f6727eed94c8bb9a136f5)
src/Fable.Import.Showdown.fs (6ed5341be68452af4f93f7c6e462cdfb58dd0464)
src/Fable.Import.VSCode.fs (6ed5341be68452af4f93f7c6e462cdfb58dd0464)
src/Fable.Import.VSCode.LanguageServer.fs (6ed5341be68452af4f93f7c6e462cdfb58dd0464)
src/Helpers.fs (6ed5341be68452af4f93f7c6e462cdfb58dd0464)
GROUP build
STORAGE: NONE
RESTRICTION: == net6.0
Expand Down Expand Up @@ -178,22 +178,23 @@ NUGET
FSharp.Core (>= 4.7.2)
System.Reactive (>= 5.0)
FSharp.Core (6.0.3)
Microsoft.Build (17.0)
Microsoft.Build.Framework (>= 17.0)
Microsoft.Build (17.1)
Microsoft.Build.Framework (>= 17.1)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.Collections.Immutable (>= 5.0)
System.Configuration.ConfigurationManager (>= 4.7)
System.Reflection.Metadata (>= 1.6)
System.Security.Principal.Windows (>= 4.7)
System.Text.Encoding.CodePages (>= 4.0.1)
System.Text.Json (>= 5.0.2)
System.Threading.Tasks.Dataflow (>= 4.9)
Microsoft.Build.Framework (17.0)
System.Text.Json (>= 6.0)
System.Threading.Tasks.Dataflow (>= 6.0)
Microsoft.Build.Framework (17.1)
Microsoft.Win32.Registry (>= 4.3)
System.Security.Permissions (>= 4.7)
Microsoft.Build.Tasks.Core (17.0)
Microsoft.Build.Framework (>= 17.0)
Microsoft.Build.Utilities.Core (>= 17.0)
Microsoft.Build.Tasks.Core (17.1)
Microsoft.Build.Framework (>= 17.1)
Microsoft.Build.Utilities.Core (>= 17.1)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.CodeDom (>= 4.4)
Expand All @@ -203,9 +204,9 @@ NUGET
System.Security.Cryptography.Pkcs (>= 4.7)
System.Security.Cryptography.Xml (>= 4.7)
System.Security.Permissions (>= 4.7)
System.Threading.Tasks.Dataflow (>= 4.9)
Microsoft.Build.Utilities.Core (17.0)
Microsoft.Build.Framework (>= 17.0)
System.Threading.Tasks.Dataflow (>= 6.0)
Microsoft.Build.Utilities.Core (17.1)
Microsoft.Build.Framework (>= 17.1)
Microsoft.NET.StringTools (>= 1.0)
Microsoft.Win32.Registry (>= 4.3)
System.Collections.Immutable (>= 5.0)
Expand Down Expand Up @@ -253,7 +254,7 @@ NUGET
System.Formats.Asn1 (6.0)
System.Memory (4.5.4)
System.Reactive (5.0)
System.Reflection.Metadata (6.0)
System.Reflection.Metadata (6.0.1)
System.Collections.Immutable (>= 6.0)
System.Resources.Extensions (6.0)
System.Runtime.CompilerServices.Unsafe (6.0)
Expand Down
Loading

0 comments on commit 9796e69

Please sign in to comment.