From 122849eb92fc644720bf89d456d1bee506c01216 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 12 Feb 2018 06:32:28 -0800 Subject: [PATCH] Add Atom IDE focus items --- docs/focus/2018-02-12.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/focus/2018-02-12.md b/docs/focus/2018-02-12.md index dedf3d6ad..63bdb7953 100644 --- a/docs/focus/2018-02-12.md +++ b/docs/focus/2018-02-12.md @@ -1,6 +1,7 @@ ## Highlights from the past week - Atom IDE + - Started conversion of atom-languageclient to TypeScript [atom/atom-languageclient#175](https://github.com/atom/atom-languageclient/pull/175) - @atom/watcher - Report events related to [symlinks](https://github.com/atom/watcher/pull/111) and [test for symlink-related edge cases.](https://github.com/atom/watcher/pull/114) - Produce filesystem events with a [consistent parent path](https://github.com/atom/watcher/pull/113) to the one used to create a watcher, even if the watcher was created with a a path containing symlinks. @@ -18,6 +19,9 @@ ## Focus for week ahead - Atom IDE + - Finish conversion of atom-languageclient to TypeScript [atom/atom-languageclient#175](https://github.com/atom/atom-languageclient/pull/175) + - Contribute TypeScript type definitions for Atom IDE to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) + - Contribute missing TypeScript type defintions for Atom to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/atom) - @atom/watcher - Complete [the testing matrix](https://github.com/atom/atom/pull/16124) on Linux and Windows. - :shipit: Merge [@atom/watcher support]((https://github.com/atom/atom/pull/16124)) into Atom _(as a non-default `PathWatcher` backend)_. :shipit: