chore(extension): ws 모듈 번들 + E2E 사전 검증 #task-396
- extension/package.json: ws dependency 추가 - extension/.vscodeignore: !node_modules/ws/** 추가 (VSIX 번들) - known-issues: NPM WS 프록시 + ws 모듈 미번들 이슈 추가 - devlog: #010 완료, #011 E2E 사전 검증 (미완료)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
src/**
|
||||
node_modules/**
|
||||
!node_modules/ws/**
|
||||
*.ts
|
||||
!out/**
|
||||
tsconfig.json
|
||||
|
||||
Reference in New Issue
Block a user