Skip to content

Commit

Permalink
hints
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 15, 2024
1 parent e1eb15c commit 9da4bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ They are the ways how an SDK is installed or used.

You need to pay attention to the **key map** hints in TUI of VMR for these modes.

![key_map](https://cdn.jsdelivr.net/gh/moqsien/conf_backup@main/key_map.png)

### 7. How to lock the SDK version for a project? And how is it implemented?

In the **TUI** of VMR, there is a region for showing key bindings, you'll find somthing like **lock version** there.
Expand Down
3 changes: 3 additions & 0 deletions docs/zh-cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ VMR的很多资源,包括版本信息仓库和VMR安装包,都来自github
- Session模式下,VMR不会自动持久化相关环境变量到文件中,而是打开一个新的终端Session,将相关SDK的环境变量临时添加到这个Session中,当Session关闭之后,环境变量会自动失效。
- Global模式下,VMR会自动持久化环境变量到文件中,这样的环境变量才是永久有效的。

注意TUI中的key map提示,如下图所示。即为通过不同模式安装SDK。
![key_map](https://cdn.jsdelivr.net/gh/moqsien/conf_backup@main/key_map.png)

**在安装、切换SDK版本时,注意key map中的提示,根据自己的需要,选择Session或者Global模式**

### 7. 如何针对项目锁定SDK版本?实现原理是什么?
Expand Down

0 comments on commit 9da4bd6

Please sign in to comment.