Files
vscode/extensions/github/.vscodeignore
Matt Bierner 9e0a44acc3 Port github extension to use esbuild
Had to make same fixes as with #296355. We can't pull in const enums from a d.ts file like this
2026-03-02 11:28:35 -08:00

9 lines
110 B
Plaintext

src/**
!src/common/config.json
out/**
build/**
esbuild*.mts
tsconfig*.json
package-lock.json
testWorkspace/**