File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### Master
22
3+ * Adds the status indicator (spinner) to the statusbar which appears when flow is
4+ type checking, so that users can tell if everything type checked or if flow is
5+ just not finished yet. Indicator can be disabled by setting ` flow.showStatus ` to
6+ ` false ` . - [ @gozala ] [ ] [ #85 ] ( https://github.com/flowtype/flow-for-vscode/pull/85 )
7+ * Type checks code as you type. Only unsaved changes in an active document are
8+ considered (other unsaved documents are type checked by content on the disk).
9+ This feature can be disabled by setting ` flow.runOnEdit ` to ` false ` - [ @gozala ] [ ]
10+ [ #87 ] ( https://github.com/flowtype/flow-for-vscode/pull/87 )
11+ * Adds the [ flowtype.org/try] ( http://flowtype.org/try/ ) like functionality to allow
12+ sketching, without setting up a project. Unsaved documents (ones created by
13+ ` Files: New Untitled File ` command) in ` javascript ` / ` javascriptreact ` mode and
14+ [ ` @flow ` pragma] ( https://flowtype.org/docs/new-project.html#typechecking-your-files )
15+ will be typechecked as you type (assuming ` flow.runOnEdit ` is set to ` true ` ). Please
16+ note that once file is saved, unless it's under project with ` .flowconfig ` it will
17+ no longer be type checked un further edits. - [ @gozala ]
18+ [ #88 ] ( https://github.com/flowtype/flow-for-vscode/pull/88 )
19+
320### 0.5.0
421
522* Uses the absolute path to the ` where ` command provided by Windows - JPanneel #69
1835 is hidden behind a user setting of ` useNPMPackagedFlow ` which needs to be set to ` true `
1936 for it to work. - orta #53
2037* Show flow errors that start at line 0 - orta #54
38+
39+ [ @gozala ] :https://github.com/Gozala
You can’t perform that action at this time.
0 commit comments