mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-11 22:55:39 +08:00
build
This commit is contained in:
@@ -56,16 +56,21 @@ VS Code 拥有强大的扩展包生态系统,支持大多数编程语言的运
|
||||
|
||||
### 7. JavaScript 环境
|
||||
|
||||
1. 下载并安装 [node.js](https://nodejs.org/en/) 。
|
||||
2. 在 VS Code 的插件市场中搜索 `javascript` ,安装 JavaScript (ES6) code snippets 。
|
||||
3. (可选)在 VS Code 的插件市场中搜索 `Prettier` ,安装代码格式化工具。
|
||||
1. 下载并安装 [Node.js](https://nodejs.org/en/) 。
|
||||
2. (可选)在 VS Code 的插件市场中搜索 `Prettier` ,安装代码格式化工具。
|
||||
|
||||
### 8. Dart 环境
|
||||
### 8. TypeScript 环境
|
||||
|
||||
1. 同 JavaScript 环境安装步骤。
|
||||
2. 安装 [TypeScript Execute (tsx)](https://github.com/privatenumber/tsx?tab=readme-ov-file#global-installation) 。
|
||||
3. 在 VS Code 的插件市场中搜索 `typescript` ,安装 [Pretty TypeScript Errors](https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors) 。
|
||||
|
||||
### 9. Dart 环境
|
||||
|
||||
1. 下载并安装 [Dart](https://dart.dev/get-dart) 。
|
||||
2. 在 VS Code 的插件市场中搜索 `dart` ,安装 [Dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) 。
|
||||
|
||||
### 9. Rust 环境
|
||||
### 10. Rust 环境
|
||||
|
||||
1. 下载并安装 [Rust](https://www.rust-lang.org/tools/install) 。
|
||||
2. 在 VS Code 的插件市场中搜索 `rust` ,安装 [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) 。
|
||||
|
||||
Reference in New Issue
Block a user