{"id":26951059,"url":"https://github.com/tiliv/renpy-vscode-template","last_synced_at":"2026-02-15T19:31:37.425Z","repository":{"id":46417087,"uuid":"355625671","full_name":"tiliv/renpy-vscode-template","owner":"tiliv","description":"This is a template for Ren'Py projects in VSCode that can call the Ren'Py SDK via Tasks.","archived":false,"fork":false,"pushed_at":"2023-07-11T08:25:17.000Z","size":39,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T10:34:46.319Z","etag":null,"topics":["renpy","template-repository","vscode","vscode-extensionpack","vscode-tasks"],"latest_commit_sha":null,"homepage":"","language":"Ren'Py","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiliv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-07T17:15:09.000Z","updated_at":"2025-08-07T06:20:29.000Z","dependencies_parsed_at":"2024-01-16T18:58:59.375Z","dependency_job_id":"66d5f082-0315-4657-98c8-8b094b9e77e5","html_url":"https://github.com/tiliv/renpy-vscode-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/tiliv/renpy-vscode-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiliv%2Frenpy-vscode-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiliv%2Frenpy-vscode-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiliv%2Frenpy-vscode-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiliv%2Frenpy-vscode-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiliv","download_url":"https://codeload.github.com/tiliv/renpy-vscode-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiliv%2Frenpy-vscode-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["renpy","template-repository","vscode","vscode-extensionpack","vscode-tasks"],"created_at":"2025-04-02T23:35:36.750Z","updated_at":"2026-02-15T19:31:37.412Z","avatar_url":"https://github.com/tiliv.png","language":"Ren'Py","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ren'Py VSCode Project Template\n\nThis template includes VSCode tasks and extensions for developing Ren'Py projects.\n- `bin/renpy`: macOS/linux script for calling Ren'Py SDK `renpy.sh`\n- `bin/renpy.ps1`: Windows script for calling Ren'Py SDK `renpy.exe`\n- `bin/set-origin.sh`: Git setup helper to configure your local folder to sync to a remote host\n- `.vscode/tasks.json`: Tasks for launching Ren'Py SDK commands without opening the Ren'Py launcher.\n  - Set .renpy-sdk file (custom file for remembering your project's SDK path for commands to work)\n  - Run\n  - Lint\n  - Force Recompile\n  - Delete Persistent data\n  - Distribute\n- `.vscode/extensions.json`: Optional extensions that VSCode will offer to install for you\n  - [Ren'Py Language](https://marketplace.visualstudio.com/items?itemName=LuqueDaniel.languague-renpy) for syntax highlighting\n  - [Task Explorer](https://marketplace.visualstudio.com/items?itemName=spmeesseman.vscode-taskexplorer) for an easy clickable list of tasks from `.vscode/tasks.json`\n- `.gitignore`: Git configuration file for ignoring certain file paths and types.\n  - \\*.rpyc/rpymc\n  - log.txt, error.txt, traceback.txt\n\n## Making your own GitHub repository\n\nIf you can run `git` on your command prompt (or powershell, etc), you can use it to synchronize your project to GitHub or other git provider.\n\nIf you don't have `git` or don't want to synchronize your project to a repository, skip to the next section.\n\n1. Create a new repository from our simple template https://github.com/tiliv/renpy-vscode-template/generate.\n   - The repository name you choose will not affect your Ren'Py project name.\n2. Create a Ren'Py project on your computer or locate an existing project.\n3. Open a command prompt in the directory your Ren'Py folder (the folder that contains `game/`).\n4. Run the setup helper with the URL for your repository.  You may see a `.git` suffix on some urls, but you shouldn't include that suffix here.\n```shell\nbin/set-origin.sh 'https://github.com/USERNAME/REPOSITORY_NAME'\ngit push\n```\n\n## Using files directly (no repository)\n1. [Download the template files to your computer](https://github.com/tiliv/renpy-vscode-template/archive/refs/heads/main.zip).\n2. Extract the zip file into an existing Ren'Py **Project**.\n\nNOTE: The zip archive will contain a hidden files like the `.vscode` folder.  If you are struggling to move `.vscode` into your project, open the unzipped folder in VSCode and use the VSCode UI to cut/paste the `.vscode` folder into your Ren'Py **Project** folder.\n\n# Instructions for use\n\nBy default, opening a VSCode project will notify you of \"recommended\" extensions.  VSCode is notifying you that our `.vscode/extensions.json` is present, and allows you install them for you.  We include a task explorer panel and a Ren'Py language highlighter.  Neither is required, but both are useful.\n\nLocate the Task Explorer panel to run your project-specific tasks:\n\n\u003cimg width=\"536\" alt=\"task-explorer\" src=\"https://user-images.githubusercontent.com/618184/113932541-bb318880-97c1-11eb-9e94-d678eb4c665f.png\"\u003e\n\nTo see the tasks without the Task Explorer extension, open VSCode's [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) and search for `Tasks: Run Task`:\n\n\u003cimg width=\"878\" alt=\"tasks\" src=\"https://user-images.githubusercontent.com/618184/113929032-8b808180-97bd-11eb-8e77-5cd00534776a.png\"\u003e\n\nTo use the provided tasks, please first run the task `Ren'Py Setup: Set .renpy-sdk path`.  It will ask for the path to your Ren'Py SDK (where you unzipped it).  The folder name is something like `renpy-7.4.4-sdk`, and should NOT include any trailing slashes at the end.\n- If I keep my SDK in `~/Applications/`, then the path would be `/Users/autumn/Applications/renpy-7.4.4-sdk`\n- If I keep my SDK in `C:\\Program Files\\`, then the path would be `C:\\Program Files\\renpy-7.4.4-sdk`\n\nA file will be created in the root of your workspace called `.renpy-sdk` with the path you entered inside it.  You can re-run the task to update it, or just modify the `.renpy-sdk` file directly.\n\nThe Windows-specific tasks will call on a `bin/renpy.ps1` helper script, while the non-Windows version will call on `bin/renpy`:\n\n\u003cimg width=\"535\" alt=\"all-tasks\" src=\"https://user-images.githubusercontent.com/618184/113933305-6b06f600-97c2-11eb-84f7-f0c344dc23a3.png\"\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiliv%2Frenpy-vscode-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiliv%2Frenpy-vscode-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiliv%2Frenpy-vscode-template/lists"}