7ecc718f5d
app -> app-desktop-macos, presets -> app-presets, server -> remote-server, daw-config-reaper -> osc-config-daw, plugin-reaper-realearn -> plugin-reaper-relearn. Updated run.py and presets.py path references accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
14 lines
480 B
JSON
14 lines
480 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": [
|
|
"johnnymorganz.luau-lsp",
|
|
"johnnymorganz.stylua"
|
|
],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": [
|
|
|
|
]
|
|
} |