10 results found
-
Command Line Interface (CLI) - Visual Studio Code
Visual Studio Code command-line interface (switches).For both files and folders, you can use absolute or relative paths. Relative paths are relative to the current directory of the command prompt where you run code. If you specify more than one file at the command line, VS Code will open only a single instance. If you specify more than one folder at the command line, VS Code will create a ...
-
Formatting Python in VS Code
Formatting Python in VS Code Formatting makes source code easier to read by human beings. By enforcing particular rules and conventions such as line spacing, indents, and spacing around operators, the code becomes more visually organized and comprehensible. You can view an example on the autopep8 page. Keep in mind, formatting doesn't affect the functionality of the code itself. Linting helps ...
-
Using C++ on Linux in VS Code
Using C++ on Linux in VS Code In this tutorial, you will configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger on Linux. GCC stands for GNU Compiler Collection; GDB is the GNU debugger. After configuring VS Code, you will compile and debug a simple C++ program in VS Code. This tutorial does not teach you GCC, GDB, Ubuntu or the C++ language. For those subjects, there ...
-
Documentation for Visual Studio Code
Find out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
-
Notebook API | Visual Studio Code Extension API
Use the Notebook API to create rich Notebook experiences within Visual Studio Code.
-
Manage Jupyter Kernels in VS Code - Visual Studio Code
Descriptions of kernel selection options and tutorials on managing different types of kernels when working with Jupyter Notebooks in Visual Studio Code.
-
Python environments in VS Code
Python environments in VS Code An "environment" in Python is the context in which a Python program runs that consists of an interpreter and any number of installed packages. Note: If you'd like to become more familiar with the Python programming language, review More Python resources. Types of Python environments Global environments By default, any Python interpreter installed runs in its own ...
-
Quickstart: use source control in VS Code
Quickly get started with Git source control in Visual Studio Code. Initialize a repository, stage changes, and commit code in minutes.
-
Python settings reference - Visual Studio Code
Python Language Server settings Pylance Language Server The language server settings apply when python.languageServer is Pylance or Default. If you have difficulties with the language server, see Troubleshooting in the language server repository.
-
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.