-
Notifications
You must be signed in to change notification settings - Fork 140
Comparing changes
Open a pull request
base repository: REditorSupport/vscode-R
base: c02ace5
head repository: REditorSupport/vscode-R
compare: 2f7ca7f
- 13 commits
- 71 files changed
- 1 contributor
Commits on Mar 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 51abcda - Browse repository at this point
Copy the full SHA 51abcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c91a9 - Browse repository at this point
Copy the full SHA 41c91a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adb671 - Browse repository at this point
Copy the full SHA 2adb671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8148b87 - Browse repository at this point
Copy the full SHA 8148b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fafbab - Browse repository at this point
Copy the full SHA 0fafbabView commit details -
test: fix terminal tests on Windows
This fixes two issues with the terminal tests that caused failures on Windows runners: 1. Replaced hardcoded '/' with path.join() for R_PROFILE_USER check. 2. Stubbed util.getRterm to resolve to process.execPath instead of 'R' to ensure the path exists when checked by fs.existsSync().
Configuration menu - View commit details
-
Copy full SHA for 2a8c40b - Browse repository at this point
Copy the full SHA 2a8c40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f38f2 - Browse repository at this point
Copy the full SHA f5f38f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6737b3b - Browse repository at this point
Copy the full SHA 6737b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df7cfc - Browse repository at this point
Copy the full SHA 0df7cfcView commit details -
test: add integration tests and improve CI workflow for sess IPC
Squashed commits for session integration tests, CI workflow updates, and lint fixes.
Configuration menu - View commit details
-
Copy full SHA for 4f510c7 - Browse repository at this point
Copy the full SHA 4f510c7View commit details
Commits on Mar 16, 2026
-
test: refactor session integration tests and fix plot viewer webview …
…assertions Rename `r-ipc-vscode.test.ts` to `session.test.ts` to match naming conventions. Explicitly assert webview panel creation for `svglite` and `png` plots by mocking `globalPlotManager` to ensure the plot viewer correctly responds to events.
Configuration menu - View commit details
-
Copy full SHA for b13558e - Browse repository at this point
Copy the full SHA b13558eView commit details -
fix(sess): improve plot update detection and fix 'plot.new' graphics …
…errors - Remove .External.graphics rebinding which caused state conflicts. - Use pdf(NULL) and sess.null_dev option for stable background plot capture. - Ensure plot rendering doesn't accidentally close the user's primary device. - Add grDevices:: prefixes for more robust name resolution.
Configuration menu - View commit details
-
Copy full SHA for 4e42e15 - Browse repository at this point
Copy the full SHA 4e42e15View commit details
Commits on Mar 22, 2026
-
feat: transition IPC from WebSockets to raw NNG streams (WIP)
- Replaced httpuv/WebSockets with nanonext/NNG in 'sess' R package. - Updated VS Code extension to use net.Socket for IPC. - Implemented length-prefixed message framing. - Fixed Windows IPC path compatibility. - Incremented sess package version to 0.1.1 to force reinstallation. - Note: R server side currently uses non-existent 'stream_aio' and needs further fixes.
Configuration menu - View commit details
-
Copy full SHA for 2f7ca7f - Browse repository at this point
Copy the full SHA 2f7ca7fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff c02ace5...2f7ca7f