Skip to content

Releases: grgar/vscode-dotfiles

v1.1.8

22 Nov 16:14
v1.1.8
a627df1

Choose a tag to compare

  • Release dependabot updates

  • Bump glob in the npm_and_yarn group across 1 directory

  • Bump js-yaml in the npm_and_yarn group across 1 directory

v1.1.7

18 Mar 19:22
v1.1.7
76eb1c3

Choose a tag to compare

  • Release dependabot updates

  • Bump braces in the npm_and_yarn group across 1 directory

  • Bump the npm_and_yarn group across 1 directory with 2 updates

v1.1.6

28 Apr 20:43
v1.1.6
9076474

Choose a tag to compare

  • Fix icon colour for dark mode

v1.1.5

25 Apr 20:57
v1.1.5
5008d8c

Choose a tag to compare

  • Use category for command

v1.1.4

10 Apr 00:44
v1.1.4
e7f190f

Choose a tag to compare

  • Show editor for files in settings UI

v1.1.3

03 Apr 22:21
v1.1.3
c4a04a2

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

Choose a tag to compare

v1.1.1

29 Mar 18:28
v1.1.1
b840187

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

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

Choose a tag to compare

v1.0.1 Pre-release
Pre-release
  • Refactor Configuration to a separate class