Skip to content

Commit

Permalink
New release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Giner authored and Joan Giner committed Mar 24, 2023
1 parent c4a8c88 commit 0ba71c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added DescribeML-1.2.1.vsix
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ The easiest way to install the plugin is by using the **Visual Studio Code Marke

Instead, you can install it manually using the packaged release of the plugin in this [repository](https://github.com/SOM-Research/DescribeML) that can be found at the root of the project.

The file is **DescribeML-1.2.0.vsix**
The file is **DescribeML-1.2.0vsix**

Open your terminal (or the terminal inside the VSCode) and write this:

```
git clone https://github.com/SOM-Research/DescribeML.git datasets
cd datasets
code --install-extension DescribeML-1.2.0.vsix
code --install-extension DescribeML-1.2.0vsix
```

<span style="font-size:0.7em;">*Troubles: If you cannot see the syntax highlight in the examples files (p.e. *Melanoma.descml*) as the image below. Please, reload the VSCode editor and write the code --install command again* </span>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "DescribeML",
"displayName": "DescribeML",
"description": "DescribeML is a language plug-in to describe machine-learning datasets in a standard format. Build better data describing the composition, provenance and social concerns of your dataset.",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"vscode": "^1.56.0"
},
"publisher": "SOMResearchGroup",
"author": {
"name": "Abel Gomez"
"name": "Joan Giner-Miguelez"
},
"homepage": "https://github.com/SOM-Research/DescribeML",
"repository": {
Expand Down

0 comments on commit 0ba71c8

Please sign in to comment.