skip to Main Content

Previously, I was programming a mobile application using Flutter, and the Visual Studio Code was working and everything was fine. Then I left programming for a period of time, and when I open Visual Studio Code, I found it does not support my code .

After I opened the vs code, I found that it does not support my code and I cannot operate the virtual Android device

2

Answers


  1. Just quit Visual Studio and reopen it.
    Or change dependency to reload

    Login or Signup to reply.
  2. Have you checked the Flutter and Dart extension from VS Code, it might have been disabled

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search