vscode-ocaml
vscode-ocaml copied to clipboard
`commentLine` should comment the whole line
commentLine on let x = 1 (* foo *) results in let x = 1 foo instead of the expected (* let x = 1 (* foo *) *).
Likely a bug of VS Code.
ref: https://github.com/Microsoft/vscode/issues/9311