About 50 results
Open links in new tab
  1. visual studio code - How to restart VScode after editing extension's ...

    This message is coming from the extension, not vscode - it's usually not required to reload vscode after changing an extension setting.

  2. visual studio code - How to restart VSCode? - Stack Overflow

    Feb 9, 2023 · When code command is called again, all my windows are back to normal. It would be nice to have this feature built into VS code. I tend to have a lot of workspaces open. Sometimes if I have …

  3. How to reset settings in Visual Studio Code? - Stack Overflow

    Mar 20, 2016 · I've hidden the menu bar by accident and I can't find a way to show it again. How do I restore the default settings in Visual Studio Code? Here I found a detailed description of settings file. …

  4. visual studio code - How to manually restart an extension in VSCode ...

    PackageManagement updated. If you already had PackageManagement loaded in your session, please restart the PowerShell extension. I would love to know how to do this. I imagine a full VSCode restart …

  5. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · python3 -m ipykernel install --name "new_venv" --user Restart VS Code. But the new_venv does not show in my list of kernels when opening a Jupyter notebook.

  6. How to reset intellisense in VS Code? - Stack Overflow

    Dec 7, 2017 · If you make a code change while VsCode is debugging, the intellisense sometimes appears to malfunction with false compile errors. Fastest way to reset or correct it?

  7. Single VS Code shortcut for start/restart - Stack Overflow

    Feb 18, 2021 · The default VS Code shortcuts seem to be: F5: start Shift-F5: stop F8: continue (if paused) Shift-F8: restart The thing I most often want to do is "take any changes into account …

  8. visual studio code - How to reload/restart/kill VSCode server/service ...

    Jul 18, 2024 · I use VSCode in the Remote SSH extension. VSCode oftentimes hangs as memory usage ups, so for the each time I need to restart the VSCode through FILE -> Exit to close the …

  9. How to restart the terminal in VS Code - Stack Overflow

    Sep 23, 2024 · I want to reset the terminal(any used) in Visual Studio Code with a hotkey. I don't see any option in the docs.

  10. Shut down jupyter notebook kernels on VS Code - Stack Overflow

    Mar 9, 2023 · I would like to shut down notebook kernels on VS Code. I'm moving to VS Code from Jupyter Hub where I shut kernels down from the left sidebar (see image).1 How could I do that on VS …