Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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