{"id":16085101,"url":"https://github.com/ts-defold/defold-vscode-build","last_synced_at":"2025-04-12T19:22:07.999Z","repository":{"id":114468712,"uuid":"410587788","full_name":"ts-defold/defold-vscode-build","owner":"ts-defold","description":"Build, Run \u0026 Package Defold projects from Visual Studio Code","archived":false,"fork":false,"pushed_at":"2021-11-17T13:51:31.000Z","size":1023,"stargazers_count":14,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T13:38:37.194Z","etag":null,"topics":["defold","extension","lua","typescript","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ts-defold.defold-vscode-build","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/ts-defold.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-09-26T15:23:08.000Z","updated_at":"2024-08-10T16:01:08.000Z","dependencies_parsed_at":"2023-06-08T06:30:44.572Z","dependency_job_id":null,"html_url":"https://github.com/ts-defold/defold-vscode-build","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ts-defold%2Fdefold-vscode-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ts-defold%2Fdefold-vscode-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ts-defold%2Fdefold-vscode-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ts-defold%2Fdefold-vscode-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ts-defold","download_url":"https://codeload.github.com/ts-defold/defold-vscode-build/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618764,"owners_count":21134292,"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":["defold","extension","lua","typescript","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-10-09T13:01:50.653Z","updated_at":"2025-04-12T19:22:07.976Z","avatar_url":"https://github.com/ts-defold.png","language":"TypeScript","funding_links":[],"categories":["Tools"],"sub_categories":["Code Editor"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/header.png\" alt=\"VS Code X Defold\"\u003e\n\u003c/p\u003e\n\n# Defold Build Tools\n\u003ca href=\"https://discord.gg/eukcq5m\"\u003e\u003cimg alt=\"Chat with us!\" src=\"https://img.shields.io/discord/766898804896038942.svg?colorB=7581dc\u0026logo=discord\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003e Build, Run \u0026 Package Defold projects from Visual Studio Code\n\n## Features\n- `build`, `bundle`, `resolve`, `clean`, and `run`\n- problemMatchers for task output\n- colorized console output for enhanced readability\n- sourcemap support for sourcemaps emitted from [TSTL](https://github.com/TypeScriptToLua/TypeScriptToLua)\n\n## Requirements\n\nInstall the Defold editor and configure the `defold.editorPath` setting to point to the installation location of the editor.\n\n## Quick Start\n\nOpen the command pallette with `⌘ + shift + p` or `ctrl + shift + p`\n\n`\u003e Tasks: Run Task` - Then selecting `defold`, followed by  `build`, `bundle`, `resolve`, `clean`, or `run` will execute the single task with the default task configuration.\n\n`\u003e Tasks: Configure Default Build Task` - Then selecting `defold`, followed by `build`, `bundle`, `resolve`, `clean`, or `run` will create or update a tasks.json file where you can provide further customization to the task. This will also bind the default task to the build hotkey `⌘ + shift + b` or `ctrl + shift + b`\n\nYou can always fully define your own tasks using any of the tasks that the `defold` task provider provides.\n\n```json\n{\n  \"type\": \"defold\",\n  \"label\": \"build\",\n  \"detail\": \"Build the defold game project\",\n  \"action\": \"build\",\n  \"configuration\": \"debug\",\n  \"platform\": \"current\",\n  \"group\": {\n    \"kind\": \"build\",\n    \"isDefault\": true\n  },\n  \"presentation\": {\n    \"echo\": true,\n    \"reveal\": \"always\",\n    \"focus\": true,\n    \"panel\": \"dedicated\",\n    \"showReuseMessage\": false,\n    \"clear\": false\n  },\n  \"problemMatcher\": [\n    \"$defold-build\"\n  ],\n  \"dependsOn\": [\n    \"compile\"\n  ],\n}\n```\n\n## Extension Settings\n\n#### Defold\n\n* `defold.editorPath`: Path to the Defold Editor, will attempt to infer path if this is not set\n\n#### Build\n\n* `defold.build.email`: Email address for Bob to use when logging in\n* `defold.build.auth`: Auth token for Bob to use when logging in\n* `defold.build.textureCompression`: Use texture compression as specified in texture profiles\n* `defold.build.withSymbols`: Use symbols when building the project\n\n#### Bundle\n\n* `defold.bundle.liveUpdate`: Should LiveUpdate content be published\n\n#### iOS\n\n* `defold.bundle.ios.identity`: The name of the iOS signing identity to use when building the project\n* `defold.bundle.ios.mobileProvisioningProfilePath`: The path to the mobile provisioning profile to use when building the project\n\n#### Android\n\n* `defold.bundle.android.keystore`: The path to the Android keystore to use when building the project\n* `defold.bundle.android.keystorePass`: The password for the Android keystore to use when building the project\n* `defold.bundle.android.keystoreAlias`: The alias for the Android keystore to use when building the project\n* `defold.bundle.android.bundleFormat`: The Android bundle format to use when building the project\n\n## Release Notes\n\n### 0.1.6 - 2021-11-17\n- Fixes bug with custom task resolution\n\n### 0.1.5 - 2021-10-15\n- Better editor path resolution\n- Copy dmEngine from local build before attempting to resolve from Editor package\n- Handle spaces in paths more gracefully\n- More diagnostics and error handling\n\n### 0.1.4 - 2021-10-6\n- Update problem matcher to catch native extension errors from build\n\n### 0.1.3 - 2021-10-6\n- Fix run task bug on Windows when project uses native extensions\n\n### 0.1.2 - 2021-10-6\n- Fix run task on Windows\n\n### 0.1.1 - 2021-10-05\n- Notifications to remind you to configure the extensions in settings\n- Better Default task provider defaults\n\n### 0.1.0 - 2021-10-05\n- Initial release\n\n\u003cp align=\"center\" class=\"h4\"\u003e\n  TypeScript ❤️ Defold\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fts-defold%2Fdefold-vscode-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fts-defold%2Fdefold-vscode-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fts-defold%2Fdefold-vscode-build/lists"}