Commit graph

51370 commits

Author SHA1 Message Date
Alex Dima b5c5f58941 Do not use ModelLineTokens objects 2019-07-09 16:32:23 +02:00
Johannes Rieken bc00e886a9 make it easier to use options, #48034 2019-07-09 16:27:53 +02:00
Johannes Rieken 65270230af tweak options for delete and write, #48034 2019-07-09 16:23:48 +02:00
Johannes Rieken a4fc9bb8c4 improved error propagation, #48034 2019-07-09 16:17:02 +02:00
Benjamin Pasero 0289e09e92 files - add a test for situations as #76861 2019-07-09 15:55:38 +02:00
Benjamin Pasero f2ebd70821 web - add comment 2019-07-09 15:47:53 +02:00
Benjamin Pasero eeb34e04f5 web - only prevent unload if backups have not completed yet 2019-07-09 15:37:30 +02:00
Sandeep Somavarapu 66cdaa19f1 update distro 2019-07-09 15:27:17 +02:00
Johannes Rieken 51123cd133 wrap error into FileSystemError, #48034 2019-07-09 15:20:10 +02:00
Johannes Rieken 1566f05f10 FileSystem docs, #48034 2019-07-09 15:20:10 +02:00
Alex Ross 680ce7a961 Use collapseByDefault in custom view tree
Part of #63566
2019-07-09 14:41:56 +02:00
Johannes Rieken 7fdb996f49 not everyone supports preload, #75061 2019-07-09 14:13:44 +02:00
Johannes Rieken acacc45e73 use UUID to force service worker updates 2019-07-09 12:50:10 +02:00
Sandeep Somavarapu 524d4139ae remove web flags 2019-07-09 12:49:35 +02:00
Sandeep Somavarapu fe21590bb8 💄 2019-07-09 12:43:59 +02:00
Sandeep Somavarapu 3b9d26ded9 #76442 fix implicit any 2019-07-09 12:28:52 +02:00
Alex Dima 66dc7a11b7 Create TM grammars on the web worker 2019-07-09 12:23:46 +02:00
Alex Dima 1f86c323f5 Add support for calling back from web workers 2019-07-09 12:23:46 +02:00
Alex Dima 144e913e23 Synchronize only attached models to the TM worker 2019-07-09 12:23:45 +02:00
Joao Moreno 9b0f7c03ca async data tree: collapseByDefault per element
related to #63566
2019-07-09 12:05:14 +02:00
Johannes Rieken 077fb1b430 only cache extension resources, #75061 2019-07-09 12:00:59 +02:00
isidor 28e07ec523 fixes #76768 2019-07-09 11:41:42 +02:00
Alex Ross 922ab6db62 Update grammar script to include option path for version
Update C grammars to get macro fix
2019-07-09 10:47:13 +02:00
Dirk Baeumer 9e769ab2ad Addresses #76442: Remove suppressImplicitAnyIndexErrors 2019-07-09 10:22:12 +02:00
Johannes Rieken f3569142cc update references view extension 2019-07-09 10:14:12 +02:00
Martin Aeschlimann c615eb8591 Revert "Updates to the latest icon theme from seti-ui"
This reverts commit b24d67b5fb.
2019-07-09 10:10:44 +02:00
isidor e01e4f92ee fixes #76767 2019-07-09 10:09:31 +02:00
Benjamin Pasero d51f451629 update distro 2019-07-09 10:08:33 +02:00
Alexander 1b1296cdb3 Revert "Add CLI flag to be able to disable smooth scroll in webviews" (#76944)
This reverts commit c93c73137e.
2019-07-09 10:00:45 +02:00
Benjamin Pasero 763b6987e0 update distro 2019-07-09 09:45:34 +02:00
isidor 139f7de503 implicit any casts 2019-07-09 09:42:51 +02:00
Alex Dima 49c45742b9 Towards loading TM grammars in a web worker 2019-07-09 08:53:13 +02:00
Alex Dima c3f72b8b80 Extract TMGrammarFactory to its own file 2019-07-09 08:53:13 +02:00
Alex Dima 2329188776 Extract TMGrammarFactory 2019-07-09 08:53:13 +02:00
Benjamin Pasero 8d1ff24849 fix #76739 2019-07-09 08:17:37 +02:00
Benjamin Pasero 3976e538f5 remove swipeToNavigate (#57629) 2019-07-09 08:02:47 +02:00
Benjamin Pasero 2ea7d60b25 💄 2019-07-09 07:34:24 +02:00
Ryo Nishimura c0989dff49 Fix typo transitionDisposables (#76723) 2019-07-09 07:33:12 +02:00
Hung-Wei Hung b59b11f1b7 Fix #76885 - Add icons for Configure File Association (#76900) 2019-07-09 07:27:26 +02:00
Matt Bierner 9296aaa220
Merge pull request #76554 from microsoft/dev/mjbvz/toWebviewResource
Add toWebviewResource api proposal
2019-07-08 19:29:42 -07:00
Matt Bierner 82e2f7a828 Add basic tests for vscode-resource case 2019-07-08 19:17:59 -07:00
Matt Bierner a558a9504a Adding toWebviewResource api
For #76489
2019-07-08 18:38:47 -07:00
Matt Bierner 3492642650 Fix/supressing more implicit index errors
#76442
2019-07-08 18:36:33 -07:00
Matt Bierner 6824cc9023 Fix/supress more implict index errors
#76442
2019-07-08 18:27:09 -07:00
Matt Bierner 8e86602c75 Adding explicit index signature types
#76442
2019-07-08 18:21:41 -07:00
Matt Bierner 573c5422a5 Use Set instead of using object to track previously seen values 2019-07-08 18:17:31 -07:00
Matt Bierner f3b0ce602f Add index signatures
#76442
2019-07-08 18:16:48 -07:00
Matt Bierner 0b31a16159 Fixing implict index error and extract duplicated code
For #76442
2019-07-08 18:07:27 -07:00
Matt Bierner f928d0eb36 Add log message to help catch leaked disposables in ext host 2019-07-08 17:53:32 -07:00
Matt Bierner ea9ed25285 Reworking code action UI logic
* Make widgets take a code action set directly instead of a promise to one
* Trying to move ownership of the code actions into the CodeActionUi class
2019-07-08 17:53:32 -07:00