Skip to content

Commit

Permalink
chore: fix missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Apr 20, 2022
1 parent 77ade74 commit 223b4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { PyMakr } = require("./src/PyMakr");
// your extension is activated the very first time the command is executed

/**
* @param {vscode.ExtensionContext} context
* @param {import('vscode').ExtensionContext} context
*/
async function activate(context) {
new PyMakr(context);
Expand Down

0 comments on commit 223b4d0

Please sign in to comment.