diff --git a/Software/Applications/VSCode/VSCode_常见问题集锦.md b/Software/Applications/VSCode/VSCode_常见问题集锦.md new file mode 100644 index 0000000..24405bb --- /dev/null +++ b/Software/Applications/VSCode/VSCode_常见问题集锦.md @@ -0,0 +1,5 @@ +# VSCode 常见问题集锦 + +## 1.解决回退键(backspace)无法使用 + +点击 VSCode 左下角齿轮里的 setting,进入 user setting(ui),修改 Keyboard: Dispatch 为 keyCode。 diff --git a/Software/System/Linux/Editions/Ubuntu/Ubuntu14/Ubuntu14_开启_VNC_服务.md b/Software/System/Linux/Editions/Ubuntu/Ubuntu14/Ubuntu14_开启_VNC_服务.md index c040b7f..2c9c2c9 100644 --- a/Software/System/Linux/Editions/Ubuntu/Ubuntu14/Ubuntu14_开启_VNC_服务.md +++ b/Software/System/Linux/Editions/Ubuntu/Ubuntu14/Ubuntu14_开启_VNC_服务.md @@ -1,5 +1,7 @@ # Ubuntu14 开启 VNC 服务 +如无必要,不要在 root 账户下使用 VNC,可能存在一些潜在问题。 + ## 1.安装 ```bash diff --git a/Software/System/Linux/Editions/Ubuntu/Ubuntu20/Ubuntu20_开启_VNC_服务.md b/Software/System/Linux/Editions/Ubuntu/Ubuntu20/Ubuntu20_开启_VNC_服务.md index 8e1ff34..be2b0b6 100644 --- a/Software/System/Linux/Editions/Ubuntu/Ubuntu20/Ubuntu20_开启_VNC_服务.md +++ b/Software/System/Linux/Editions/Ubuntu/Ubuntu20/Ubuntu20_开启_VNC_服务.md @@ -1,5 +1,7 @@ # Ubuntu20 开启 VNC 服务 +如无必要,不要在 root 账户下使用 VNC,可能存在一些潜在问题。 + ## 1.安装 ```bash