Skip to content

Releases: grgar/vscode-dotfiles

v1.1.6

28 Apr 20:43
v1.1.6
9076474
Compare
Choose a tag to compare
  • Fix icon colour for dark mode

v1.1.5

25 Apr 20:57
v1.1.5
5008d8c
Compare
Choose a tag to compare
  • Use category for command

v1.1.4

10 Apr 00:44
v1.1.4
e7f190f
Compare
Choose a tag to compare
  • Show editor for files in settings UI

v1.1.3

03 Apr 22:21
v1.1.3
c4a04a2
Compare
Choose a tag to compare
  • Add create option if file does not exist

    If the file doesn't exist, a warning is displayed. Add a create button to create the file on the warning and proceed.

v1.1.2

30 Mar 19:56
v1.1.2
76512b1
Compare
Choose a tag to compare

v1.1.1

29 Mar 18:28
v1.1.1
b840187
Compare
Choose a tag to compare
  • Fix missing jsonc-parser dependency

  • Fix Makefile shell syntax

v1.1.0

29 Mar 18:16
v1.1.0
26d7c49
Compare
Choose a tag to compare
  • Add code lens for editing files from settings

    Add ability to open editor for file added to dotfiles.files settings using a code lens, to make it faster to update the files in settings.json. Changes made in the editor automatically update the file's content in settings.json if dotfiles.autoUpdate is enabled.

  • Simplify Makefile

v1.0.1

21 Mar 18:48
v1.0.1
8d283fe
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
  • Refactor Configuration to a separate class

v1.0.0

21 Mar 15:49
v1.0.0
ab3743e
Compare
Choose a tag to compare
  • Add example to readme

  • Fix XDG_CONFIG_HOME env var

  • Optionally automatically update dotfiles to and from settings

    Add a new config option to automatically apply files from settings, and to apply changes to the files back to settings.

  • Log files written to output channel

  • Add more links to marketplace listing

    Also use light background for gallery banner

  • Fix Makefile publish target

v0.1.2

20 Mar 07:22
v0.1.2
6e9efbf
Compare
Choose a tag to compare
  • Add icon

  • Link to GitHub for Q&A

  • Add Makefile