Guillermo López-Anglada
Guillermo López-Anglada
Similar: no such context .regex..dart in Packages/Dart/Dart.tmLanguage However, that context doesn't seem to be used by any of the plugin's files. (Tried a global search within ST.)
Thanks! Is the plugin completely broken (i. e., no squiggly lines for errors, etc.)?
BTW, was this before restarting ST? Restarting is required.
Thanks for reporting! I think the problem is that Dart currently has multiple types of comments. In fact, `///` signal doc comments, not comments, so I don't really think they...
This seems to be fixed now, but let's keep this open until we can verify the fix.
It rather seems that `localName` isn't returned for the top-level `html` element. ``` dart // Copyright (c) 2015, . All rights reserved. Use of this source code // is governed...
I think I meant we also need to stop `dart` when we're running a script through the observatory (not a web app). In that case, it seems the VM is...
Note: This also includes any user-started scripts via F7, etc.
Very useful, but we should be able to enable it only for Dart autocomplete lists. That doesn't appear to be possible at the moment.
Thanks for the report! Please run Dart: Check Configuration from the command palette and post the results.