Skip to content

Commit

Permalink
Add the extension icon, update CHANGELOG and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mir-am committed Jul 14, 2021
1 parent d9eae66 commit 5a8577c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to the [Type4Py's VSCode extension](https://github.com/saltu

## [Unreleased]

## [0.1.0] - 2021-07-xx
## [0.1.0] - 2021-07-14
### Added
- Querying the pre-trained [Type4Py](https://github.com/saltudelft/type4py) model on the server.
- Handling the server's responses and convert to defined data structures for type suggestions.
Expand Down
Binary file added images/icon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"displayName": "Type4Py",
"version": "0.1.0",
"description": "Machine learning-based type autocompletion for Python",
"icon": "",
"icon": "images/icon.ico",
"publisher": "saltud",
"homepage": "https://type4py.com/",
"repository": {
"type": "git",
"url": "https://github.com/saltudelft/type4py-vscode-ext"
},
"license": "SEE LICENSE IN LICENSE.txt",
"license": "MIT",
"bugs": {"url": "https://github.com/saltudelft/type4py-vscode-ext/issues"},
"categories": [
"Programming Languages",
Expand Down

0 comments on commit 5a8577c

Please sign in to comment.