Skip to content

Commit ed5c7f7

Browse files
committed
Fix VS Code extension
The VS Code extension is crashing on startup because performance-writer.js is not included in the .vsix package. Include it, fixing the crash. Also include the performance writer instructions in case anyone wants to play with it but doesn't have access to quick-lint-js' source repository.
1 parent 73f272a commit ed5c7f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin/vscode/.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
**/*
22

33
!LICENSE
4+
!PERFORMANCE-TRACING.md
45
!README.md
56
!dist/*
67
!extension.js
78
!package.json
9+
!performance-writer.js

0 commit comments

Comments
 (0)