diff --git a/docs/content/1.guide/1.features.md b/docs/content/1.guide/1.features.md index d0a2ab6e47..8dd8feeab5 100644 --- a/docs/content/1.guide/1.features.md +++ b/docs/content/1.guide/1.features.md @@ -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.