This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
Releases: Togusa09/vscode-tmlanguage
Releases · Togusa09/vscode-tmlanguage
Release v0.8.5
- Fix source language detection and file path (linux) (from PR by @tgrospic)
- Updated required VSCode version to 1.19.0
- Updated npm packages to latest version
Release v0.8.4
- Added setting to control whether overwrite existing files when converting, or create a new one. Defaults to overwriting existing files
Release v0.8.2
Improvements to error handling and language files from @ar-shao and @Gama11
Release v0.8.1
- Appends a number to the end of the new filename if a file is found with the desired name
Release v0.8.0
- Updates dependencies to fix incompatibility with the newer extension api
Release v0.7.1
Version numbering has shifted a place to the left, so that I can number bugfix releases in between actual feature releases. Thanks to those that have submitted bugs.
- Fixed destination file name generation when converting files (Issue #2)
- Files are now generated in the same director as the source file, not the solution root.
Release v0.0.7
- Added support for dealing with file name collision when converting files
- Comment line at the start of a file is now ignored when performing conversion
Release v0.0.6
- Fixed type converter commands not being registered
Release v0.0.5
- Changed target engine version to VSCode 1.0.0
- Fixed conversion to YAML-tmlanguage
- Added completion for tag names after '#' in JSON-tmlLanguage files
- Added UUID format validation in JSON-tmLanguage files
Release v0.0.4
- Added commands for converting between PLIST/YAML/JSON tmLanguage files