Merge branch 'dev' into fix/store-variables

This commit is contained in:
Iheuzio 2023-06-19 23:12:02 -04:00 committed by GitHub
commit 292cb86eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);