简体   繁体   English

Flutter 和深色扩展未在 Visual Studio Code 中显示

[英]Flutter and Dark extensions not showing in Visual Studio Code

I am trying to learn how to use Flutter and am using Visual Studio Code.我正在尝试学习如何使用 Flutter 并且正在使用 Visual Studio Code。 When in Visual Studio Code and with a project selected, I try to: run > run without debugging .在 Visual Studio Code 中并选择项目时,我尝试: run > run without debugging I am then supposed to see a list of my installed extensions to choose between - something like this:然后我应该看到我已安装的扩展列表以供选择 - 如下所示:

在此处输入图像描述

but instead I see:但相反,我看到:

在此处输入图像描述

as if there are no extensions installed.好像没有安装扩展一样。 However you can see:但是你可以看到:

在此处输入图像描述

that I do have Flutter and Dart extensions installed.我确实安装了 Flutter 和 Dart 扩展。

So I'm trying to figure out why my extensions are not showing.所以我想弄清楚为什么我的扩展没有显示。 Any help gratefully received!任何帮助都感激不尽!

I am using Ubuntu 18.04.我正在使用 Ubuntu 18.04。

You need to open main.dart or any other dart file .您需要打开main.dart或任何其他dart 文件 Then do run without debugging .然后run without debugging

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM