mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
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
This commit is contained in:
@@ -2,7 +2,7 @@ src/**
|
||||
!src/common/config.json
|
||||
out/**
|
||||
build/**
|
||||
extension.webpack.config.js
|
||||
esbuild*.mts
|
||||
tsconfig*.json
|
||||
package-lock.json
|
||||
testWorkspace/**
|
||||
|
||||
Reference in New Issue
Block a user