Skip to content

Commit

Permalink
chore: add update_depenedencies API to jsonrpc method list
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 11, 2024
1 parent 8092444 commit f089db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kclvm/api/src/service/jsonrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ fn register_builtin_service(io: &mut IoHandler) {
"KclvmService.Rename".to_owned(),
"KclvmService.RenameCode".to_owned(),
"KclvmService.Test".to_owned(),
"KclvmService.UpdateDependencies".to_owned(),
"BuiltinService.Ping".to_owned(),
"BuiltinService.PingListMethod".to_owned(),
],
Expand Down

0 comments on commit f089db6

Please sign in to comment.