File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 "version" : " 0.18.0" ,
66 "author" : " paulober" ,
77 "publisher" : " raspberry-pi" ,
8- "icon" : " ./ images/extension-icon.png" ,
8+ "icon" : " images/extension-icon.png" ,
99 "license" : " MPL-2.0" ,
1010 "homepage" : " https://github.com/raspberrypi/pico-vscode/blob/master/README.md" ,
1111 "bugs" : {
4747 " paulober.pico-w-go" ,
4848 " ms-python.python"
4949 ],
50- "main" : " ./dist/extension.cjs " ,
50+ "main" : " ./dist/extension.js " ,
5151 "markdown" : " github" ,
5252 "minimumNodeVersion" : 20 ,
5353 "capabilities" : {
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ const uninstallerEsm = {
6060 name : 'uninstaller' ,
6161 target : 'node' ,
6262 mode : 'production' ,
63- entry : './scripts/vscodeUninstall .mjs' ,
63+ entry : './scripts/vscodeUninstaller .mjs' ,
6464 experiments : { outputModule : true , topLevelAwait : true } ,
6565 output : {
6666 path : path . resolve ( __dirname , 'dist' ) ,
67- filename : 'vscodeUninstall .mjs' ,
67+ filename : 'vscodeUninstaller .mjs' ,
6868 library : { type : 'module' } ,
6969 chunkFormat : 'module' ,
7070 clean : false ,
You can’t perform that action at this time.
0 commit comments