10 results found
-
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.
-
Command Line Interface (CLI) - Visual Studio Code
Select a profile You can launch VS Code with a specific profile via the --profile command-line interface option. You pass the name of the profile after the --profile argument and open a folder or a workspace using that profile. The command line below opens the web-sample folder with the "Web Development" profile: code ~/projects/web-sample --profile "Web Development" If the profile specified ...
-
Keyboard shortcuts for Visual Studio Code
Here you will find the complete list of keyboard shortcuts for Visual Studio Code and how to change them.
-
Java in Visual Studio Code
Learn about Visual Studio Code editor features (code completion, debugging, snippets, linting) for Java.
-
Default keyboard shortcuts reference - Visual Studio Code
Default keyboard shortcuts reference VS Code comes with a set of default keyboard shortcuts. This article lists the default keyboard shortcuts in VS Code. You can also view the default shortcuts in the product: Open the Keyboard Shortcuts editor, and then select Show System Keybindings in the More Actions (...) menu. Select Preferences: Open Default Keyboard Shortcuts (JSON) in the Command ...
-
User and workspace settings - Visual Studio Code
User and workspace settings You can configure Visual Studio Code to your liking through its various settings. Nearly every part of VS Code's editor, user interface, and functional behavior has options you can modify. VS Code provides different scopes for settings: User settings - Settings that apply globally to any instance of VS Code you open. Workspace settings - Settings stored inside your ...
-
Programming Languages - Visual Studio Code
In Visual Studio Code we have support for all common languages including smart code completion and debugging.
-
Configure C/C++ debugging - Visual Studio Code
Configure C/C++ debugging A launch.json file is used to configure the debugger in Visual Studio Code. Visual Studio Code generates a launch.json (under a .vscode folder in your project) with almost all of the required information. To get started with debugging you need to fill in the program field with the path to the executable you plan to debug. This must be specified for both the launch and ...
-
Data Science in Visual Studio Code
You can explore the source code for these extensions by selecting the repository link under the Project Details section in the Visual Studio Marketplace. You can also contribute directly to the Jupyter extension. Data Science profile template Profiles let you quickly switch your extensions, settings, and UI layout depending on your current project or task. To help you get started with Data ...
-
Visual Studio Code tips and tricks
Tip You can move the Command Palette to another location by grabbing the top edge with the mouse cursor and dragging it somewhere else. You can also select the Customize Layout control in the title bar, and then select one of the preconfigured Quick Input Positions.