Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
update package info and fix file name (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
qfyin authored Jan 30, 2019
1 parent 5f908f5 commit 3bb062d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion contrib/pai_vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@
"name": "pai-vscode",
"displayName": "OpenPAI VS Code Client",
"description": "Interact with Open Platform for AI (OpenPAI) from inside your editor",
"version": "0.0.1",
"version": "0.1.0",
"publisher": "OpenPAIVSCodeClient",
"preview": true,
"icon": "assets/pai_logo.png",
"repository": {
"url": "https://github.com/Microsoft/pai"
},
"bugs": {
"url": "https://github.com/Microsoft/pai/issues"
},
"engines": {
"vscode": "^1.27.0"
},
"categories": [
"Other"
],
"keywords": [
"AI",
"Deep Learning",
"PAI"
],
"activationEvents": [
"*",
"onFileSystem:webhdfs"
Expand Down

0 comments on commit 3bb062d

Please sign in to comment.