Skip to content

Commit

Permalink
Fix default path to extension/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen authored and spoenemann committed Feb 12, 2024
1 parent 3151261 commit d408a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/tutorials/building_an_extension/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Regardless of what you're working with, you'll want to make sure you have the fo
{
...
"vscode:prepublish": "npm run esbuild-base -- --minify && npm run lint",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node",
"esbuild-base": "esbuild ./src/extension/main.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node",
...
}
```
Expand Down

0 comments on commit d408a50

Please sign in to comment.