
How should I use Outlook to send code snippets? [closed]
Jul 20, 2009 · As a programmer at a big corporation, I frequently send Outlook emails that contain code samples. I'll actually type code directly into an email. This inevitably causes problems, as …
How do you format code in Visual Studio Code (VSCode)?
Apr 30, 2015 · Visual Studio Code allows the user to customize the default settings. If you want to auto format your content while saving, add the below code snippet in the work space settings …
How can I comment multiple lines in Visual Studio Code?
I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some …
How to change interpreter in Visual Studio Code? - Stack Overflow
Dec 2, 2017 · When I run code with CodeRunner extension, it always run it in Python 3.x. Does anyone have similar issue and found how to change Python environment used by this …
How can I find the product GUID of an installed MSI setup?
Apr 29, 2015 · I need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, uninstall (how-to uninstall) and also for auditing purposes.
How can I install VS Code extension manually? - Stack Overflow
Feb 3, 2017 · 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 …
Changing the Git user inside Visual Studio Code - Stack Overflow
The user for my Git commits has changed, but I am not able to change that inside of Visual Studio Code. I changed the global settings in Git, but when I want to push or sync via Visual Studio …
How can I change the Python version in Visual Studio Code?
Jan 7, 2018 · 8 VS Code's terminal using a different python interpreter than the one you've selected By default, it doesn't know about your interpreter, and will initialize using the default …
How to correctly set PYTHONPATH for Visual Studio Code
Dec 6, 2018 · Unfortunately, VS Code does not have a variable for : or ;, so .env PYTHONPATH= can't be cross platform if it has multiple entries. That's why I use pylint's --init-hook to prepend …
Http 415 Unsupported Media type error with JSON
I am calling a REST service with a JSON request and it responds with a HTTP 415 "Unsupported Media Type" error. The request content type is set to ("Content-Type ...