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

I write ~ but in the terminal appears ~~

Open albertoarcagni opened this issue 3 years ago • 0 comments

This code returns an error

x <- 1:10 y <- x + rnorm(10) r <- lm(y ~ x)

because when the ~ is written or copied in the console (R running in the windows terminal) the pasted string is ~~

OS: Windows 10 Keyboard: Italian VSCode version: 1.66.2 R version: 4.1.3 Extension version: 2.4.0

albertoarcagni avatar Apr 15 '22 10:04 albertoarcagni