Skip to content

Commit f664d38

Browse files
authored
fix: slow activation times (#174)
- Bundle using esbuild - Up the ES version so that we compile less code - turn the vscode ignore into an allowlist - switch from dompurify to sanitize-html due to build issues
1 parent ee7c7c3 commit f664d38

File tree

6 files changed

+612
-680
lines changed

6 files changed

+612
-680
lines changed

.vscodeignore

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
**/*.ts
2-
**/tsconfig.json
3-
.gitignore
4-
.idea/**
5-
.vscode/**
6-
.vscode-dev/**
7-
yarn.lock
8-
.git/**
9-
.pytest_cache/**
10-
assets/**
1+
2+
*
3+
*/**
4+
**/.DS_Store
5+
!sourcery_binaries/**
6+
!out/**
7+
!package.json
8+
!sourcery-icon.png
9+
!welcome-to-sourcery.py
10+
!README.md
11+
!LICENSE
12+
!media/**
13+
!src/webview/**
14+
!walkthrough/**

0 commit comments

Comments
 (0)