COMMITS
/ build/lib/compilation.js June 3, 2021
B
build - unblock lauching
Benjamin Pasero committed
May 26, 2021
J
fix build compilation
João Moreno committed
December 22, 2020
A
Load expensive node modules lazily
Alexandru Dima committed
December 14, 2020
A
Check in `.js` files from the `/build/` folder to improve build speeds
Alexandru Dima committed
September 22, 2020
J
remove build compilation output
João Moreno committed
July 3, 2020
J
check for totalmem before starting compiling
Johannes Rieken committed
February 29, 2020
M
Build VS Code with TS 3.9-nightly
Matt Bierner committed
February 21, 2020
J
refactor build
Joao Moreno committed
February 20, 2020
R
Add GitHub authentication provider extension, closes #90384
Rachel Macfarlane committed
November 13, 2019
B
build - compile leftover
Benjamin Pasero committed
September 10, 2019
J
undo usage of tsProjectSrc-stream
Johannes Rieken committed
J
use tsb 4.0.2 use project files as src-stream, https://github.com/microsoft/vscode/issues/80632
Johannes Rieken committed
September 9, 2019
R
Delay gulp-watch read so watch task isn't broken on slower disks.
Rob Lourens committed
September 6, 2019
J
adopt gulp-tsb 4.0.0, remove postinstall hacks
Johannes Rieken committed
July 5, 2019
A
Fixes #70205: Switch to polling based watcher that does not miss events
Alex Dima committed
February 12, 2019
A
Adopt task.define (better task names)
Alex Dima committed
February 8, 2019
A
Render more task names
Alex Dima committed
February 5, 2019
A
Move away from deprecated gulp-util
Alex Dima committed
December 17, 2018
A
Add error handlers to watchers
Alex Dima committed
October 24, 2018
A
Show monaco.d.ts output only when something has changed
Alex Dima committed
A
Read monaco.d.ts.recipe files as needed (don't prepare them up front)
Alex Dima committed
A
Execute just once after N changes
Alex Dima committed
A
Add versioning to monaco.d.ts generation
Alex Dima committed
October 22, 2018
A
Use const enums (and generate non-const ones for standalone editor)
Alex Dima committed
October 17, 2018
A
Faster monaco.d.ts generation
Alex Dima committed
A
Cache TS source files between runs of generator
Alex Dima committed
A
Change how monaco.d.ts is generated:
Alex Dima committed
October 15, 2018
J
fix incremental compiler
Johannes Rieken committed
October 13, 2018
B
sqlite - storage => legacy storage
Benjamin Pasero committed
October 12, 2018
M
Use es2017 as target for build scripts (#60707)
Matt Bierner committed
October 10, 2018
M
Add tsconfig.strictNullChecks.json
Matt Bierner committed
October 3, 2018
M
Switch to use standard @types/node types instead of our customized version
Matt Bierner committed
M
Fix remaining strict null errors in build scripts
Matt Bierner committed
October 2, 2018
M
Clean up type inclusion logic
Matt Bierner committed
M
Try using @types for typings instead of our custom versions in src/typings
Matt Bierner committed
M
Switch to use node module resolution
Matt Bierner committed
September 4, 2018
M
Build using ts 3.0 (#57906)
Matt Bierner committed
July 19, 2018
A
Add a compile-editor-build task
Alex Dima committed
April 11, 2018
J
error, missing compilation
Joao Moreno committed
March 6, 2018
J
fix line endings in monaco.d.ts
Joao Moreno committed
December 15, 2017
A
Add option to disable sourcemaps for those in a hurry
Alex Dima committed
A
Do not write .d.ts files to disk, as they are not needed there
Alex Dima committed
June 23, 2017
R
Fixing build break as per #29330
Ramya Achutha Rao committed
J
break loader plugins into build and runtime version to keep the size low
Johannes Rieken committed
May 15, 2017
J
consolidate build package.json
Joao Moreno committed
April 26, 2017
J
update monaco.d.ts generation, recompile build-folder
Johannes Rieken committed
March 21, 2017
J
:construction_worker: update build files
Joao Moreno committed
March 6, 2017
B
build build/lib folder with latest
Benjamin Pasero committed
A
Fixes #21892: Do not read .d.ts files from disk when generating monaco.d.ts
Alex Dima committed
March 1, 2017
A
Fix gulp watch
Alex Dima committed