vscode两个开发人员如何在自己的PC上编译代码?

发布于 2025-02-06 18:08:29 字数 140 浏览 1 评论 0原文

我正在使用VSCODE与我的朋友一起制作Java游戏。我们正在使用java.awt库。我们正在使用实时共享,以便我们都可以在代码上工作,但是当我们编译游戏窗口时,只会出现给我(主机)而不是他。我们如何一起研究这个游戏?

如果尚不清楚我要问什么,请询问。

I'm using VSCode to make a Java game with my friend. We are using the java.awt libraries. We are using live share so we can both work on the code, but when we compile the game window only shows up for me (the host) and not him. How do we go about working on this game together?

If it's not clear what I'm asking, please ask.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葮薆情 2025-02-13 18:08:29

我建议您看Github。
您可以将代码从VSCODE上传到GitHub上的存储库,您和您的朋友都可以访问。
这是一个版本的控制系统,因此您都可以单独工作而不必担心覆盖彼此的工作。\ github和VSC都有很多好的教程可以让您入门。

I'd suggest looking into GitHub.
You can upload your code from VSCode to a repository on GitHub that you and your friend can both access.
It's a version control system, so you can both work separately without worrying about overwriting each other's work.\GitHub and VSC both have lots of good tutorials to get you started.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文