I want reload window using shortcut key, it is already defined to ctrl + R
but dont know how can i reload window using shortcut key.
Can you explain how can i in isDevelopment state?
thanks
From there, Ctrl + R does indeed reload the VSCode window immediately. +1 This helped me too... I had manually entered the hyphen - , but pressing Enter on an empty input is something else that looks like ` -` (space+hyphen), but must store something else.
All keyboard shortcuts in VS Code can be customized via the keybindings. json file. To configure keyboard shortcuts through the JSON file, open Keyboard Shortcuts editor and select the Open Keyboard Shortcuts (JSON) button on the right of the editor title bar. This will open your keybindings.
To select a specific environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P).
Step 1: From Settings – Type CodeLens and Enable the Editor: Code Lens and JavaScript > References Code Lens to check the references in JavaScript File.
Like @scott-schupbach pointed out in the comment, we can guess from issue 81965 on github, that isDevelopment refers to the development tools of vscode. So Ctrl
+R
only reloads the window when the development tools are active. This question clarifies the use of the development tools.
So the only solution is to rebind the key or remove the isDevelopment
condition and rebind the default on Ctrl
+R
: open recent file.
What I like to do is to press F1
or Ctrl
+Shift
+P
and type in reload window
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With