-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from Gu-meng/main
- Loading branch information
Showing
8 changed files
with
90 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
docs/zh/modpack/kubejs/1.20.1/KubeJSCourse/Digression/VSCodeInstallation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
authors: ['Qi-Month'] | ||
--- | ||
# VS Code安装 | ||
这篇文档很短, 主要是讲一下VS Code在安装时的一些注意事项, 例如最重要的把VS Code打入注册表 | ||
|
||
## 安装软件 | ||
|
||
那么在VS Code安装的第二页就是问你要不要勾选那几个选项, 直接无脑全部勾选即可, 至于要不要快捷方式就看你自己了, 下面4个一定要勾选上 | ||
|
||
![1](/imgs/VSCode/1.png) | ||
|
||
前面两个主要是可以快捷的打开项目 | ||
|
||
![2](/imgs/VSCode/2.png) | ||
|
||
## 安装插件 | ||
|
||
VS Code在安装好后还需要进行汉化(如果你看得懂英文那当咱没说就是惹), 打开软件后点击右边的扩展按钮 | ||
|
||
![3](/imgs/VSCode/3.png) | ||
|
||
直接在里面搜索`chinese`然后安装即可, 安装完后会让你重启VS Code, 照常重启即可 | ||
|
||
![chinese](/imgs/VSCode/chinese.png) | ||
|
||
`probejs`的插件也是一样的安装方式, 但是如果你是1.21版本以下的话, 你需要安装老版本(0.0.4)的插件, 新版插件需要在1.21的环境下才能正常运行 | ||
|
||
VS Code还有很多奇奇怪怪的插件, 不管是好用还是不好用亦或是好看还是不好看的各种插件, 都要你们自己去发掘 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters