@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/builtin/vscode": { /* Your config here */ }
}Available options
| Prop | Type | Default |
|---|---|---|
extensions? | { recommendations?: string[] | undefined; } | - |
settings? | Record<string, any> | - |
Found an issue? Have a suggestion? Open an issue on GitHub ✨.