Commit Graph

1636 Commits

Author SHA1 Message Date
Johannes Rieken
4962417ffc Revert "ensure uploading source maps happens *after* they have been created"
This reverts commit c93fe0d58b.
2018-08-14 14:23:35 +02:00
Johannes Rieken
c93fe0d58b ensure uploading source maps happens *after* they have been created 2018-08-14 10:53:59 +02:00
Johannes Rieken
06139b43d4 leave upload path as /dist/ 2018-08-13 20:40:22 +02:00
Johannes Rieken
bb07163524 more tweaks 2018-08-13 18:52:12 +02:00
Johannes Rieken
0425b36c5d patch and save source maps so that they get uploaded 2018-08-13 18:23:46 +02:00
Johannes Rieken
4955f2131e Merge branch 'master' into joh/extpack 2018-08-13 15:38:49 +02:00
Alex Dima
933c8d4b06 Bring back nls bundles for the editor 2018-08-12 15:46:41 +02:00
Alex Dima
3c7b9a8c55 Create the ESM distribution from the tree shaken sources 2018-08-12 15:46:32 +02:00
Johannes Rieken
b2c8ca553c tweak source mapping url 2018-08-10 16:15:34 +02:00
Johannes Rieken
6f55622a06 make sure to massage sourcemaps-url, make sure to upload sourcemaps from dist/folders 2018-08-10 15:36:44 +02:00
Benjamin Pasero
cd1f0f2758 debt - remove nsfw from build dependencies 2018-08-10 14:58:42 +02:00
Johannes Rieken
776e491ba4 bundle into dist folder, copy ask-pass shell scripts into dist, some 💄 2018-08-09 15:31:31 +02:00
Johannes Rieken
32a051090f 💄 2018-08-08 17:43:07 +02:00
Johannes Rieken
fdb7b4bcf4 invoke webpack when bundling extensions 2018-08-08 16:53:55 +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
Rob Lourens
6fae52876b Fix #53445 - change build id generation to not depend on git tags 2018-07-08 15:16:19 -07:00
Erich Gamma
afbf447ccd Fix for #53710 adopt TS support for checking JSON files 2018-07-06 15:13:44 +02:00
Benjamin Pasero
4d0b3d025e debt week code cleanup
- avoid public modifier
- use Disposable where applicable
- fix some event handler leaks
- clean up some TODO@ben
2018-07-02 10:55:26 +02:00
Dirk Baeumer
b8b60dd487 Remove core language pack from build 2018-06-19 10:43:23 +02:00
Peng Lyu
ad635f2b4c Merge remote-tracking branch 'upstream/master' into rmacfarlane/review 2018-06-04 11:14:31 -07:00
Alex Dima
3989e2d7f6 Fixes #48758: Do not import standalone editor modules 2018-05-31 11:25:37 +02:00
Joao Moreno
b000f52c6e missing compilation 2018-05-30 16:53:19 +02:00
Joao Moreno
96cee4a6f0 add User-Id to marketplace build requests 2018-05-29 08:28:42 +02:00
Peng Lyu
9acfd66aa0 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-05-18 10:16:19 -07:00
Johannes Rieken
2fbc328d86 outline baby steps 2018-05-08 09:02:08 +02:00
Johannes Rieken
727774d6bc debt - make bulkEdit a service so that we can add create/delete/rename file to it 2018-04-30 12:30:24 +02:00
Peng Lyu
cbee2c0ce5 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-04-24 08:23:32 -07:00
Joao Moreno
1891516706 fixes #48393 2018-04-23 15:58:32 +02:00
Joao Moreno
d6b38359e6 proposed open url api 2018-04-20 13:43:08 +02:00
Dirk Baeumer
f373a15de0 Committing new JS file 2018-04-17 09:57:28 +02:00
Peng Lyu
c66b54a1ba translation reminder typo 2018-04-16 14:46:59 -07:00
Peng Lyu
8107cbff1c move comment widget out of editor 2018-04-16 14:45:34 -07:00
Joao Moreno
9d6f619140 error, missing compilation 2018-04-11 11:17:22 +02:00
Benjamin Pasero
5fca20a96c 💄 symbols upload 2018-04-10 09:58:18 +02:00
Matt Bierner
f53158e709 Build vscode with TS 2.8.1
Fixes #47512
2018-04-09 11:28:34 -07:00
Johannes Rieken
1d27e33cd6 Merge pull request #47226 from Microsoft/joh/monaco-typecheck
add monaco-typecheck tasks
2018-04-09 11:43:47 +02:00
Rob Lourens
c527da85be Fail build when settings search build id generation fails (#47359)
* Ensure that settings search build id handling fail will cause the build to fail

* Move some settings search build ID computation to util.ts

* Bump version number for test

* Add unit tests for util.ts additions

* Revert version number change

* Make versionStringToNumber throw if it fails

* Add missing import
2018-04-06 14:10:51 -07:00
Sandeep Somavarapu
dc97c9d819 Fix #29078 2018-04-05 17:02:40 +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
Dirk Baeumer
dfec7a4789 Using correct newline 2018-03-28 14:58:33 +02:00
Dirk Baeumer
2d2741477b Fix newline issue on i18n import 2018-03-28 14:58:32 +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
isidor
f2584c364d Bail out from launch for unresolvable variables
fixes #44411
2018-03-07 22:44:41 +01:00
Joao Moreno
0dfe0c4c3e Merge branch 'master' into gitattributes 2018-03-07 08:56:26 +01:00
Joao Moreno
100e9fc4e7 fix line endings in monaco.d.ts 2018-03-06 18:00:34 +01:00
Matt Bierner
267f791f2c Move webview editor and input to own part 2018-03-05 14:07:17 -08:00