Skip to content

Commit

Permalink
chore: fmt doc of vscode extension
Browse files Browse the repository at this point in the history
Signed-off-by: He1pa <[email protected]>
  • Loading branch information
He1pa committed Oct 9, 2023
1 parent 345dece commit 57cff8d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
6 changes: 2 additions & 4 deletions docs/tools/Ide/vs-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ sidebar_position: 1
## Quick Start

- **Step 1.** [Install KCL](https://kcl-lang.io/docs/user_docs/getting-started/install) on your system. Please check that `kcl` and `kcl-language-server` are installed and have been added to your PATH:

In MacOs and Linux:
In MacOs and Linux:
```bash
which kcl
which kcl-language-server
```

In Windows:
In Windows:
```bash
where kcl
where kcl-language-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ sidebar_position: 1

## 快速开始

- 1. [安装 KCL](https://kcl-lang.io/docs/user_docs/getting-started/install) 并检查 `kcl``kcl-language-server` 命令在您的 PATH 中:
在 MacOs 和 Linux中:
- **1.** [安装 KCL](https://kcl-lang.io/docs/user_docs/getting-started/install) 并检查 `kcl``kcl-language-server` 命令在您的 PATH 中:
在 MacOs 和 Linux中:
```bash
which kcl
which kcl-language-server
```

在 Windows 中:
在 Windows 中:
```bash
where kcl
where kcl-language-server
```

- 2. 安装 [VS Code KCL 插件](https://marketplace.visualstudio.com/items?itemName=kcl.kcl-vscode-extension). 需要您的 VS Code 版本大于 1.50+
- 3. 重新打开 VS Code 并创建一个 KCL 文件验证 IDE 插件功能
- **2.** 安装 [VS Code KCL 插件](https://marketplace.visualstudio.com/items?itemName=kcl.kcl-vscode-extension). 需要您的 VS Code 版本大于 1.50+
- **3.** 重新打开 VS Code 并创建一个 KCL 文件验证 IDE 插件功能

## 特性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ sidebar_position: 1

## 快速开始

- 1. [安装 KCL](https://kcl-lang.io/docs/user_docs/getting-started/install) 并检查 `kcl``kcl-language-server` 命令在您的 PATH 中:
在 MacOs 和 Linux中:
- **1.** [安装 KCL](https://kcl-lang.io/docs/user_docs/getting-started/install) 并检查 `kcl``kcl-language-server` 命令在您的 PATH 中:
在 MacOs 和 Linux中:
```bash
which kcl
which kcl-language-server
```

在 Windows 中:
在 Windows 中:
```bash
where kcl
where kcl-language-server
```

- 2. 安装 [VS Code KCL 插件](https://marketplace.visualstudio.com/items?itemName=kcl.kcl-vscode-extension). 需要您的 VS Code 版本大于 1.50+
- 3. 重新打开 VS Code 并创建一个 KCL 文件验证 IDE 插件功能
- **2.** 安装 [VS Code KCL 插件](https://marketplace.visualstudio.com/items?itemName=kcl.kcl-vscode-extension). 需要您的 VS Code 版本大于 1.50+
- **3.** 重新打开 VS Code 并创建一个 KCL 文件验证 IDE 插件功能

## 特性

Expand Down
6 changes: 2 additions & 4 deletions versioned_docs/version-0.6.0/tools/Ide/vs-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ sidebar_position: 1
## Quick Start

- **Step 1.** [Install KCL](https://kcl-lang.io/docs/user_docs/getting-started/install) on your system. Please check that `kcl` and `kcl-language-server` are installed and have been added to your PATH:

In MacOs and Linux:
In MacOs and Linux:
```bash
which kcl
which kcl-language-server
```

In Windows:
In Windows:
```bash
where kcl
where kcl-language-server
Expand Down

0 comments on commit 57cff8d

Please sign in to comment.