vscode-ocaml icon indicating copy to clipboard operation
vscode-ocaml copied to clipboard

`commentLine` should comment the whole line

Open vogler opened this issue 9 years ago • 2 comments

commentLine on let x = 1 (* foo *) results in let x = 1 foo instead of the expected (* let x = 1 (* foo *) *).

vogler avatar Jul 14 '16 11:07 vogler

Likely a bug of VS Code.

hackwaly avatar Jul 15 '16 03:07 hackwaly

ref: https://github.com/Microsoft/vscode/issues/9311

hackwaly avatar Jul 15 '16 03:07 hackwaly