Commit Graph

2792 Commits

Author SHA1 Message Date
Johannes Rieken
687e276dc2 update references viewlet 2019-11-14 14:07:18 +01:00
Rob Lourens
a04563df2c Bump node-debug 2019-11-13 19:07:23 -06:00
Rob Lourens
9e3d81afe9 node2@1.41.0 2019-11-13 18:49:10 -06:00
Johannes Rieken
bd4f9e8480 update reference view extension 2019-11-13 15:51:19 +01:00
Alexandru Dima
b5ce6014d7 Improve output in case of errors and generate an analysis folder with the source content (for easy diffing) 2019-11-13 11:15:38 +01:00
Alexandru Dima
27770ed1b5 Make type relationships more explicit to help the tree shaker 2019-11-13 11:15:37 +01:00
Alexandru Dima
898fbafa5b Make implements type relationships more explicit to help treeshaking 2019-11-13 11:15:37 +01:00
Alexandru Dima
032925e74e Improve error reporting during treeshaking 2019-11-13 11:15:36 +01:00
Alexandru Dima
f6b6a97807 Take typings from tsconfig.monaco.json 2019-11-13 11:15:36 +01:00
Benjamin Pasero
d2cff74b66 web - make sure adblocker do not prevent startup
Renamed workspace stats => workspace tags
2019-11-13 07:47:20 +01:00
Benjamin Pasero
0ec1207e40 build - compile leftover 2019-11-13 07:38:16 +01:00
Rachel Macfarlane
06a48362f3 Replace typings file for windows-process-tree with @types module 2019-11-12 16:00:33 -08:00
Johannes Rieken
8e1ce7174b update references view extension 2019-11-12 17:47:38 +01:00
Vladislav Hadzhiyski
72da3e4c35 Fix #83940 (#84414)
* Add custom "Open with" message to installer script

Supported languages: de, en, es, fr, hu, it, pt-br, ru

* Fix typo in build/win32/i18n/messages.en.isl

Co-Authored-By: jaqra <48099350+jaqra@users.noreply.github.com>

* Add tr translation for OpenWithCodeContextMenu

* Update translations to be consistent with "AddContextMenuFiles" translation

* Fix file encoding

* Fix asian lang files

* Add translations for Japanese & Chinese

* Fix file endings

* Remove newline at end of i18n files

* Add OpenWith translations without changing the file encoding
2019-11-12 06:31:52 -08:00
Benjamin Pasero
2977cfea26 encoding - more tests 2019-11-12 09:57:58 +01:00
Rachel Macfarlane
b9a9714d4c First cut of OAuth in the AuthTokenService 2019-11-11 12:45:38 -08:00
Matt Bierner
806bcecfa7 Merge branch 'master' into ben/test-custom-editor 2019-11-08 14:52:18 -08:00
Alex Dima
c9a2de2d9c Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
Johannes Rieken
dd8b177a2f update references view extension - https://github.com/microsoft/vscode/issues/84222 2019-11-08 12:41:06 +01:00
Johannes Rieken
9563176cd1 update references view 2019-11-07 17:00:05 +01:00
Benjamin Pasero
9893f45eb2 Merge branch 'master' into ben/test-custom-editor 2019-11-07 09:45:27 +01:00
Joao Moreno
6b31c8421e build: check quality frozen state 2019-11-07 07:42:16 +01:00
Matt Bierner
c8d64b13e5 Add code actions contributon point
For #82718
Fixes #52846

This adds a newly proposed codeActions contribution point. For details, see #82718

This change also makes the intellisense for the `editor.codeActionsOnSave` property dynamic by using the new contribution point
2019-11-06 10:13:59 -08:00
Benjamin Pasero
bc29be3025 custom editor - first cut playground 2019-11-06 11:53:14 +01:00
Matt Bierner
ed9f435931 Pick up TS 3.7 final
Fixes #83935
2019-11-05 13:05:08 -08:00
Johannes Rieken
5a1437bcd2 update references view extension 2019-11-05 19:42:46 +01:00
Joao Moreno
54be4a3976 Merge branch 'joao/cosmosdb' 2019-11-05 15:04:20 +01:00
Joao Moreno
71a8d1c540 remove dependencies to documentdb 2019-11-05 10:35:54 +01:00
Joao Moreno
ab9c642cb1 remove unused build file 2019-11-05 10:32:59 +01:00
Joao Moreno
cc087242f6 update sync-mooncake.ts 2019-11-05 10:28:18 +01:00
Benjamin Pasero
14c3b2e486 Update build to use node.js 12.x (#83967)
* build - update to node.js 12x for building

* fix it

* adopt vscode-gulp-watch
2019-11-05 09:53:15 +01:00
Peng Lyu
1101eb829d Fix monaco editor build npe. 2019-11-04 15:01:08 -08:00
Joao Moreno
bbf3ae9b56 use sprocs to publish builds 2019-11-04 14:06:57 +01:00
Amir Omidi
bf8410fc6c Use isNaN instead of === NaN 2019-10-31 14:49:10 -07:00
Rob Lourens
be62741e82 Bump node2 2019-10-31 11:45:24 -07:00
Andre Weinand
1cb4575fea node-debug@1.40.1 2019-10-25 16:47:02 +02:00
Alex Dima
a275e77a92 Improve hygiene filter 2019-10-25 09:19:35 +02:00
Matt Bierner
998028c4b8 Update to build vscode with 3.7 rc 2019-10-24 14:10:34 -07:00
Rob Lourens
1b5a3ac156 Delete module version check that is now redundant with similar check in hygiene 2019-10-24 09:23:53 -07:00
Joao Moreno
b53811e67e fix npm postinstall step, remove xterm from version matching 2019-10-24 08:20:25 +02:00
Joao Moreno
6de0eea388 use more CHILD_CONCURRENCY 2019-10-22 16:21:36 +02:00
Rob Lourens
49607f98c9 Bump node2 2019-10-21 14:11:01 -07:00
Matt Bierner
9d125dd690 Re-enable building VS Code with TS 3.7 (#82289)
* Re-enable building VS Code with TS 3.7

Reverts 5b0cdadc87

Blocked from check in due to https://github.com/microsoft/TypeScript/issues/33936

* update d.ts for ts 3.7
2019-10-17 14:14:20 -07:00
Miguel Solorio
74e61de8e8 Merge branch 'master' into misolori/icon-font 2019-10-17 12:23:08 -07:00
Miguel Solorio
26f879145d Remove codiconLabel.mock 2019-10-17 12:22:28 -07:00
Joao Moreno
833f443d6a update inno updater to 0.8.2 2019-10-17 14:10:12 +02:00
Joao Moreno
91c01a6180 Revert "update inno_updater to 0.8.1"
This reverts commit dc95a4ea65.
2019-10-17 12:46:30 +02:00
Joao Moreno
dc95a4ea65 update inno_updater to 0.8.1 2019-10-17 12:33:34 +02:00
Miguel Solorio
641276b599 Merge remote-tracking branch 'origin/master' into misolori/icon-font 2019-10-16 14:13:44 -07:00
Miguel Solorio
42d4a3b5c8 Replace 'Octicon' refs with 'Codicon' 2019-10-16 11:38:15 -07:00