Review of "VSCode Workspaces" version 14

Details Page Preview

A VSCode/Codium Workspace management tool-set for GNOME - This extension is not affiliated, funded, or in any way associated with Microsoft and vscode software. Full support for vscode & it's forks (codium, cursor, windsurf, etc).

Extension Homepage
https://github.com/ZanzyTHEbar/vscode-workspaces

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
14 Rejected
13 Active
12 Rejected
11 Inactive
10 Inactive
9 Rejected
8 Inactive
7 Inactive
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. You shouldn't use spawn command to open the prefs. You have `this.openPreferences()` in the entry point (line 1090 `extension.js`). 2. Please remove the timeout before creating a new one (line 1019 and 1022 `extension.js`). 3. If it's possible, move everything to another class and keep the default class you are exporting minimal. That way, it's easier for the reviewers.