Merge branch 'dev' into fix/store-variables

This commit is contained in:
Iheuzio
2023-06-19 23:12:02 -04:00
committed by GitHub
+1
View File
@@ -233,6 +233,7 @@ function getWebviewContent(fileContents, question) {
`; `;
} }
// Activates the extension // Activates the extension
function activate(context) { function activate(context) {
context.subscriptions.push(addFilesCommand); context.subscriptions.push(addFilesCommand);