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.
我希望能够在每次启动的基础上执行此操作,而不必在 Tools->Preferences 中设置全局包根。这可能吗?
我在 Dartium 启动配置中看到一个“参数”选项,但这似乎是将参数传递给浏览器,而不是嵌入式 VM?
目前,编辑器不支持在每次启动时为 Dartium 启动设置包根。Dartium 在环境变量 DART_PACKAGE_ROOT 中查找包根的值,它不会作为参数传入。