radian icon indicating copy to clipboard operation
radian copied to clipboard

autocomplete only works once

Open verajosemanuel opened this issue 4 years ago • 5 comments

i got it working ok, but autocomplete for Radian console inside vscode only works for the first command. The subsequent times does not appear at all and I must restart VsCode to get it running again (once)

"r.bracketedPaste": true,
"r.lsp.debug": true,
"r.lsp.diagnostics": true,
"r.rterm.option": [
"--no-save",
"--no-restore",
"--r-binary=C:\\Users\\joe\\R\\R-4.0.3\\bin\\R.exe"
],
"workbench.iconTheme": "vscode-icons",
"editor.largeFileOptimizations": false,
"workbench.colorTheme": "Shades of Purple",
"files.associations": {
    "*.rmd": "markdown",
    "*.Rmd": "rmd"
},
"r.rterm.windows": "C:\\ProgramData\\Anaconda3\\Scripts\\radian.exe",
"r.rpath.windows": "C:\\Users\\joe\\R\\R-4.0.3\\bin\\R.exe",
"r.sessionWatcher": true,
"r.alwaysUseActiveTerminal": false

verajosemanuel avatar Feb 15 '21 08:02 verajosemanuel

You meant the auto completion in radian? What if you run it from Terminal or other console emulator directly.

randy3k avatar Feb 15 '21 11:02 randy3k

I run it from VSCode, not working in any other terminal at all. At least in Vscode is working ok except for the auto completion

verajosemanuel avatar Feb 15 '21 12:02 verajosemanuel

I have this issue as well -- from both the VS Code terminal and KDE Konsole

https://user-images.githubusercontent.com/25417022/115639424-d39eb880-a314-11eb-86de-eefcfe8a4edd.mp4

long39ng avatar Apr 22 '21 00:04 long39ng

It seems due to the custom prompt.

randy3k avatar Apr 22 '21 00:04 randy3k

It is indeed! Thanks!

long39ng avatar Apr 22 '21 01:04 long39ng