VSCode extension for integrating with xrepl (network-based REPL)
- Connect to xrepl via TCP or UNIX domain sockets
- Evaluate code selections in active REPL session
- Manage multiple REPL sessions
- Session tree view in Explorer
- Running xrepl server (TCP or UNIX socket)
This extension contributes the following settings:
xrepl.connection.type: Default connection type (tcp/unix)xrepl.connection.tcp.host: TCP hostxrepl.connection.tcp.port: TCP portxrepl.connection.unix.socket: UNIX socket pathxrepl.autoConnect: Auto-connect on startup
npm install
npm run watch
# Press F5 to launch Extension Development Host