Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Apr 3, 2019
1 parent 9b0e2ae commit df1191e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// A launch configuration that launches the extension inside a new window
{
"version": "0.1.0",
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,20 @@ VS Code extension for supporting the Java Modelling Language.
## Features

* Syntax highlighting of JML contracts

## Changelog


* **0.2.0** (04.04.2019)
- Fixes by @csicar

* **0.1.0** ()
- First release

* **0.0.0** (unpublished)
- Start with the `java` language definition of VS Code.

## Authors

* @csicar
* @wadoon
Binary file added jml-vscode-0.2.0.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jml-vscode",
"displayName": "jml-vscode",
"description": "VS Code support for Java Modelling Language",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "wadoon",
"engines": {
"vscode": "^1.30.0"
Expand Down

0 comments on commit df1191e

Please sign in to comment.