Skip to content

Commit

Permalink
Add VS Code ignore record for dependency package
Browse files Browse the repository at this point in the history
We don't use bundle tool currently.

See https://code.visualstudio.com/api/working-with-extensions/bundling-extension
for other possible solution.
  • Loading branch information
wdhongtw committed Mar 8, 2021
1 parent 9fd0e23 commit 6f8fe22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
!README.md
!CHANGELOG.md
!images/icon-color.png

# Add each dependency library manually.
# This is a light weight solution to release without bundle tool.
# see: https://code.visualstudio.com/api/working-with-extensions/bundling-extension
!node_modules/lookpath

0 comments on commit 6f8fe22

Please sign in to comment.