Skip to content

Commit

Permalink
back to js
Browse files Browse the repository at this point in the history
  • Loading branch information
jagalindo committed Oct 24, 2023
1 parent 857487f commit ffe588f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions extension.cjs → extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ const path = require('path');

const { loadPyodide } = require("pyodide");

// Use a dynamic import for node-fetch


let globalPyodideInstance = null;
let packagesLoaded = false;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"activationEvents": [
"onLanguage:uvl"
],
"main": "extension.cjs",
"main": "extension.js",
"contributes": {
"languages": [
{
Expand Down

0 comments on commit ffe588f

Please sign in to comment.