VSCode doesn't do a hot reload after code being saved. I had both flutter and vscode upgraded. vscode version 1.32.1 05f146c7a8f7f78e80261aa3b2a2e642586f9eb3 x64 Flutter Doctor [√] Flutter (Channel master, v1.3.9-pre.20, on Microsoft Win...
当从vscode运行你的应用程序时,确保你看到“Debug My Code + Packages”+ sdk(可选)。如果没有,...
当从vscode运行你的应用程序时,确保你看到“Debug My Code + Packages”+ sdk(可选)。如果没有,...
Steps to Reproduce Open VSCode or Android Studio and load up flutter create-type project Run your code using Debug iOS Simulator and Android Simulator both show white screen, and unable to hot reload (button is disabled) It seems as thou...
I recently installed VSCode on a new Mac and this shortcut to format code in VSCode was not formatting the code but instead entering a weird character̰ I tried many things to fix this issue by tweaking the shortcut preferences but nothing worked. Finally I found the solution to this issu...
Rename symbol (shortcut key F2) in my flutter projects is really slow. Not sure if flutter is relevant of if this is a general dart problem. I think it is a dart problem so I'm posting here. When I have syntax/build errors I find it common that rename never finishes, the "infinite...
I simply used ADB/Flutter as an example of a use case for the requested feature. While I appreciate the steps you've outlined in your comment might be useful for some, I'm not sure that this is the right place for it as it could confuse users who are coming here trying to get ...
@bpasero@amp343is right, multi-root workspaces are great, but they only really solve problems to do with having related projects, not so much version control/different developers working on a repo - or tasks/launch.json. One approach that would solve for almost all use cases would be to ...