Manuel Hentschel
Manuel Hentschel
Accompanies https://github.com/ManuelHentschel/vscDebugger/pull/177
Accompanies https://github.com/ManuelHentschel/vscDebugger/pull/176
Hi @nx10 , thanks for this great package! @renkun-ken amazing to find yet another R repo that you are involved with :D Would you be interested in working together to...
Addresses https://github.com/ManuelHentschel/VSCode-R-Debugger/issues/153. Modifies the debug source function so that it automatically passes a file through `knitr::purl` if it is rmd. Relies on unmodified line numbers in the output. This seems...
1. Use DAP for all communication (this used to be raw json before), to make it easier to use the package e.g. for https://github.com/ManuelHentschel/VSCode-R-Debugger/issues/156 2. Implement a background socket using...
Really nice extension, thanks for the great work! When first installing the extension the annotations were a bit of a distraction. My solution to this was to make their appearance...
This PR removes the log message on startup (which can be slightly irritating when debugging other extensions).
In https://github.com/hediet/vscode-realtime-debugging/blob/6b9cb42f56b5c4f01ba4d360ea13eb5ed351e72e/src/extension.ts#L49 the extension checks if the output message was sent to `stdout`. Would it be possible/sensible to remove this condition or make it include `stderr`? In the examples I...
First of all, great extension! The statement highlighting and annotation of stdout-text work like a charm! To make better use of the annotated stdout-text when editing I tried to keep...
**Setup:** - windows 10 - vscode v1.87.2 - R v4.3.3 - languageserver v0.3.16 (installed from GitHub) Workspace containing a single file named "test.R" with content: ```r '\xa0' ``` **Error:** Having...