Skip to content

Commit cc56288

Browse files
authored
Merge pull request #188 from microsoft/joh/accepted-marmot
fix esbulid and prepare next release
2 parents fc3bc9d + e7fcf60 commit cc56288

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

esbuild.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const buildNode = async () => {
2424
external: ['vscode'],
2525
outfile: './dist/extension-node.js',
2626
platform: 'neutral',
27-
packages: 'external',
2827
format: 'esm', // ESM output for Node.js
2928
sourcemap: true,
3029
minify: minify,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "GitHub Issue Notebooks for VS Code",
55
"publisher": "ms-vscode",
66
"preview": true,
7-
"version": "0.0.132",
7+
"version": "0.0.133",
88
"type": "module",
99
"repository": {
1010
"url": "https://github.com/microsoft/vscode-github-issue-notebooks"

0 commit comments

Comments
 (0)