-
Notifications
You must be signed in to change notification settings - Fork 142
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: REditorSupport/vscode-R
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: REditorSupport/vscode-R
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: improve-attach
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 19 files changed
- 2 contributors
Commits on May 5, 2026
-
feat(ipc): replace WebSocket/TCP transport with Unix socket / named pipe
Replace the WebSocket-over-TCP IPC between vscode and R sessions with a Unix domain socket (Linux/Mac) or Windows named pipe transport. Changes: - session.ts: create net.Server pipe instead of WebSocket.Server; use NDJSON framing (\n-delimited JSON) for message boundaries; remove token-based authentication (filesystem permissions suffice) - rTerminal.ts: pass SESS_PIPE env var instead of SESS_PORT + SESS_TOKEN - sess/R/server.R: connect via processx::conn_connect_unix_socket(); drive message dispatch through a later::later() polling loop - sess/R/dispatch.R: send via processx::conn_write() + NDJSON framing - sess/DESCRIPTION: swap websocket dep for processx (>= 3.5.0); add testthat to Suggests - sess/tests/testthat/test-ipc.R: unit tests for socket round-trip, dispatch_message routing, and ipc_write guard
Configuration menu - View commit details
-
Copy full SHA for ce00189 - Browse repository at this point
Copy the full SHA ce00189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 878ee68 - Browse repository at this point
Copy the full SHA 878ee68View commit details -
Configuration menu - View commit details
-
Copy full SHA for b672439 - Browse repository at this point
Copy the full SHA b672439View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50867e - Browse repository at this point
Copy the full SHA a50867eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b62c979 - Browse repository at this point
Copy the full SHA b62c979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70692c2 - Browse repository at this point
Copy the full SHA 70692c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc193b - Browse repository at this point
Copy the full SHA fdc193bView commit details
Commits on May 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9c1d75b - Browse repository at this point
Copy the full SHA 9c1d75bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ddf51 - Browse repository at this point
Copy the full SHA d1ddf51View commit details
Loading
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 master...improve-attach