From ad2ef55f39bd86b18c4a059249a1f3cfe4084296 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 21 May 2021 14:02:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20VSCode=20=E5=B8=B8?= =?UTF-8?q?=E8=A7=81=E9=97=AE=E9=A2=98=E9=9B=86=E9=94=A6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/VSCode/VSCode_常见问题集锦.md | 5 +++++ .../Linux/Editions/Ubuntu/Ubuntu14/Ubuntu14_开启_VNC_服务.md | 2 ++ .../Linux/Editions/Ubuntu/Ubuntu20/Ubuntu20_开启_VNC_服务.md | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 Software/Applications/VSCode/VSCode_常见问题集锦.md 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