NotePublic/Software/Applications/VSCode/VSCode_常见问题集锦.md

14 lines
598 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# VSCode 常见问题集锦
## 1.解决回退键(backspace)无法使用
点击 VSCode 左下角齿轮里的 setting进入 user setting(ui),修改 Keyboard: Dispatch 为 keyCode。
## 2.下载慢问题
将下载地址 <https://az764295.vo.msecnd.net/stable/054a9295330880ed74ceaedda236253b4f39a335/code_1.56.2-1620838498_amd64.deb> 中的 az764295.vo.msecnd.net 部分,替换为 vscode.cdn.azure.cn。
## 3.安装 Python 和 Jupyter 插件后小键盘出现问题
这是 Jupyter 插件的快捷键设置导致的,进入 user setting(ui),禁能 Jupyter: Enable Keyborad Shortcuts。