Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 2ee9f63

Browse files
committed
replacing the deprecated VS Code extension FunC Language Support with the new TON
1 parent b7dbd41 commit 2ee9f63

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

i18n/ru/docusaurus-plugin-content-docs/current/v3/documentation/archive/compile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm create ton@latest
4242
### Требования
4343

4444
- [Node.js](https://nodejs.org) последней версии, например, v18, проверьте версию с помощью `node -v`
45-
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином FunC](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
45+
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином TON](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
4646

4747
### Как использовать?
4848

i18n/ru/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/getting-started/ide-plugins.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
- Найдите плагин непосредственно в разделе плагинов IDE с ключевым словом "**TON**"
1919
- [Ссылка на маркетплейс](https://plugins.jetbrains.com/plugin/23382-ton)
20-
- [Репозиторий GitHub](https://github.com/ton-blockchain/intellij-ton)
20+
- [Репозиторий GitHub](https://github.com/ton-blockchain/ton-language-server)
2121

2222
## Плагин для VS Code
2323

2424
Visual Studio Code — это бесплатная и популярная IDE для разработчиков.
2525

26-
- [Ссылка на маркетплейс](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
27-
- [Репозиторий GitHub](https://github.com/ton-foundation/vscode-func)
26+
- [Ссылка на маркетплейс](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
27+
- [Репозиторий GitHub](https://github.com/ton-blockchain/ton-language-server)
2828

2929
## Плагин FunC для Sublime Text
3030

i18n/ru/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/getting-started/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npm create ton@latest
3939
### Требования
4040

4141
- [Node.js](https://nodejs.org/) с последней версией, например v18, проверьте версию с помощью `node -v`
42-
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином FunC](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
42+
- IDE с поддержкой TypeScript и FunC, например [Visual Studio Code](https://code.visualstudio.com/) с [плагином TON](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
4343

4444
## Ссылки
4545

i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/archive/compile.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm create ton@latest
3838
### 要求
3939

4040
- [Node.js](https://nodejs.org)的最新版本,如v18,使用`node -v`验证版本
41-
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配备[FunC插件](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
41+
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配备[TON插件](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
4242

4343
### 如何使用?
4444

i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/getting-started/ide-plugins.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
Visual Studio Code 是开发者的免费且受欢迎的 IDE。
2121

22-
- [Marketplace 链接](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
23-
- [GitHub 代码库](https://github.com/ton-foundation/vscode-func)
22+
- [Marketplace 链接](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
23+
- [GitHub 代码库](https://github.com/ton-blockchain/ton-language-server)
2424

2525
## FunC Sublime Text 插件
2626

i18n/zh-CN/docusaurus-plugin-content-docs/current/v3/documentation/smart-contracts/getting-started/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npm create ton@latest
3535
### 要求
3636

3737
- [Node.js](https://nodejs.org/) 使用像v18这样的近期版本,用`node -v`验证版本
38-
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配合[FunC插件](https://marketplace.visualstudio.com/items?itemName=tonwhales.func-vscode)
38+
- 支持TypeScript和FunC的IDE,如[Visual Studio Code](https://code.visualstudio.com/),配合[FunC插件](https://marketplace.visualstudio.com/items?itemName=ton-core.vscode-ton)
3939

4040
## 参考资料
4141

0 commit comments

Comments
 (0)