mirror of
https://github.com/OlivierGuinart/Merlin32ForVSCode.git
synced 2024-11-26 10:49:18 +00:00
Changed version from 0.0.1 to 1.0.0 and added *.vsix to .gitignore
This commit is contained in:
parent
b8cff23e38
commit
f26f4128fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
out
|
out
|
||||||
server
|
server
|
||||||
node_modules
|
node_modules
|
||||||
|
*.vsix
|
@ -1,7 +1,7 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to the "merlin32" extension will be documented in this file.
|
All notable changes to the "merlin32" extension will be documented in this file.
|
||||||
|
|
||||||
## [1.0] - 2017-09-24
|
## [1.0.0] - 2017-09-24
|
||||||
- Initial release
|
- Initial release
|
||||||
- syntax coloring, auto-completion, tooltips on hover
|
- syntax coloring, auto-completion, tooltips on hover
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "merlin32",
|
"name": "merlin32",
|
||||||
"displayName": "Merlin32",
|
"displayName": "Merlin32",
|
||||||
"description": "Language support for Merlin32",
|
"description": "Language support for Merlin32",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"publisher": "Aito",
|
"publisher": "Aito",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.15.0"
|
"vscode": "^1.15.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user