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
@@ -126,6 +127,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
126
127
context.subscriptions.push(php);
127
128
context.subscriptions.push(vue);
128
129
context.subscriptions.push(twig);
130
+
context.subscriptions.push(md);
129
131
context.subscriptions.push(tsReact);
130
132
context.subscriptions.push(js);
131
133
context.subscriptions.push(jsReact);
@@ -136,4 +138,4 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
136
138
exportfunctiondeactivate(): void{
137
139
}
138
140
139
-
// 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.
141
+
// 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