Commit Graph

48051 Commits

Author SHA1 Message Date
Matt Bierner b2cd559eb1 TS 3.4 formatting 2019-04-03 11:43:49 -07:00
Matt Bierner 86fe4b3b1c 💄 2019-04-03 11:37:19 -07:00
Matt Bierner caafa5b692 Merge pull request #71561 from Microsoft/ts-3.4-build
Build VS Code using TS 3.4
2019-04-03 11:37:12 -07:00
Alex Dima e0692099e0 Add NodeModuleRequireInterceptor 2019-04-03 20:36:42 +02:00
Rachel Macfarlane 6ed5cebfe4 Update distro 2019-04-03 11:16:58 -07:00
Johannes Rieken 25f9be42c1 scoped context key services fire on their own emitter but expose a composite event, #71642 2019-04-03 18:36:59 +02:00
isidor 25069814d6 introduce ExtensionHostDebugService to no longer piggy back on the broadcastService
fixes #70835
2019-04-03 18:14:35 +02:00
Johannes Rieken ae83621543 adopt PauseableEmitter in ContextKeyService and for EditorModeContext, #71642 2019-04-03 18:05:09 +02:00
Johannes Rieken 1c1ff994d9 add PauseableEmitter to support #71642 2019-04-03 18:05:09 +02:00
Alex Dima 827eab9457 Fixes #71480: Handle floats in position validation 2019-04-03 17:51:12 +02:00
Benjamin Pasero 9f0e79e957 file service => legacy file service 2019-04-03 16:28:03 +02:00
Benjamin Pasero 8104e9f0a5 💄 2019-04-03 16:17:00 +02:00
Sandeep Somavarapu 19fd2b502f Merge pull request #71655 from Microsoft/ben/output-fileservice
output - use fileservice for watching
2019-04-03 16:13:13 +02:00
Johannes Rieken 10d5f63021 speed up fade-in animation, shorten resolve delay, #19917 2019-04-03 16:04:30 +02:00
Benjamin Pasero 94c6f97d41 telemetry - avoid use of crypto for hashing file paths 2019-04-03 16:00:49 +02:00
Andre Weinand d6f413356f add lauch.json to server-ready extension 2019-04-03 15:57:41 +02:00
Benjamin Pasero e917594477 fix bad type 2019-04-03 15:53:06 +02:00
isidor 5aa0d0be6e debug.hideSubSessions
#62972
2019-04-03 15:50:08 +02:00
Benjamin Pasero a65fb16cdd 💄 2019-04-03 15:48:03 +02:00
Johannes Rieken 98ea8943d1 more and better cancellation token sources 2019-04-03 15:42:59 +02:00
Johannes Rieken c3d0e7a979 allow to provide a parent when creating a cancellation token source 2019-04-03 15:39:41 +02:00
Johannes Rieken 917b1f54a2 cancel getCodeActions-request when model changes, #71580 2019-04-03 15:22:35 +02:00
Alex Ross 8907c485da Fix tasks compilation erros with TS 3.4.1
Fixes #71563
2019-04-03 13:10:31 +00:00
Benjamin Pasero 834d72dc16 files2 - try to fix tests 2019-04-03 14:55:30 +02:00
Johannes Rieken cd7a1069c0 fix #19917 2019-04-03 14:36:33 +02:00
Benjamin Pasero e9795f41e3 output - use fileservice for watching 2019-04-03 13:40:41 +02:00
Benjamin Pasero 1ddbe37c23 config - use statLink() 2019-04-03 13:39:02 +02:00
Benjamin Pasero 85323b9797 fix tests on Windows 2019-04-03 13:28:40 +02:00
Benjamin Pasero d6fd1f2bab files2 - support symbolic links for simple watching 2019-04-03 13:07:55 +02:00
Alex Ross 36d9d043b9 Remove tasks use of crypto in extHostTypes.ts 2019-04-03 10:49:24 +00:00
Benjamin Pasero c52cc76e1b files2 - register disposable properly 2019-04-03 12:43:42 +02:00
Benjamin Pasero 375face31f files2 - extract nodejs watcher to its own service 2019-04-03 12:42:37 +02:00
Sandeep Somavarapu dca554cf3b simplify workspace based configuration 2019-04-03 12:26:01 +02:00
Sandeep Somavarapu 0777889acc simplify folder configuration 2019-04-03 12:17:09 +02:00
Benjamin Pasero 1584fd8510 files2 - move watcher into watcher.ts 2019-04-03 12:03:49 +02:00
Benjamin Pasero 833419837c tests - less error spam 2019-04-03 11:46:47 +02:00
Johannes Rieken 413f079a8d debt - move createKeywordMatcher to its only consumer 2019-04-03 11:29:34 +02:00
Johannes Rieken 2a0ef6a1f2 debt - use new instead of types#create 2019-04-03 11:16:21 +02:00
Johannes Rieken 8f3acc6075 tiny perf - no need to clear dom node before setting innerHtml, use concat string instead of array 2019-04-03 10:57:30 +02:00
Johannes Rieken 72fea14f53 debt - use Map instead of Object for storing contexts 2019-04-03 10:41:59 +02:00
Sandeep Somavarapu 649f00067d Adopt to new file watcher 2019-04-03 10:27:06 +02:00
Alex Dima 084fc08304 Add clear method 2019-04-03 10:11:08 +02:00
Joao Moreno 04336627c2 Revert "more build logs"
This reverts commit 1c2ad3fa63.
2019-04-03 09:27:01 +02:00
Joao Moreno 1c2ad3fa63 more build logs 2019-04-03 08:45:13 +02:00
Benjamin Pasero 54146d3cef files2 - adopt VSBuffer 2019-04-03 08:24:55 +02:00
Benjamin Pasero 81bdf445b0 revert uneeeded change in tests 2019-04-03 08:15:16 +02:00
Benjamin Pasero 23fe9191e0 Merge pull request #71632 from Microsoft/ben/file2watcher
Implement file watcher for new file service
2019-04-03 07:53:50 +02:00
Benjamin Pasero 689059c743 💄 2019-04-03 07:51:59 +02:00
Benjamin Pasero fdc5217873 Merge branch 'master' into ben/file2watcher 2019-04-03 07:27:49 +02:00
SteVen Batten 5b4293e127 fixes #71406 2019-04-02 18:36:55 -07:00