Guillermo López-Anglada
Guillermo López-Anglada
ST has a bug where the `.on_modified(view)` event handler will be passed the wrong `view` if: - the same file is opened in multiple views (using multiple panes) - one...
The now cause the response handling code to raise errors.
It was removed for some reason I forget, but the atom plugin has it and it can certainly simplify setup for many users.
``` dart // Copyright (c) 2015, . All rights reserved. Use of this source code // is governed by a BSD-style license that can be found in the LICENSE file....
We have to kill observatory + pub serve process we've started. Related #281
Filter out the autocomplete list, etc. when sending requests.