Skip to content

Commit

Permalink
Merge pull request #6 from michaeljolley/bundle
Browse files Browse the repository at this point in the history
build: Bundling extension with esbuild moving forward
  • Loading branch information
michaeljolley committed Jan 6, 2024
2 parents 293d659 + 0b2f268 commit 8f983cf
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 6 deletions.
14 changes: 11 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
.vscode/**
.vscode-test/**
.github/**
src/**
out/test/**
.gitignore
.yarnrc
vsc-extension-quickstart.md


**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts

.gitignore
.yarnrc
.pretterignore
.vscode-test.mjs
CHANGELOG.md
package.release.config.js
publish.release.config.js

0 comments on commit 8f983cf

Please sign in to comment.