簡體   English   中英

VScode中的鍵盤快捷鍵問題Python

[英]The keyboard shortcut problem in VScode Python

在 Vscode-Python 中設置我的鍵盤快捷鍵后,

我使用“F1”(在交互式窗口中運行選擇)但沒有發生任何事情,沒有錯誤也沒有工作。 在此處輸入圖像描述 .

但是這個快捷方式可以在其他計算機上的 Python3.8.5(64 位)中工作。

我該如何解決?

Python:3.8.6(64-bit) Jupyter:2020.12.414227025 電腦: MSI, Windows10-20H2, AMD

謝謝!

最后,我使用 Keybindings(.json) 來調整這個問題。

清理: “當”:“editorTextFocus && jupyter.ownsSelection && !findInputFocused && !notebookEditorFocused && !replaceInputFocused && editorLangId == 'python'”

現在工作成功!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM