mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-12 09:58:40 +00:00
Update VSCode extensions
This commit is contained in:
@@ -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)
|
||||
| [] ->
|
||||
|
Reference in New Issue
Block a user