{"id":18553797,"url":"https://github.com/kimushu/vscode-mruby","last_synced_at":"2025-11-01T10:30:23.470Z","repository":{"id":43582757,"uuid":"168837259","full_name":"kimushu/vscode-mruby","owner":"kimushu","description":"mruby support for Microsoft VSCode","archived":false,"fork":false,"pushed_at":"2022-12-09T13:28:52.000Z","size":30747,"stargazers_count":2,"open_issues_count":14,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-26T08:42:43.247Z","etag":null,"topics":["mruby","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kimushu.png","metadata":{"files":{"readme":"README.ja.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-02T13:59:04.000Z","updated_at":"2022-11-05T00:24:10.000Z","dependencies_parsed_at":"2023-01-25T21:31:28.093Z","dependency_job_id":null,"html_url":"https://github.com/kimushu/vscode-mruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimushu%2Fvscode-mruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimushu%2Fvscode-mruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimushu%2Fvscode-mruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimushu%2Fvscode-mruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimushu","download_url":"https://codeload.github.com/kimushu/vscode-mruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239278543,"owners_count":19612329,"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":["mruby","vscode-extension"],"created_at":"2024-11-06T21:18:20.744Z","updated_at":"2025-11-01T10:30:23.426Z","avatar_url":"https://github.com/kimushu.png","language":"TypeScript","readme":"# mruby support for VSCode\n\n[English](https://github.com/kimushu/vscode-mruby/blob/master/README.md)\n\nこの拡張機能は、mruby (軽量Ruby言語) のコンパイラおよびランタイムを提供します。\n\nhttps://github.com/kimushu/vscode-mruby\n\n## mrubyについて\n\n公式サイトを参照ください: https://www.mruby.org/\n\n## 機能\n\n* mrubyのコンパイル(*.rb \u0026rightarrow; *.mrbへの変換)に関するタスクを提供します。\n    * **mrubyコンパイラが拡張機能に内蔵されています。**\\\n      別途mrubyをインストールする必要はありません。\n    * **ウォッチモードをサポートしています。**\\\n      コードの変更を検知し、自動で再コンパイルします。何度もビルド実行の操作をする必要はありません。\n    * **問題をVSCode上で指摘します。**\\\n      コンパイルエラーがあれば、VSCodeのソースコード表示と「問題」ウィンドウでエラーの場所と内容を指摘します。\n\n* VSCodeデバッグ画面を用いて**mrubyでRubyのコードを実行する機能を提供します**。\n\n* (実験的機能) VSCodeデバッグ画面上で、mrubyデバッガを用いたデバッグ機能を提供します。\n\n## mrubyのバージョン別サポート状況\n\n|mruby|RITE binary|RITE VM|Compile support|Execute support|Debug suport|\n|:--:|:--:|:--:|:--:|:--:|:--:|\n|2.1.0|0006|0002|**Yes**|**Yes**|Yes (Experimental)|\n|2.0.1|0005|0002|**Yes**|**Yes**|Yes (Experimental)|\n|2.0.0|0005|0002|**Yes**|**Yes**|Yes (Experimental)|\n|1.4.1|0004|0000|**Yes**|**Yes**|Yes (Experimental)|\n|1.3.0|0004|0000|No|No|No|\n|1.2.0|0003|0000|No|No|No|\n|1.1.0|0003|0000|No|No|No|\n|1.0.0|0002|0000|No|No|No|\n\n## tasks.jsonの構成の仕方\n\n1. Rubyソースコード(.rb)をVSCodeで開いて下さい。\n\n1. `F1`を押し、`Configure Task`と入力して出てきた項目を選んで下さい。\\\n![](https://user-images.githubusercontent.com/1642194/52718101-04bd2900-2fe6-11e9-948a-6011dd0fc672.png)\n\n1. `mruby: Compile with mruby`または`mruby: Compile with mruby (Watch mode)`を選択してください。\\\n![](https://user-images.githubusercontent.com/1642194/52718260-667d9300-2fe6-11e9-84b3-3c0511893a21.png)\n\n## launch.jsonの構成の仕方\n\n1. Rubyソースコード(.rb)をVSCodeで開いて下さい。\n\n1. メニューから `デバッグ` \u0026rightarrow; `構成の追加...` を選択してください。\\\n![](https://user-images.githubusercontent.com/1642194/52718360-9cbb1280-2fe6-11e9-969c-09ebd4cbb354.png)\n\n1. `mruby`または`デバッガ付きmruby`を選択してください。\\\n![](https://user-images.githubusercontent.com/1642194/52718436-d0963800-2fe6-11e9-895c-2fc8caf86c2f.png)\n\n## リリースノート\n\n### 1.0.0\n\n初版リリース。(試験的なデバッグ機能付き)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimushu%2Fvscode-mruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimushu%2Fvscode-mruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimushu%2Fvscode-mruby/lists"}