Skip to content

Releases: zardoy/vscode-experiments

v0.0.90

14 Sep 06:05
Compare
Choose a tag to compare

New Features

  • new feature! autoIndentEmptyLine go to setting and enable it!! 90cd4ca
  • openGithubEnvTerminal command 3fff3e6

Bug Fixes

  • add title for git commands 67dbf32

v0.0.89

12 Sep 11:13
60cdd60
Compare
Choose a tag to compare

Bug Fixes

  • skip counting tabs without uri (#26)

v0.0.88

11 Sep 10:36
Compare
Choose a tag to compare

New Features

  • signature completions: leave more space for ts suggestions when arg name is the same as current word (exclude uneeded suggestion) 46175cc

v0.0.87

10 Sep 18:39
Compare
Choose a tag to compare

Bug Fixes

  • f9x gitRevertFiles command 292ef30

v0.0.86

10 Sep 17:03
15c367f
Compare
Choose a tag to compare

Bug Fixes

  • hide number in explorer for closed tab (#22)
    Co-authored-by: Ilya Golovin @ILScc 15c367f

v0.0.85

09 Sep 05:18
Compare
Choose a tag to compare

New Features

  • git stage/unstage/revert files from quickPick! 2ac282d
  • completions in key/mac keybindigns 75ab325

Bug Fixes

  • git next/prev change command 49783ac

v0.0.84

08 Sep 20:42
Compare
Choose a tag to compare

New Features

  • Now auto escaping " in JSON (autoEscapeJson) disableable 7e9e428

v0.0.83

07 Sep 20:20
Compare
Choose a tag to compare

New Features

  • completionsKindPlayground da94973
  • add keybindings.command & configuration.default completions! 518d2da
  • toggleExtHostOutput command to open extension log ad2f531

Bug Fixes

  • suggestDefaultImportName: use correct order 444abdf

v0.0.82

07 Sep 15:43
Compare
Choose a tag to compare

New Features

  • signatureCompletion: now placeholder snippets is opt-in feature b82d99c

v0.0.81

07 Sep 09:23
Compare
Choose a tag to compare

Bug Fixes

  • allow return type in command d0f42f1