Skip to content

Commit

Permalink
add intro
Browse files Browse the repository at this point in the history
  • Loading branch information
necoline committed Jun 18, 2024
1 parent 72cb563 commit f6d1fb9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/projects-docs/pages/learn/editors/web/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"overview": "Overview",
"commandpalette": "Command Palette",
"shortcuts": "Keyboard Shortcuts",
"themes": "Themes"
"themes": "Themes",
"vscode-web": "VS Code Web"
}
22 changes: 22 additions & 0 deletions packages/projects-docs/pages/learn/editors/web/vscode-web.mdx
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.

0 comments on commit f6d1fb9

Please sign in to comment.