vscode-R
vscode-R copied to clipboard
I write ~ but in the terminal appears ~~
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