{"id":13588832,"url":"https://github.com/rafaelmaiolla/remote-vscode","last_synced_at":"2025-10-30T16:52:28.024Z","repository":{"id":43822013,"uuid":"53174313","full_name":"rafaelmaiolla/remote-vscode","owner":"rafaelmaiolla","description":"A package that implements the Textmate's 'rmate' feature for Visual Studio Code.","archived":false,"fork":false,"pushed_at":"2022-12-07T17:47:52.000Z","size":248,"stargazers_count":260,"open_issues_count":35,"forks_count":33,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-06T08:43:17.032Z","etag":null,"topics":["rmate","textmate","vscode"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaelmaiolla.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-05T00:27:06.000Z","updated_at":"2024-10-24T19:12:12.000Z","dependencies_parsed_at":"2023-01-23T18:45:35.833Z","dependency_job_id":null,"html_url":"https://github.com/rafaelmaiolla/remote-vscode","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmaiolla%2Fremote-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmaiolla%2Fremote-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmaiolla%2Fremote-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelmaiolla%2Fremote-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelmaiolla","download_url":"https://codeload.github.com/rafaelmaiolla/remote-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792202,"owners_count":20996878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rmate","textmate","vscode"],"created_at":"2024-08-01T15:06:58.074Z","updated_at":"2025-10-30T16:52:22.992Z","avatar_url":"https://github.com/rafaelmaiolla.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Remote VSCode\n\n[![Build Status](https://travis-ci.org/rafaelmaiolla/remote-vscode.svg?branch=master)](https://travis-ci.org/rafaelmaiolla/remote-vscode)\n[![Known Vulnerabilities](https://snyk.io/test/github/rafaelmaiolla/remote-vscode/badge.svg)](https://snyk.io/test/github/rafaelmaiolla/remote-vscode)\n[![Dependency Status](https://david-dm.org/rafaelmaiolla/remote-vscode.svg)](https://david-dm.org/rafaelmaiolla/remote-vscode)\n[![devDependency Status](https://david-dm.org/rafaelmaiolla/remote-vscode/dev-status.svg)](https://david-dm.org/rafaelmaiolla/remote-vscode#info=devDependencies)\n\nA package that implements the Textmate's 'rmate' feature for VSCode.\n\n## Installation\n\n* Install the package from the editor's extension manager.\n* Install a rmate version\n - Ruby version: https://github.com/textmate/rmate\n - Bash version: https://github.com/aurora/rmate\n - Perl version: https://github.com/davidolrik/rmate-perl\n - Python version: https://github.com/sclukey/rmate-python\n - Nim version: https://github.com/aurora/rmate-nim\n - C version: https://github.com/hanklords/rmate.c\n - Node.js version: https://github.com/jrnewell/jmate\n - Golang version: https://github.com/mattn/gomate\n\n## Usage\n\n* Configure the following in VS Code User Settings:\n  ```javascript\n  //-------- Remote VSCode configuration --------\n\n  // Port number to use for connection.\n  \"remote.port\": 52698,\n\n  // Launch the server on start up.\n  \"remote.onstartup\": true,\n\n  // Address to listen on.\n  \"remote.host\": \"127.0.0.1\",\n\n  // If set to true, error for remote.port already in use won't be shown anymore.\n  \"remote.dontShowPortAlreadyInUseError\": false,\n  ```\n\n* Start the server in the command palette - Press F1 and type `Remote: Start server`, and press `ENTER` to start the server.\n  You may see a `Starting server` at the status bar in the bottom.\n\n* Create an ssh tunnel\n  ```bash\n  ssh -R 52698:127.0.0.1:52698 user@example.org\n  ```\n\n* Go to the remote system and run\n  ```bash\n  rmate -p 52698 file\n  ```\n\n## License\n[MIT](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelmaiolla%2Fremote-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelmaiolla%2Fremote-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelmaiolla%2Fremote-vscode/lists"}