This commit is contained in:
Ivan Jobs 2020-05-19 10:11:02 +08:00
Родитель 886f21fb04
Коммит 979fc8b663
2 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -1,9 +1,13 @@
# Change Log
All notable changes to the "iot-pnp" extension will be documented in this file.
All notable changes to the "vscode-dtdl" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## Version 0.1.0
## [Unreleased]
- Release date: May 19, 2020
- Initial release
### Added
- Syntax validation.
- Intellisense to help you with the language syntax (including auto-completion).
- Create interfaces from the command palette.

Просмотреть файл

@ -2,7 +2,7 @@
"name": "vscode-dtdl",
"displayName": "DTDL",
"description": "This extension provides syntax highlighting to read and edit JSON documents using the Digital Twins Definition Language",
"version": "0.1.0-rc2",
"version": "0.1.0",
"publisher": "vsciot-vscode",
"preview": true,
"aiKey": "[AIKEY PLACEHOLDER]",