website icon indicating copy to clipboard operation
website copied to clipboard

Dependency on Dart not automatically picked up in VS Code

Open RobbSadler opened this issue 1 year ago • 0 comments

Page URL

https://docs.flutter.dev/get-started/install/windows/mobile/

Page source

https://github.com/flutter/website/tree/main/src/content/get-started/install/windows/mobile.md

Describe the problem

In following the instructions on installing Flutter for VS Code, I installed the Flutter VS Code extension and then did a Ctrl-shift-P and did not see the Flutter: New Project come up. I then looked for the Dart extension and found it was not installed even though the flutter docs say it will be. You have to separately install Dart. Once I did that, I was able to Ctrl-Shift-P and find Flutter: New Project. Thanks for the great docs!

Expected fix

No response

Additional context

No response

I would like to fix this problem.

  • [ ] I will try and fix this problem on docs.flutter.dev.

RobbSadler avatar Nov 13 '24 21:11 RobbSadler