Toolsync

@toolsync/builtin/vscode

Integrates with Visual Studio Code for settings and extensions management

Installation

If you haven't already, install the @toolsync/builtin` package

Configure this tool like any other inside your toolsync.json file:

toolsync.json
{
  "@toolsync/builtin/vscode": { /* Your config here */ }
}

Available options

PropTypeDefault
extensions?
{ recommendations?: string[] | undefined; }
-
settings?
Record<string, any>
-

Found an issue? Have a suggestion? Open an issue on GitHub ✨.