Skip to content

Commit

Permalink
feat(bundle): Bundle the extension in parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Paraskos committed Oct 13, 2022
1 parent ed7ffaf commit 576dd8e
Show file tree
Hide file tree
Showing 8 changed files with 1,180 additions and 45 deletions.
12 changes: 6 additions & 6 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ CONTRIBUTING.md

webviews/node_modules/**
webviews/out/**
!webviews/node_modules/@vscode/webview-ui-toolkit
!webviews/node_modules/@vscode/codicons

client/node_modules/**
!client/node_modules/vscode-jsonrpc/**
!client/node_modules/vscode-languageclient/**
!client/node_modules/vscode-languageserver-protocol/**
!client/node_modules/vscode-languageserver-types/**
!client/node_modules/{minimatch,brace-expansion,concat-map,balanced-match}/**
!client/node_modules/{semver,lru-cache,yallist}/**
client/out/**

server/node_modules/**
server/out/**
Loading

0 comments on commit 576dd8e

Please sign in to comment.