radian
radian copied to clipboard
autocomplete only works once
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
You meant the auto completion in radian? What if you run it from Terminal or other console emulator directly.
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
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
It seems due to the custom prompt.
It is indeed! Thanks!