Commit graph

37497 commits

Author SHA1 Message Date
Martin Aeschlimann c640a0ed5c adopt color changes in colorizer tests 2018-07-27 11:02:03 +02:00
isidor 86c743c28e simpleEditor: minor renames 2018-07-27 10:53:53 +02:00
Isidor Nikolic 8faec97167
Merge pull request #55073 from JacksonKearl/simplewidget-refactoring
Refactor simple widget editor config files
2018-07-27 10:45:37 +02:00
Isidor Nikolic c1abdc1228
Merge pull request #54881 from Microsoft/misolori/a11y
Fix color contrast issues
2018-07-27 10:35:21 +02:00
Christof Marti d397db1b1a Fix PageUp/Down (fixes #54457) 2018-07-27 10:32:02 +02:00
Johannes Rieken b2c8d97d9b bc - Focus Breadcrumbs command should focus and select the last item 2018-07-27 09:23:54 +02:00
Christof Marti 364c454e9c Use focus tracker (fixes #53867) 2018-07-27 09:21:02 +02:00
Christof Marti bcfc2b8119 Announce number of results in QuickPick for screen readers (fixes #52542) 2018-07-27 08:52:02 +02:00
Rob Lourens dae69dbf00 Settings editors - fix \n enum value breaking json syntax 2018-07-26 21:52:32 -07:00
Rob Lourens 0dea26f6e7 Search provider - avoid unnecessary joinPath in some cases
Maybe fixes liveshare issue
2018-07-26 21:42:24 -07:00
Rob Lourens c348736137 Add temp registerSearchProvider stub
to avoid breaking live share in Insiders
2018-07-26 21:29:40 -07:00
Rob Lourens a9589652c1 Add "new extensions" settings results button for #49474, but disabled for now 2018-07-26 19:47:21 -07:00
Rob Lourens f303b02376 Remove old extension settings code 2018-07-26 19:47:21 -07:00
Ramya Achutha Rao 7e9474edbe Run extension queries in sections only if applicable 2018-07-26 19:44:35 -07:00
Matt Bierner d96cf918b7 Try to interupt getErr request for user opetions 2018-07-26 18:34:18 -07:00
Rob Lourens 1cbd30833b Settings editor - use ellipsis instead of gear 2018-07-26 17:59:30 -07:00
Matt Bierner 01989b1c67 Set global user preferences on updatePaths
https://github.com/Microsoft/TypeScript/issues/25739
2018-07-26 17:36:11 -07:00
Matt Bierner 21bb402655 Fix projectInfo call signature for TS 3.0 2018-07-26 17:36:11 -07:00
Matt Bierner e49f6543a6 Reduce duplication and improve errors around TypeScript execute types 2018-07-26 17:36:11 -07:00
Matt Bierner 52db14c9e6 Sort definitions 2018-07-26 17:36:11 -07:00
Matt Bierner 74b5247504 Use more explicit types for ts server execute
- Only allow known strings to be used as commands
- Simplify overloading. Introduce new `executeWithoutWaitingForResponse` function for calls that are fire and forget
- Always require a token for execture calls
2018-07-26 17:36:11 -07:00
Ramya Achutha Rao 9e411a5fd3 Renaming tag for settings for online services #54354 2018-07-26 17:21:32 -07:00
Ramya Rao dbbfaf4110
Use tags for filtering settings (#55198)
* Use tags for filtering settings

* Separator
2018-07-26 17:15:42 -07:00
Matt Bierner b4ab206963 Pick up new ts insiders 2018-07-26 16:07:02 -07:00
Matt Bierner 633e386b18 Remove extra conditional 2018-07-26 16:06:05 -07:00
Matt Bierner 5e40bd7df9 Expand js/ts document symbols to have entries for each span
Fixes #54855
2018-07-26 16:01:34 -07:00
Matt Bierner bd1e8d40fd Fix unit test 2018-07-26 15:42:24 -07:00
Matt Bierner 1e10fa5163 Update ts/js grammars 2018-07-26 15:40:45 -07:00
Matt Bierner 341013c0ef
Log warning when returned code action will be dropped (#55090)
* Add extension logging when returned code action will be dropped

Fixes #54803

Adds a loggin warning when a code action provider returns code actions that will be dropped. Warn in the the following cases:

- A provider returns code actions (not commands)
- And a specific code action type is requested.
- And the returned code actions either don't set kind or are of the wrong kind

* Use log service

* Include extension id in warning
2018-07-26 15:14:16 -07:00
Rob Lourens aff77d278b SearchProvider - clean up FileSearchProvider, remove cacheKey 2018-07-26 12:28:15 -07:00
Rob Lourens 28fd1cc007 Search provider - clean up file index search, remove PPromise 2018-07-26 12:28:15 -07:00
Rob Lourens d36a3d2395 Search provider - implement FileIndexProvider 2018-07-26 12:28:15 -07:00
Rob Lourens 9999dac541 SearchProvider - split out separate TextSearchProvider #47058 2018-07-26 12:28:15 -07:00
Miguel Solorio d770c8b280 Update modified color to meet color contrast ratio 2018-07-26 11:16:47 -07:00
Miguel Solorio 41df9793e0 Update opacity to meet color conrast ratio 2018-07-26 11:12:12 -07:00
Jackson Kearl aec78631e9 Renaming and pull text HTML style config out to extensions file 2018-07-26 11:11:30 -07:00
Miguel Solorio e32ea43fcb
Merge branch 'master' into misolori/a11y 2018-07-26 10:25:15 -07:00
Johannes Rieken 9cc1fc914d fix #55163 2018-07-26 19:10:58 +02:00
Johannes Rieken 4c5c94185f move WorkspaceEdit api additions to vscode.d.ts #10659 2018-07-26 18:43:09 +02:00
Rob Lourens 7e421ef110 Settings editor - remove some 'modified' handling code, use 'tags' 2018-07-26 09:26:50 -07:00
Rob Lourens 5b3e00e68f Implement "show online settings only" 2018-07-26 09:22:05 -07:00
isidor c7ab363b37 quickOpen: adopt to uri display service 2018-07-26 18:12:48 +02:00
isidor 6673b5a9f9 editorService: adopt uri display service 2018-07-26 18:08:49 +02:00
isidor 2de99c112e register uri display service early in workbench since other services can depend on it 2018-07-26 18:08:41 +02:00
isidor c99654e046 debug: adopt uri display service 2018-07-26 17:53:49 +02:00
Isidor Nikolic db9ce80baf
Merge pull request #54951 from Microsoft/isidorn/uriLabelProvider
uriLabelProvider
2018-07-26 17:40:32 +02:00
isidor f466647f91 uriDisplay: drive letter polish 2018-07-26 17:38:21 +02:00
Johannes Rieken d2c506038c add more jsdoc - fixes #52919 2018-07-26 17:34:46 +02:00
Johannes Rieken a9e8d5a1b1 simplify QuickInputButton#iconPath 2018-07-26 17:29:29 +02:00
isidor 501156e3c2 uriDisplayService with tests 2018-07-26 17:25:38 +02:00