Skip to content

Commit 23fb404

Browse files
authored
Merge pull request #22 from lefessan/z-2023-09-26-improve-JSON-reader
Improve vscode-package-json
2 parents 20f0eb4 + 9d4ed8e commit 23fb404

File tree

14 files changed

+867
-82
lines changed

14 files changed

+867
-82
lines changed

.drom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version:0.9.0
55

66
# hash of toml configuration files
77
# used for generation of all files
8-
817e4b96072d8107ce0332774e85e0a5:.
8+
7ea428816b44f1b6dae75197a477ee15:.
99
# end context for .
1010

1111
# begin context for .github/workflows/workflow.yml
@@ -501,7 +501,7 @@ b9a14c96cce8e365e1d7494d078d73fe:src/lsp/superbol-free/linking_flags.sh
501501

502502
# begin context for src/vscode/vscode-json/dune
503503
# file src/vscode/vscode-json/dune
504-
452540098fd6ae61c5f364330d4ec493:src/vscode/vscode-json/dune
504+
c57e4311cc67d76a32541e4dc3132913:src/vscode/vscode-json/dune
505505
# end context for src/vscode/vscode-json/dune
506506

507507
# begin context for src/vscode/vscode-json/index.mld

src/vscode/vscode-json/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
; use field 'dune-flags' to set this value
1010
(flags (:standard))
1111
; use field 'dune-stanzas' to add more stanzas here
12-
(preprocess (pps ppx_deriving_encoding))
12+
(preprocess (pps ppx_deriving_encoding ppx_deriving.show))
1313

1414
)
1515

0 commit comments

Comments
 (0)