Commit graph

78 commits

Author SHA1 Message Date
Peng Lyu 1101eb829d Fix monaco editor build npe. 2019-11-04 15:01:08 -08:00
Miguel Solorio 26f879145d Remove codiconLabel.mock 2019-10-17 12:22:28 -07:00
Miguel Solorio 1f9045f47c Replace Octicons with Codicons 2019-10-14 19:15:35 -07:00
Alex Dima fe5315badc
Ship codicon with the standalone editor 2019-09-23 13:18:39 +02:00
Miguel Solorio 0fa53a6e66 Update refs to include codicon 2019-09-17 09:05:42 -07:00
Alex Dima 57f34ad851 monaco-editor-core@0.16.0 2019-03-02 02:35:13 +01:00
Alex Dima af95b7d343 Adopt task.define (better task names) 2019-02-12 20:43:55 +01:00
Alex Dima c25de7d09f Extract task code to its own file 2019-02-12 15:13:43 +01:00
Alex Dima f88e4f457a Adopt changes in gulp.src 2019-02-06 10:15:36 +01:00
Alex Dima f9da04c392 Fix eslint errors 2019-02-05 23:39:23 +01:00
Alex Dima 84bebd0ff6 Final adoption (#67863) 2019-02-05 21:23:35 +01:00
Alex Dima c9352c4ca9 Adopt new style gulp tasks for the editor (#67863) 2019-02-05 19:23:51 +01:00
Alex Dima cf19bcf862 More task simplifications (#67863) 2019-02-04 17:34:26 +01:00
Johannes Rieken 3646ede2d1 add lib.es2018.promise.d.to to yet another place, #65040 2019-02-04 09:35:09 +01:00
Alex Dima e4b1db51cc Fixes #65040 2018-12-17 15:43:09 +01:00
Alex Dima 6e465986a7 Fix editor publishing scripts (on Windows) 2018-11-13 15:31:28 +01:00
Alex Dima d729e50521 Fix standalone editor gulp scripts.
Tree Shaking:
- do not proceed with tree shaking when there are compilation errors
- load .d.ts files in the language service
- adopt TS 3.1.1 in symbol resolution
- use the real tsconfig.json / with "node" resolution

Bundling:
- fix issue where files were being looked for in out-build instead of out-editor-build
2018-10-10 11:09:29 +02:00
Benjamin Pasero 6607a81c12 debt - do not use deprecated Buffer() ctor 2018-08-22 10:42:36 +02:00
Alex Dima dd2a752c09 Don't ship unnecessary files in /esm/ 2018-08-12 15:48:15 +02:00
Alex Dima 3c7b9a8c55 Create the ESM distribution from the tree shaken sources 2018-08-12 15:46:32 +02:00
Alex Dima 09ec2eb1e4 Use the new optimize-editor task 2018-07-20 11:26:32 +02:00
Alex Dima 5a52c24f11 Add an alternative optimize-editor task 2018-07-20 11:26:31 +02:00
Alex Dima d8e13dc717 Add a compile-editor-build task 2018-07-20 11:26:31 +02:00
Alex Dima 03103a4f66 Add extract-editor-src with treeshaking task 2018-07-20 11:26:31 +02:00
Erich Gamma afbf447ccd Fix for #53710 adopt TS support for checking JSON files 2018-07-06 15:13:44 +02:00
Alex Dima df15f84236 Have esm/vs/editor/editor.api.d.ts be an external module (Microsoft/monaco-editor#871) 2018-05-15 11:17:11 +02:00
Alex Dima 6bf2e72541 Fixes Microsoft/monaco-editor#770 2018-04-25 11:47:01 +02:00
Johannes Rieken 5365e9d823 Revert "use cp.fork"
This reverts commit 161073b23f.
2018-04-05 14:36:21 +02:00
Johannes Rieken e1f94c6302 explain magic 2018-04-05 11:33:28 +02:00
Johannes Rieken 161073b23f use cp.fork 2018-04-05 11:33:12 +02:00
Johannes Rieken 03eb7931ae add monaco-typecheck tasks and add them to the compile/watch tasks 2018-04-05 10:00:50 +02:00
Alex Dima d0eaa02c0a Better support for ESM workers 2018-03-15 14:44:36 +01:00
Alex Dima 66091601a5 Ship editor in ESM format 2018-03-15 14:44:15 +01:00
Benjamin Pasero a23edada50 debt - avoid deprecated Buffer ctors 2018-02-26 13:09:54 +01:00
Joao Moreno c9fc911330 fix formatting 2018-02-12 12:40:53 +01:00
Erich Gamma 5e41d2aafb enable checkJS 2018-02-01 14:39:12 +01:00
Alex Dima ffa4402b08 More packaging fixes for the standalone editor 2017-06-30 18:04:22 +02:00
Alex Dima 6d40eb25dc Fix standalone editor packaging task 2017-06-30 17:54:51 +02:00
Alex Dima b3c009ba19 More layering clean-up 2017-06-19 12:10:43 +02:00
Alex Dima aeb466bdee Do not inline large SVGs (Fixes Microsoft/monaco-editor#336) 2017-01-26 14:17:57 +01:00
Alex Dima a2477d9a60 Move /build/gulpfile.common to /build/lib/optimize.ts 2016-10-20 15:00:01 +02:00
Alex Dima 9c70ea1302 No need to compile extensions when doing an editor build 2016-10-19 17:22:49 +02:00
Alex Dima b457326a02 Remove no longer used code (due to vs/languages removal) 2016-10-07 17:55:50 +02:00
Alex Dima 4aa1c3c621 Don't ship unused languages 2016-09-21 11:14:48 +03:00
Alex Dima 72ef20b5b3 Improve monaco-editor-core bundling 2016-09-18 23:05:42 +03:00
Alex Dima fa48339ae2 monaco-editor-core no longer ships any built-in languages 2016-09-18 11:50:11 +03:00
Joao Moreno 9da8d35954 publish extension sourcemaps
fixes #10994
2016-09-13 09:42:11 +02:00
Alex Dima 508585691b Don't ship the changelog with monaco-editor-core 2016-09-06 21:19:25 +02:00
Alex Dima bbcd753c7d Do not ship defineKeybinding resources in standalone editor 2016-09-05 15:39:27 +02:00
Alex Dima 22306fd270 Fixes Microsoft/monaco-editor#148: Force css loader plugin to inline images as base64 for the monaco editor 2016-08-31 16:17:00 +02:00