Skip to content

Releases: zardoy/vscode-experiments

v0.0.69

24 Jul 13:49
Compare
Choose a tag to compare

Bug Fixes

  • always show quick fix to add vscode import b505ea6

v0.0.68

23 Jul 19:45
571afe2
Compare
Choose a tag to compare

New Features

  • copyVariableName: add ability to copy css class name (#13)

v0.0.67

10 Jul 17:12
Compare
Choose a tag to compare

Bug Fixes

  • expand-tag: remove space if appliable before tag da3492f

v0.0.66

01 Jul 20:50
5ad99a3
Compare
Choose a tag to compare

New Features

  • stricter type decorations (#11)
  • fix: only show decoration if selection is empty
  • now decorations showing only in case if there is no existing value
  • new settings to filter out some decoration values
  • disable after const or let 5ad99a3

v0.0.65

30 Jun 19:33
d1c23d3
Compare
Choose a tag to compare

New Features

  • auto expand tag + command (#12)

v0.0.64

29 Jun 12:28
33ae056
Compare
Choose a tag to compare

Bug Fixes

  • type-decorations: disable in style blocks (#7)
  • extension crash on empty changes 2a314f4
  • make autoRemoveSemicolon disableable 2a314f4

v0.0.63

20 Jun 03:24
Compare
Choose a tag to compare

New Features

  • copyVariableName: allow to copy first destructured or imported variable (#9)

v0.0.62

18 Jun 08:54
Compare
Choose a tag to compare

New Features

  • new rename provider for console.time labels 8d86ca0

v0.0.61

08 Jun 23:14
Compare
Choose a tag to compare

New Features

  • add dev command for printing uri of active document 7af68e0

v0.0.60

07 Jun 14:55
4679624
Compare
Choose a tag to compare

New Features

  • auto remove semicolon (#6)