You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -138,10 +148,13 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
138
148
context.subscriptions.push(hbs);
139
149
context.subscriptions.push(ejs);
140
150
141
-
awaitcache();
151
+
caching=true;
152
+
try{
153
+
awaitcache();
154
+
}finally{
155
+
caching=false;
156
+
}
142
157
}
143
158
144
159
exportfunctiondeactivate(): void{
145
160
}
146
-
147
-
// TODO: Look for CSS class definitions automatically in case a new file is added to the workspace. I think the API does not provide and event for that. Maybe I should consider opening a PR.
0 commit comments