{"id":22742270,"url":"https://github.com/michaelhartung/vscode-fmod-js","last_synced_at":"2025-06-18T19:32:05.527Z","repository":{"id":231777587,"uuid":"781698399","full_name":"michaelhartung/vscode-fmod-js","owner":"michaelhartung","description":"VSCode extension for JS remote execution in FMOD Studio","archived":false,"fork":false,"pushed_at":"2024-04-04T22:11:56.000Z","size":5819,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T06:38:44.699Z","etag":null,"topics":["fmod","fmod-api","fmod-studio"],"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/michaelhartung.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-04-03T21:45:48.000Z","updated_at":"2025-01-20T00:39:39.000Z","dependencies_parsed_at":"2024-04-05T22:23:05.258Z","dependency_job_id":"feb4567a-818d-4fd9-81da-bd0d441cf954","html_url":"https://github.com/michaelhartung/vscode-fmod-js","commit_stats":null,"previous_names":["michaelhartung/vscode-fmod-js"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhartung%2Fvscode-fmod-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhartung%2Fvscode-fmod-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhartung%2Fvscode-fmod-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelhartung%2Fvscode-fmod-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelhartung","download_url":"https://codeload.github.com/michaelhartung/vscode-fmod-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246274544,"owners_count":20751098,"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":["fmod","fmod-api","fmod-studio"],"created_at":"2024-12-11T00:35:42.624Z","updated_at":"2025-03-30T04:21:40.616Z","avatar_url":"https://github.com/michaelhartung.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fmod-vscode-js\n\nIs a [Visual Studio Code](https://code.visualstudio.com/) extension that allows\nto execute javascript in a [FMOD Studio](https://fmod.com) project via the \n[FMOD Scripting API](https://www.fmod.com/docs/2.01/studio/scripting-api-reference.html) \nover TCP/IP.\n\n## Installation\n\nTo install the extension download the `.vsix` file of latest release and install\nit manually from a terminal using:\n\n```\ncode --install-extension vscode-fmod-js-\u003cversion\u003e.vsix\n```\n\n**Note:** For the time being I don't intend to distribute this extension via the\nVSCode marketplace as I don't know what this entails in terms of costs.\n\n## Usage\n\nRunning `FMOD: Attach` will attempt to attach to an open FMOD Studio project\nusing the `host` configured in the settings which defaults to `127.0.0.1`.\n\nOn success, an output window is opened for the open connection and a\nnotification is displayed (in case no notification is shown, check your\nnotication settings).\n\nRunning `FMOD: Run` or pressing `CTRL+Enter` will send the current text\nbuffer/file to the FMOD Studio project to execute. \n\nIf a text selection exists, only the selection is sent.\n\n**Note**: The extension checks if the file language is set to `javascript` and \ndoes not sent anything to FMOD if that's not the case.\n\nThe result will be displayed in the `FMOD JS` output window.\n\n`FMOD: Detach` will close the remote connection.\n\n![demo](./media/demo/vscode-fmod-js_demo.gif)\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n### `fmod-js.remote.host`\n\nThe host to connect to. Defaults to `localhost`.\n\n**Note**: I have **not tested** remote connections on local networks, in *theory\nshould work*™.\n\n## Contributing\n\nThis project welcomes contributions.\n\n## License\n\nThis project is licensed under a [MIT license](https://mit-license.org/), see\n[LICENSE.md](LICENSE.md).\n\nCopyright of the FMOD icon belongs to Firelight Technologies Pty Ltd.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelhartung%2Fvscode-fmod-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelhartung%2Fvscode-fmod-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelhartung%2Fvscode-fmod-js/lists"}