在根目录下新建文件 .vscode/extensions.json
格式如下:

{
    "recommendations": [
        "rokoroku.vscode-theme-darcula",
        "mikestead.dotenv",
    ]
}