Skip to content

Commit 0ba71c8

Browse files
Joan GinerJoan Giner
Joan Giner
authored and
Joan Giner
committed
New release 1.2.1
1 parent c4a8c88 commit 0ba71c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DescribeML-1.2.1.vsix

10.1 MB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ The easiest way to install the plugin is by using the **Visual Studio Code Marke
2323

2424
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.
2525

26-
The file is **DescribeML-1.2.0.vsix**
26+
The file is **DescribeML-1.2.0vsix**
2727

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

3030
```
3131
3232
git clone https://github.com/SOM-Research/DescribeML.git datasets
3333
cd datasets
34-
code --install-extension DescribeML-1.2.0.vsix
34+
code --install-extension DescribeML-1.2.0vsix
3535
```
3636

3737
<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>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "DescribeML",
33
"displayName": "DescribeML",
44
"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.",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"engines": {
77
"vscode": "^1.56.0"
88
},
99
"publisher": "SOMResearchGroup",
1010
"author": {
11-
"name": "Abel Gomez"
11+
"name": "Joan Giner-Miguelez"
1212
},
1313
"homepage": "https://github.com/SOM-Research/DescribeML",
1414
"repository": {

0 commit comments

Comments
 (0)