Update VSCode extensions

This commit is contained in:
Smaug123
2022-02-20 09:54:34 +00:00
parent fc0987c71e
commit e603de3347
2 changed files with 116 additions and 115 deletions

View File

@@ -111,7 +111,7 @@ type NixFile =
let specificVersions =
post.TrimEnd([| '\n' ; ']'|]).Split "}"
|> Array.choose (fun contents ->
match contents.Trim([|'\n'|]).Split "\n" |> List.ofArray with
match contents.Trim([|'\n' ; ' '|]).Split "\n" |> List.ofArray with
| "{" :: rest ->
Some (Extension.Parse rest)
| [] ->