You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser support, fix definitions, new emmet! (#49)
- fix: fix `findNodeAtPosition` that it was always looking for a node one char behind. To restore old behavior, use `offset: offset - 1` in first arg. Also fix that it now receives data in the first arg.
- Meet new strict emmet! `jsxEmmet.type` setting was removed in favor of two new settings: `jsxEmmet` and `jsxPseudoEmmet` (which is disabled by default now)
- Meet web support! New web-only feature: now it is possible to click on `import` paths!
- fix array method snippets in some cases
- add experimental declare missing property *codefix*. It will be most probably removed from here :D
0 commit comments