-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
packages/projects-docs/pages/learn/editors/web/vscode-web.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
|
||
title: VS Code Web | ||
description: Introduction to a customized version of[VS Code for the web | ||
|
||
import { Callout } from 'nextra-theme-docs | ||
|
||
# VS Code for the web | ||
|
||
Productivity is key when working in an editor. For this reason, we have embedded our CodeSandbox features within the powerful and well loved VS Code. | ||
|
||
The web editor looks and functions as VS Code for the web, with a few built in CodeSandbox tools. | ||
|
||
![vs code web layout](../../images/vscode-web-overview.png) | ||
|
||
The activity bar holds all the tools for managing your developer experience. The web editor will always contain the standard VS Code tools, namely the File explorer, Search, Source Control, Run and Debug and the Extension marketplace. | ||
|
||
The web editor also comes with a CodeSandbox Devtool extension which provides access to all the unique Code Sandbox features (more on that later). | ||
|
||
In the terminal panel, you can see all the running tasks, any private terminals as well as shared terminals (managed by CodeSandbox). | ||
|
||
While the layout is entirely customizable, the standard layout opens previews, and support tools like documentation and setup tools in the right editor panel. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.