Michael Thomsen

Results 285 comments of Michael Thomsen

Steps 1 and 2 completed.

Step 3 CL: https://codereview.chromium.org/2165663002

CC @sgjesse We observed this issue on several developer machines at the IO codelab.

Some thoughts: I think this is an architectural issue with the way our Atom plugins are structured: It looks like the dartlang plugin is both: 1. a concrete plugin for...

I just reproed again using the exact steps above on a clean ubuntu install. I got this dart version: ``` Dart VM version: 1.16.1 (Thu May 26 01:07:47 2016) on...

@danrubel were you able to repro also?

No, I don't. I only have what the instructions show above, which are run on a clean linux box. I just tried again with dart 1.17.1-1 and atom 1.8.0 and...

The full config.cson file from the VM: ``` user@vm:~/.atom$ cat config.cson "*": _dartlang: _errorsInitialized: true _firstRun: true _version: "0.6.32" "autocomplete-plus": autoActivationDelay: 500 core: followSymlinks: false dartino: sdkPath: "/home/user/dartino-sdk" dartlang: sdkLocation:...

@danrubel are you working on UI that actually asks the user what type of app they want to create?