Commit Graph

68 Commits

Author SHA1 Message Date
Joao Moreno
354738aa9f remove handleAzureJson 2016-10-20 09:52:20 +02:00
Martin Aeschlimann
1548a3f4da update-grammar script: include download functions 2016-10-10 17:20:27 +02:00
Joao Moreno
839edf04ab Revert "remove unused build script"
This reverts commit decfd25ac1.
2016-10-10 16:21:27 +02:00
Joao Moreno
decfd25ac1 remove unused build script 2016-09-21 15:57:17 +02:00
Joao Moreno
98dde6a5f2 download extensions at build time 2016-09-21 15:57:17 +02:00
Alex Dima
72ef20b5b3 Improve monaco-editor-core bundling 2016-09-18 23:05:42 +03:00
Benjamin Pasero
af877ffb53 fix gulp watch 2016-09-14 17:44:06 +02:00
Joao Moreno
94eb60a292 fix fsevents compatibility for build tools 2016-09-14 17:00:23 +02:00
Joao Moreno
9da8d35954 publish extension sourcemaps
fixes #10994
2016-09-13 09:42:11 +02:00
Alex Dima
9245f2c246 Generate original module ids for debugging purposes when bundling 2016-09-07 17:48:51 +02:00
Martin Aeschlimann
c5fc19d474 grammar update script: Generalize as /build/npm/update-grammar 2016-08-03 12:13:18 +02:00
Martin Aeschlimann
893483c907 [typescript] grammar-update script 2016-08-02 12:13:28 +02:00
Joao Moreno
1db12a0c45 implement retry in rimraf 2016-07-19 15:10:11 +02:00
Joao Moreno
e83b5b41da fix bad compile 2016-07-19 11:39:02 +02:00
Joao Moreno
4bd5ff8c7a reduce logging output during build 2016-07-19 11:38:00 +02:00
Joao Moreno
4afae7fda1 es6ify build scripts 2016-07-18 11:02:51 +02:00
Joao Moreno
2493556ca0 fixes #9269 2016-07-18 10:43:45 +02:00
Joao Moreno
1ef9a66db0 Revert "revert changes to gulp files"
This reverts commit 23afe96996.
2016-07-12 17:12:38 +02:00
Joao Moreno
23afe96996 revert changes to gulp files
Revert "oops"

This reverts commit 2be0f1d8cd.

Revert "cleanup top level gulpfile"

This reverts commit 849311713d.

Revert "use strict"

This reverts commit b6b7e82041.

Revert "forgot top level"

This reverts commit 1552828709.

Revert "remove VSCODE_BUILD_QUIET"

This reverts commit 8df5e70d12.
2016-07-12 11:47:48 +02:00
Joao Moreno
849311713d cleanup top level gulpfile 2016-07-12 11:12:50 +02:00
Joao Moreno
b6b7e82041 use strict 2016-07-12 11:06:15 +02:00
Joao Moreno
8df5e70d12 remove VSCODE_BUILD_QUIET 2016-07-12 10:47:19 +02:00
Dirk Baeumer
4e2e9302d3 Fixing monaco.d.ts generation 2016-06-24 11:15:39 +02:00
Alex Dima
350dd1ed2f Bundle editorWorkerServer into workerServer and editorSimpleWorker into simpleWorker 2016-06-09 00:22:59 +02:00
Alex Dima
b38055cdde Extract module ids and wrap around bundled code in a function to aid in minification 2016-06-08 20:35:10 +02:00
Alex Dima
27dae4d2b7 Bundler: generate bundleInfo, remove duplicated TS boilerplate 2016-06-08 20:35:08 +02:00
Alex Dima
bb7358555b Inline small svg/png images when bundling editor 2016-06-07 18:46:56 +02:00
Alex Dima
7ec0f25030 Improve editor-distro gulp task 2016-05-31 16:31:35 +02:00
Alex Dima
561cd05099 Bring in monaco.d.ts into the /src/ folder such that editor API can be typechecked to be exported correctly 2016-05-31 16:31:35 +02:00
Joao Moreno
b76da24dcd clean up pty.js on packaging
fixes #6963
2016-05-27 14:57:47 +02:00
Alex Dima
668a4ff8b1 Add completion API to the standalone editor 2016-05-26 23:28:14 +02:00
Alex Dima
e7352f726f Address Joh's feedback for the standalone editor API 2016-05-26 16:19:08 +02:00
Alex Dima
355656c52f Add languages API to the standalone editor 2016-05-25 23:56:28 +02:00
Alex Dima
e074dc1892 Regenerated standalone API 2016-05-25 15:38:02 +02:00
Alex Dima
d6659f6dd3 Reduce standalone editor API through @internal markers 2016-05-25 15:31:31 +02:00
Alex Dima
875e28c7ce Remove IEditorRange, IEditorSelection 2016-05-22 14:24:18 +02:00
Alex Dima
9de85cbefa Remove IEditorPosition 2016-05-22 14:24:16 +02:00
Alex Dima
b9b39fd2ae Auto-format the generated monaco-editor.d.ts 2016-05-21 11:29:43 +02:00
Alex Dima
b693a851e4 Fully automated monaco-editor.d.ts 2016-05-21 11:29:42 +02:00
Alex Dima
8b9c16f71c One last manual update for future reference 2016-05-21 11:29:41 +02:00
Alex Dima
c2f48a9116 format reference monaco-editor.d.ts 2016-05-21 11:29:40 +02:00
Alex Dima
0519a269ec First cut at monaco editor d.ts auto-generation 2016-05-20 17:45:42 +02:00
Dirk Baeumer
a2399f4576 Fixes --locale switch incorrect for Simplified Chinese, should be zh-cn not zh-ch 2016-03-23 09:24:38 +01:00
Dirk Baeumer
42d8735042 Fixes #4520: Code will not start with locale='zh-cn' or locale='zh-tw' 2016-03-22 12:50:39 +01:00
Dirk Baeumer
a942a04f58 Fixed casing for locale information 2016-03-15 12:59:49 +01:00
Dirk Baeumer
e9c0d0acae Enable i18n logging 2016-03-14 17:10:47 +01:00
Dirk Baeumer
94a329299a Fix nls build 2016-03-13 15:31:02 +01:00
Dirk Baeumer
e6fa8d974c Additional i18n files 2016-03-11 21:25:28 +01:00
Dirk Baeumer
e3ddd0074e Merge branch 'dbaeumer/extensionLanguageCreation' 2016-03-09 10:02:21 +01:00
Dirk Baeumer
9f5da0577d Create language specific nls files for extensions 2016-03-08 23:20:35 +01:00