We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3533a34 commit b1ca71fCopy full SHA for b1ca71f
gnome-extension/src/extension.ts
@@ -120,6 +120,7 @@ export default class VSCodeWorkspacesExtension extends Extension {
120
this._indicator.destroy();
121
this._indicator = undefined;
122
}
123
+
124
this.gsettings = undefined;
125
this._log(`VSCode Workspaces Extension disabled`);
126
@@ -145,6 +146,7 @@ export default class VSCodeWorkspacesExtension extends Extension {
145
146
// Clean up only the cache; leave persistent settings intact
147
this._workspaces.clear();
148
this._recentWorkspaces.clear();
149
+ this._favorites.clear();
150
this._log(`VSCode Workspaces Extension cleaned up`);
151
152
0 commit comments