10 results found
-
PyTorch support in Visual Studio Code
PyTorch support in Visual Studio Code Along with support for Jupyter Notebooks, Visual Studio Code offers many features of particular interest for PyTorch developers. This article covers some of those features and illustrates how they can help you in your projects. If you're unfamiliar with PyTorch development, Microsoft Learn offers a Get started with PyTorch learning path that covers the ...
-
Tutorial: Get started with Visual Studio Code
This tutorial gives you an overview of the key features of Visual Studio Code to help you get started quickly.
-
Terminal Basics - Visual Studio Code
Visual Studio Code has an integrated terminal to enable working in your shell of choice without leaving the editor.
-
Getting Started with Data Wrangler in VS Code
Getting Started with Data Wrangler in VS Code Data Wrangler is a code-centric data viewing and cleaning tool that is integrated into VS Code and VS Code Jupyter Notebooks. It provides a rich user interface to view and analyze your data, show insightful column statistics and visualizations, and automatically generate Pandas code as you clean and transform the data. The following is an example ...
-
Use MCP servers in VS Code
Learn how to configure and use Model Context Protocol (MCP) servers with GitHub Copilot in Visual Studio Code.
-
Personalize Visual Studio Code
Personalize Visual Studio Code In this Visual Studio Code tutorial, we show you how to personalize Visual Studio Code with themes.
-
Activity Bar | Visual Studio Code Extension API
Activity Bar The Activity Bar is a core navigation surface in VS Code. Extensions can contribute View Containers to the Activity Bar that appear as Activity Bar Items. Users can drag the item to other locations like the Panel to customize their layout. ️ Do Use an icon that matches the default Activity Bar item icon style Use a clear, obvious name for the View Container associated with the ...
-
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more. If you're just ...
-
Port Forwarding - Visual Studio Code
Learn more about the security of the underlying dev tunnels service. What limits are there on port forwarding? There are limits to both the amount of bandwidth used and the number of active machines that can be used in port forwarding, which are subject to change over time. Read more about tunnel usage limits. Can I configure policies across my organization? If you're part of an organization ...
-
JavaScript in Visual Studio Code
Tip To check if a JavaScript file is part of JavaScript project, just open the file in VS Code and run the JavaScript: Go to Project Configuration command. This command opens the jsconfig.json that references the JavaScript file. A notification is shown if the file is not part of any jsconfig.json project.