vscode to TOMLThis extension converts files to toml (if possible). Currently supported source file formats:
ExampleIf you currently have a file open that contains for example yaml, you can hit It will turn a file like this:
into
Please make sure to do this with version controlled files as part of planned refactors as it will replace the content of your current file. Download:UsageHit CreditsEven though misguided in the adoption of yaml, my colleague @hilleer has created a plugin for converting between yaml and json, which made the development of this extension way easier: hilleer/vscode-yaml-plus-json |