mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
Switches from webpack to esbuild to bundle the css extension. Tested this locally in a browser and creating an official build to test the bundled extension still work correctly
18 lines
272 B
Plaintext
18 lines
272 B
Plaintext
test/**
|
|
.vscode/**
|
|
server/.vscode/**
|
|
server/node_modules/**
|
|
client/src/**
|
|
server/src/**
|
|
client/out/**
|
|
server/out/**
|
|
**/tsconfig*.json
|
|
server/test/**
|
|
server/bin/**
|
|
server/build/**
|
|
server/package-lock.json
|
|
server/.npmignore
|
|
package-lock.json
|
|
**/esbuild*.mts
|
|
CONTRIBUTING.md
|