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

Commit

Permalink
refine some content, and remove script changes to prevent broken chan…
Browse files Browse the repository at this point in the history
…ges.
  • Loading branch information
squirrelsc committed Mar 6, 2019
1 parent e437264 commit c990d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/pai_vscode/VSCodeExt.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# OpenPAI VS Code Client

OpenPAI VS Code Client can submit AI jobs, and manage files on HDFS, etc. It's an extension of Visual Studio Code.
OpenPAI VS Code Client can submit AI jobs, simulate job running locally, manage HDFS files, and etc. It's an extension of Visual Studio Code.

Visual Studio Code is a popular, free, lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux.

## Installation

1. Install [Visual Studio Code](https://code.visualstudio.com/).
1. Download and install [Visual Studio Code](https://code.visualstudio.com/) by several clicks.

2. Install **OpenPAI Client**.

Expand Down
1 change: 0 additions & 1 deletion src/webportal/config/preprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const helpers = require('./helpers');
// copy docs to app
fse.copySync(
helpers.root('../../docs/job_tutorial.md'),
helpers.root('../../docs/user/training.md'),
helpers.root('src/app/job/job-docs/job-docs.md'));

fse.copySync(
Expand Down

0 comments on commit c990d56

Please sign in to comment.