Skip to content

Commit

Permalink
Revert to using Vscode_ instead of VSCode_
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Nov 6, 2023
1 parent d091b8a commit 23ba10e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp/superbol_free_lib/command_json_vscode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ let cmd =
List.iter parse files
| Some file, [] ->
Vscode_json.Main.write_file file
Vscode_json.Manifest.vscode_enc VSCode_extension.manifest
Vscode_json.Manifest.vscode_enc Vscode_extension.manifest
| Some _, _ ->
Printf.eprintf
"Actions --gen TARGET and parse files are exclusive\n%!";
Expand Down

0 comments on commit 23ba10e

Please sign in to comment.