-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking for a maintainer #244
Comments
It's unfortunate, but this extension has become almost unusable. Debugging with VS Code was nice while it lasted. |
I have tried this extension with Godot 4.0 and at least some basic functions work, like running current project (like F5 in Godot) and watching console output in vscode console. Had to look at Godot's source code to find new port number (6005). Also there is an issue that F5 causes disconnect from language server. Htre is some code which shows how to fix it (new param "name" in open_workspace_with_editor): modified out/godot-tools.js (it's easier to modify the generated godot-tools.js and then reload vscode window, skipping compilation of godot-tools.ts)
|
I'm willing to adopt this project if you guys are still looking for a maintainer. |
We are still looking for a maintainer, but you need to be an existing contributor to the plugin already. We can only add someone we trust as a maintainer 🙂 |
Yes, I know that. I submitted a PR last night, and I've got about 5 more on the way. If there's nobody available to review these PRs so I can actually become a contributor, then I guess I'll just publish and maintain my own fork. I'm going to fix this extension either way. |
Indeed, I think this can be closed now. Thanks @DaelonSuzuka for their continued contributions on the extension 🙂 |
The original maintainer of this add-on (@Geequlim) no longer has time to dedicate to this extension's maintenance. As you can see in this repository's issue tracker, bugs have been piling up and it seems nobody knows how to fix them.
We would like to find a new maintainer, but none of the Godot core developers have experience maintaining Visual Studio Code extensions. This requires TypeScript programming knowledge. On top of that, the maintainer should ideally also have C++ knowledge to fix bugs and improve the language server on the editor side (but this is not required).
If you're interested in becoming a maintainer, open a few pull requests to fix the existing bugs and we can consider giving you write access to this repository.
The text was updated successfully, but these errors were encountered: