Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置用 Dart 编写的 Web 应用程序的启动,就像在 Atom 中的 WebStorm 一样?
在 Atom 中,他尝试运行自己的 Dart 脚本而不是 index.html
启动存储在文件夹中的配置.atom/launches。
.atom/launches
例如。控制台(cli)配置:
type: cli path: test\test.dart cli: args: cwd: checked: true debug: true
Web 脚本 ( type: web) 的启动尚未实现。
type: web
dartlang/lib/launch/launch_web.dart lib/plugin.dart