vscode-yaml-plus-json

Vscode extension making conversion between yaml and json fast and simple

MIT License

Stars
23
Committers
2

Bot releases are hidden (Show)

vscode-yaml-plus-json - v1.12.2 Latest Release

Published by hilleer about 1 year ago

What's Changed

Full Changelog: https://github.com/hilleer/vscode-yaml-plus-json/compare/v1.12.1...v1.12.2

vscode-yaml-plus-json - v1.12.1

Published by hilleer over 1 year ago

What's Changed

Full Changelog: https://github.com/hilleer/vscode-yaml-plus-json/compare/v1.12.0...v1.12.1

vscode-yaml-plus-json - v1.12.0

Published by hilleer over 1 year ago

What's Changed

Full Changelog: https://github.com/hilleer/vscode-yaml-plus-json/compare/v1.9.2...v1.12.0

vscode-yaml-plus-json -

Published by hilleer about 2 years ago

Changed

  • Remove information message after successfully doing revert of converted files

Added

  • Additional extension activation events

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 2 years ago

Added

vscode-yaml-plus-json -

Published by hilleer almost 3 years ago

changes

  • remove null default from keepOriginalFiles config
vscode-yaml-plus-json -

Published by hilleer almost 3 years ago

Fixes

  • npm audit to fix security concerns with dependencies
vscode-yaml-plus-json -

Published by hilleer almost 3 years ago

Changes

  • feature: keep original files on conversion, based on configuration; ask to be asked to keep original files and always to always keep original files.

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 3 years ago

Fixed

  • extension not being activated when workspace don't contain any .json or .y(a)ml file(s)

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 3 years ago

Added

  • Configurable filename extensions:
    • yaml can be .yaml or .yml
    • json can be json

jsonc might be supported at a later point if requested as the extension should also support converting from jsonc then.

Changed

  • Default configurations correction for yamlIndent (no affect on usage)

Pull requests

vscode-yaml-plus-json -

Published by hilleer almost 4 years ago

[1.6.0] 2020-12-10

Changed

  • Old configurations keys has been marked as deprecated
  • New configurations keys are grouped in an object yaml-plus-json.

Added

Pull requests

vscode-yaml-plus-json -

Published by hilleer almost 4 years ago

Added

  • Revert files converted. After converting one or multiple files (using features that includes right click on file(s)), a prompt will be shown allowing to revert. Reverting will include YAML comments.

Pull requests

vscode-yaml-plus-json -

Published by hilleer about 4 years ago

Fixes

  • Update readme
vscode-yaml-plus-json -

Published by hilleer about 4 years ago

Added

  • Configure the amount of spaces used for indentation when converting to YAML.

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 4 years ago

Fixes

  • Converting multiple files on windows.

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 4 years ago

Changes

  • Now hidding commands from command pallette related to multi file conversion:
    • Convert YAML files to JSON
    • Convert JSON files to YAML
    • Convert selected files to YAML
    • Convert selected files to JSON

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 4 years ago

Changes

  • Convert a range of selected items from JSON to YAML and vice versa.

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 4 years ago

Changes

  • Folder conversion context menus only shown if selected resources is a folder.

Pull requests

https://github.com/hilleer/vscode-yaml-plus-json/pull/11

vscode-yaml-plus-json -

Published by hilleer over 4 years ago

Changes

  • Added new feature to convert YAML files in directory to JSON and vice versa. See README for for details.

Pull requests

vscode-yaml-plus-json -

Published by hilleer over 4 years ago

  • Yaml Plus Json configurations
    • yaml-plus-json.convertOnRename - disable/enable automatic conversion on file rename. Defaults to true.