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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
16 | Active |
15 | Rejected |
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 |
Thanks! Please fix these issues and send it again: 1. Also null out in disable: ```js this.core = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. What's the reason for line 18-26 `extension.js`?
Got it, forgot to null out the object. Opening prefs wan't working so I had to debug it. Seemed to only work if I provided an override that called the parent, super.openPreferences. No idea why.
That's because you are doing it in the `constructor`. You should move line 7-8 to enable.