mirror of
https://github.com/OlivierGuinart/Merlin32ForVSCode.git
synced 2024-11-22 13:32:22 +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
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
out
|
||||
server
|
||||
node_modules
|
||||
node_modules
|
||||
*.vsix
|
@ -1,7 +1,7 @@
|
||||
# Change Log
|
||||
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
|
||||
- syntax coloring, auto-completion, tooltips on hover
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "merlin32",
|
||||
"displayName": "Merlin32",
|
||||
"description": "Language support for Merlin32",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0",
|
||||
"publisher": "Aito",
|
||||
"engines": {
|
||||
"vscode": "^1.15.0"
|
||||
|
Loading…
Reference in New Issue
Block a user