Docs

Documentation versions (currently viewingVaadin 24)

Import a Project

This guide shows how to import a Vaadin project into Visual Studio Code by opening the project folder and confirming trust settings.

To import a Vaadin project into Visual Studio Code, select File  Open Folder in the menu. Then, find the project directory and click Open.

Visual Studio Code open folder dialog

If you are opening the project for the first time, Visual Studio Code may ask you whether you trust the authors of the files in the folder. Click Yes, I trust the authors.

Visual Studio Code trust project confirmation dialog

Depending on which extensions you have installed, VS Code may ask you to enable null analysis for the project. Click Enable.

Visual Studio Code null annotations confirmation

Your project is now imported.