Seth Feldkamp
Seth Feldkamp
OSX 10.13.3 Node v8.11.3
@jsmecham tree-view uses a simple `escape` keybinding to return focus to the workspace (panes) area. https://github.com/atom/tree-view/issues/1113 That would be really nice to have in this package.
@lmajano No worries. I've been in Node land all this time anyway. I've got some more CF stacked up in my future though.
I would like to add that this probably should intercept the save event, instead of running after the save event occurs. That's because file watchers like TestBox might be waiting...
Supporting variables in the extension might be the best way, if the path is under the workspace root. https://code.visualstudio.com/docs/editor/variables-reference#_is-variable-substitution-supported-in-user-and-workspace-settings
I would like to see a static method added as a proxy to calling the constructor. This would ease testing by providing a method that can be easily mocked. Perhaps......
It is indeed. I've given it some more thought and I don't think it would help me with testing anyway since date-utils extends the global Date object. As far as...