英文:
How can I enable the Flutter Run/Debug toolbar in VS Code?
问题
如何在VS Code中启用上面的工具包?我已经安装了Flutter和Dart扩展,但这个工具包没有出现。我甚至不知道它的正确名称,所以谷歌也没有提供帮助。我最近从Android Studio切换到VS Code,因为某些原因,所以需要帮助,谢谢。
英文:
How to enable the above toolkit in VS Code? I have already installed Flutter and Dart extensions, but this isn't appearing. I dont even know it's proper name so Google isn't being of any help. I recently switched from Android Studio to VS Code because of some reasons, and so need help here, Thanks.
答案1
得分: 3
Goto Run >> choose Run without debugging >> and so now you have it.
英文:
Ok so I have figured it out,
Goto Run >> choose Run without debugging >> and so now you have it.
答案2
得分: 2
打开设置 -> 输入"工具栏位置" -> 设置为"浮动"
也请注意,如果您实际上没有在设备上运行或处于调试模式,此栏不会出现。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论