Global web icon
stackoverflow.com
https://stackoverflow.com/questions/77068802/how-d…
installation - How do I install vscode-server offline on a server for ...
In previous versions, it was sufficient to install the remote-ssh extension and then download the vscode-server-linux-x64.tar.gz file, extract it, and copy it to the server directory ~/.vscode-serv...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/46446901/how-c…
How can I see local history changes in Visual Studio Code?
VSCode keeps some backp inside AppData, other have suggested the Checkpoints as well as built-in VSCode feature Timeline Also, you can do grep search inside AppData\Roaming\Code\User\History directory, if WSL installed.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/42017617/how-c…
How can I install VS Code extension manually? - Stack Overflow
I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded files at the right place?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/44435697/chang…
Change the default terminal in Visual Studio Code
To change the default terminal for your project in Visual Studio Code: Create a folder by name of .vscode Create a settings.json file in this folder: Write the settings you want For example, if you are a Windows user and want to set "Command Prompt" as the default terminal you can write:
Global web icon
reddit.com
https://www.reddit.com/r/vscode/
Visual Studio Code - Reddit
Built a vscode extension to copy text and files into chatgpt webapp using commands Found it slightly inconvenient to copy code - sometimes whole files - into chatgpt when I wanted to ask something or have it generate test cases etc.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/56794940/vscod…
VSCode: Why isn't debugger stopping at breakpoints?
VSCode: Why isn't debugger stopping at breakpoints? Asked 6 years, 5 months ago Modified 1 year, 8 months ago Viewed 117k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/58946149/how-t…
How to troubleshoot some shortcuts not working properly in VSCode
VSCode working properly before update. I didn't change anything on my OS. How do I check and allow VSCode to override OS shortcut?
Global web icon
reddit.com
https://www.reddit.com/r/vscode/comments/18qvxqc/w…
Which free AI coding assistant do you suggest on VSCode? : r ... - Reddit
Which free AI coding assistant do you suggest on VSCode? I've tried TabNine but has this sin of refactoring my code even when I ask only to suggest a documentation for it. Yet for now I think it's still the most useful free one on the market. I've tried others but still none has been proven as satisfying. Any suggestions?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/54106071/how-c…
How can I set up a virtual environment for Python in Visual Studio Code ...
The .vscode folder has JSON objects that content properties such "setting.json", in which one declare the interpreter to use at that the ".vscode" level (refer to What is a 'workspace' in Visual Studio Code? for more clarifications).
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/50182417/the-v…
The VSCode `code .` command is not working in the terminal/command ...
If you're trying to run the code command in Windows in a Git Bash (from Git for Windows) terminal, or in an MSYS2 terminal, and VSCode is installed, then you may just need to add the code executable to your PATH.