Skip to content

Commit

Permalink
Update src-bindings/vscode/vscode.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Ulysse <[email protected]>
  • Loading branch information
PizieDust and voodoos authored Oct 25, 2024
1 parent 5b01d99 commit b08c54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-bindings/vscode/vscode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3284,7 +3284,7 @@ module Window = struct
-> ?token:CancellationToken.t
-> unit
-> string or_undefined Promise.t
[@@js.global "vscode.window.createQuickPick"]
[@@js.global "vscode.window.showQuickPick"]

val quickInputButtonBack : QuickInputButton.t
[@@js.global "vscode.QuickInputButtons.Back"]
Expand Down

0 comments on commit b08c54d

Please sign in to comment.