Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/content/1.guide/1.features.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ Storage tab shows all the nitro storage in your project. You can create, edit, a

Learn more about [Nitro Storage](https://nitro.unjs.io/guide/storage)

## VS Code Server

The VS Code Server integration in Nuxt DevTools enhances your development experience by bringing the power of Visual Studio Code directly into your browser. With this feature, you can seamlessly edit and debug your Nuxt projects using the familiar interface of VS Code.

To get started with VS Code Server, follow the installation instructions provided by [Code Server Installation Guide](https://coder.com/docs/code-server/latest/install)

For more information on the benefits and features of VS Code Server, refer to [the official Visual Studio Code blog](https://code.visualstudio.com/blogs/2022/07/07/vscode-server)


## Hooks

Hooks tab can help you to monitor the time spent in each hook. It can be helpful to find performance bottlenecks.
Expand Down