Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.35 KB

File metadata and controls

50 lines (30 loc) · 1.35 KB

Changelog

All notable changes to the FkNode extension will be documented in this file.

[0.0.9]

  • Updated settings and autocomplete to match V5.2.2.
  • Fixed the extension lacking activation events.
  • Fixed the extension not checking if you're in a workspace or not.
  • Fixed commit running even if a commit message isn't provided.

[0.0.8]

  • Updated settings and autocomplete to match V5.2.0.
  • Fixed autocomplete not detecting nested fknode.yaml files.

[0.0.7]

  • Updated autocomplete to match V5.
  • Made setting changer more complete. It still doesn't show all settings though.
  • Fixed output of commands not being escaped, showing weird characters meant for the CLI.

[0.0.6]

  • Fixed one autocomplete not matching the setting its associated to.

[0.0.5]

  • Fixed the schema for fknode.yaml autocomplete not working properly.
  • Improved descriptions of autocomplete items.

[0.0.4]

  • Make all necessary fixes for the extension to support FuckingNode V4.

[0.0.3]

  • Add missing properties from fknode.yaml for v3.2.0 autocomplete.
  • Add the ability to make commits from the Command Palette.

[0.0.2]

  • Add the ability to launch the help menu from the Command Palette.

  • Fix an error with fknode.yaml's schema (a placeholder being used for whatever reason).

  • Fix audit not running from the Command Palette.

[0.0.1]

  • Initial release