- Open the command palette
CMD + Shift + p - Type Configure Recommended Extensions
- A new file called
extensions.jsonwill be created under.vscode/in the root of the project. - Place the cursor within the
recommendationsarray and pressCMD + i. This will show a list of extensions by author and extension name (author/extension). - Select the required extensions from the list of installed extensions and save the file.
- Open the command palette
CMD + Shift + p