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

Commit

Permalink
[VS Code] Remove VS Code extension code (#4317)
Browse files Browse the repository at this point in the history
* Remove vscode extension code

* fix broken links

* update broken links

* update

Co-authored-by: Yi Yi <[email protected]>
  • Loading branch information
yiyione and yiyione authored Mar 26, 2020
1 parent abb6800 commit 4742bd3
Show file tree
Hide file tree
Showing 171 changed files with 56 additions and 17,356 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Follow [the job submission tutorial](docs/user/job_submission.md) to learn more

### Client tool

[OpenPAI VS Code Client](contrib/pai_vscode/VSCodeExt.md) is a friendly, GUI based client tool of OpenPAI, and it's highly recommended. It's an extension of Visual Studio Code. It can submit job, simulate jobs locally, manage multiple OpenPAI environments, and so on.
[OpenPAI VS Code Client](https://github.com/Microsoft/openpaivscode/blob/master/VSCodeExt.md) is a friendly, GUI based client tool of OpenPAI, and it's highly recommended. It's an extension of Visual Studio Code. It can submit job, simulate jobs locally, manage multiple OpenPAI environments, and so on.

### Troubleshooting job failure

Expand All @@ -143,7 +143,7 @@ Refer to [here](docs/user/troubleshooting_job.md) for more information about tro

### Users

* [Client tool](contrib/pai_vscode/VSCodeExt.md)
* [Client tool](https://github.com/Microsoft/openpaivscode/blob/master/VSCodeExt.md)
* [Use Storage](docs/user/storage.md)
* [Job configuration](docs/job_tutorial.md)
* [RESTful API](docs/rest-server/API.md)
Expand Down
6 changes: 3 additions & 3 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ OpenPAI 的一般用法是提交 Job 请求,等到 Job 获得计算资源后

### 客户端

[OpenPAI VS Code Client](contrib/pai_vscode/VSCodeExt_zh_CN.md) 是推荐的 OpenPAI 客户端工具,其基于图形界面,易于使用。 它是 Visual Studio Code 的扩展。 支持提交 Job,在本地模拟运行 Job,管理多个 OpenPAI 环境等等。
[OpenPAI VS Code Client](https://github.com/microsoft/openpaivscode/blob/master/VSCodeExt_zh_CN.md) 是推荐的 OpenPAI 客户端工具,其基于图形界面,易于使用。 它是 Visual Studio Code 的扩展。 支持提交 Job,在本地模拟运行 Job,管理多个 OpenPAI 环境等等。

### 调研 Job 错误

Expand All @@ -137,7 +137,7 @@ Web 界面和 Job 日志有助于分析错误,OpenPAI 也支持通过 SSH 登

### 用户

* [客户端](contrib/pai_vscode/VSCodeExt_zh_CN.md)
* [客户端](https://github.com/microsoft/openpaivscode/blob/master/VSCodeExt_zh_CN.md)
* [使用存储](docs/zh_CN/user/storage.md)
* [Job 配置](docs/zh_CN/job_tutorial.md)
* [RESTful API](docs/zh_CN/rest-server/API.md)
Expand Down Expand Up @@ -176,4 +176,4 @@ Web 界面和 Job 日志有助于分析错误,OpenPAI 也支持通过 SSH 登

OpenPAI 的一个重要目标是支持学术界和工业界非常多样化的需求。 OpenPAI 是完全开放的:它采用了 MIT 许可证。 这使得 PAI 特别适合用来探索各种研究想法,例如[这些模块](./docs/zh_CN/research_education.md)

OpenPAI 采用开放的形式来合作。 由[微软研究院(MSR)](https://www.microsoft.com/en-us/research/group/systems-research-group-asia/)[微软互联网工程院](https://www.microsoft.com/en-us/ard/company/introduction.aspx) AI 平台团队联合设计开发。 很高兴能有北京大学、西安交通大学、浙江大学、中国科学技术大学等高校加入平台开发。 无论是来自从学术界还是工业界的贡献,都非常欢迎。
OpenPAI 采用开放的形式来合作。 由[微软研究院(MSR)](https://www.microsoft.com/en-us/research/group/systems-research-group-asia/)[微软互联网工程院](https://www.microsoft.com/en-us/ard/company/introduction.aspx) AI 平台团队联合设计开发。 很高兴能有北京大学、西安交通大学、浙江大学、中国科学技术大学等高校加入平台开发。 无论是来自从学术界还是工业界的贡献,都非常欢迎。
2 changes: 1 addition & 1 deletion RELEASE_NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to the July 2019 release of OpenPAI. There are a number of updates in th
- [New webportal job submission experience](./docs/user/job_submission.md) - Update submit job UI to version 2.
- [Python sdk of openpai is now ready!](https://github.com/microsoft/pai/tree/master/contrib/python-sdk) - You can config, submit and debug your job easily with python sdk.
- [New yarn schedular to improve resource efficiency](./docs/tools/dedicated_vc.md) - Admin can bind dedicated Virtual Cluster to 1 or more physical nodes.
- [vscode extension now supports submitting v2 job](https://github.com/microsoft/pai/tree/master/contrib/pai_vscode).
- [vscode extension now supports submitting v2 job](https://github.com/microsoft/openpaivscode/tree/master).
- [Provide team storage plugin to manage data shared by team](https://github.com/microsoft/pai/tree/master/contrib/storage_plugin).
- [How to upgrade to OpenPAI v-0.14.0?](./docs/upgrade/upgrade_to_v0.14.0.md)

Expand Down
4 changes: 2 additions & 2 deletions RELEASE_NOTE_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to the July 2019 release of OpenPAI. There are a number of updates in th
- [New webportal job submission experience](./docs/user/job_submission.md) - Update submit job UI to version 2.
- [Python sdk of openpai is now ready!](https://github.com/microsoft/pai/tree/master/contrib/python-sdk) - You can config, submit and debug your job easily with python sdk.
- [New yarn schedular to improve resource efficiency](./docs/tools/dedicated_vc.md) - Admin can bind dedicated Virtual Cluster to 1 or more physical nodes.
- [vscode extension now supports submitting v2 job](https://github.com/microsoft/pai/tree/master/contrib/pai_vscode).
- [vscode extension now supports submitting v2 job](https://github.com/microsoft/openpaivscode/tree/master).
- [Provide team storage plugin to manage data shared by team](https://github.com/microsoft/pai/tree/master/contrib/storage_plugin).
- [How to upgrade to OpenPAI v-0.14.0?](./docs/upgrade/upgrade_to_v0.14.0.md)

Expand Down Expand Up @@ -114,4 +114,4 @@ For more details about this release, please refer to [detailed release note](htt
- New UI for user management: Now the console for administrators to manage PAI users has got a new UI.
- Documentation: Significant changes on documents -- more comprehensive, more structured, and easier to follow.

For more details about this release, please refer to [detailed release note](https://github.com/microsoft/pai/releases/tag/v0.6.1).
For more details about this release, please refer to [detailed release note](https://github.com/microsoft/pai/releases/tag/v0.6.1).
3 changes: 0 additions & 3 deletions contrib/pai_vscode/.gitattributes

This file was deleted.

8 changes: 0 additions & 8 deletions contrib/pai_vscode/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions contrib/pai_vscode/.vscode/launch.json

This file was deleted.

20 changes: 0 additions & 20 deletions contrib/pai_vscode/.vscode/tasks.json

This file was deleted.

9 changes: 0 additions & 9 deletions contrib/pai_vscode/.vscodeignore

This file was deleted.

60 changes: 0 additions & 60 deletions contrib/pai_vscode/CHANGELOG.md

This file was deleted.

51 changes: 0 additions & 51 deletions contrib/pai_vscode/CHANGELOG_zh_CN.md

This file was deleted.

21 changes: 0 additions & 21 deletions contrib/pai_vscode/LICENSE

This file was deleted.

Loading

0 comments on commit 4742bd3

Please sign in to comment.