Commit graph

5739 commits

Author SHA1 Message Date
Rob Lourens 55ae86a53d Fix #55612 - fix findTextInFiles cancellation 2018-08-01 15:48:22 -07:00
Rob Lourens c48eda2c83 Minor edits 2018-08-01 15:17:58 -07:00
Pine Wu c9764c85d7 Settings description update for #54690 2018-08-01 14:46:33 -07:00
Jackson Kearl c94aad7f1d Settings format crawl 2018-08-01 11:37:32 -07:00
SteVen Batten 44f5e55785 oss updates for endgame 2018-07-31 22:40:25 -07:00
Pine Wu ba83f60dc3 Update vscode-css-languageservice to 3.0.10-next.1 2018-07-31 19:26:52 -07:00
Christof Marti d757b21c45 Polish embeddedEditorBackground 2018-07-31 22:23:54 +02:00
Pine Wu 53b5645dc2 Pull latest css grammar 2018-07-30 16:28:14 -07:00
Ramya Achutha Rao 1912c5d755 Allow extensions to log telemetry to log files #54001 2018-07-30 16:18:54 -07:00
Ramya Achutha Rao 4afd9f5343 Latest emmet helper to fix #52366 2018-07-30 15:34:16 -07:00
kieferrm 5534d7868f update to officical TS version 2018-07-30 10:55:29 -07:00
Martin Aeschlimann 2eb31c7170 fix javadoc formatter setting description 2018-07-30 17:03:13 +02:00
Matt Bierner 5198030c09 Describe what implementation code lens does
Fixes #55370
2018-07-30 15:59:17 +01:00
Matt Bierner 3086c88d21 Don't try closing tags when you type > after another > 2018-07-30 15:57:41 +01:00
isidor 55dfcd730e settings sweep
#54690
2018-07-30 16:53:12 +02:00
Christof Marti 0e39195279 Settings sweep (#54690) 2018-07-30 15:31:17 +02:00
Alex Dima 47212be6f3 Settings sweep (#54690) 2018-07-30 12:35:43 +02:00
Erich Gamma 83a42a58af Contribute run selected to the context menu 2018-07-29 11:38:22 +02:00
Erich Gamma 345440f62f prefix command with extension name 2018-07-29 11:12:25 +02:00
Erich Gamma 82423033d9 Added command to Run the selected npm script 2018-07-28 22:10:29 +02:00
Rob Lourens a2767ab649 Setting descriptions 2018-07-28 12:13:36 -07:00
Erich Gamma 812d082e90 Fixing Cannot debug npm script using Yarn #55103 2018-07-28 18:41:09 +02:00
Ramya Rao f51c30d8f4
Allow users to opt-out of features that send online requests in the background (#55097) 2018-07-27 15:42:17 -07:00
Matt Bierner eb0688ed63 Remove extra check
This is already handled by using a resource map
2018-07-27 14:21:18 -07:00
Matt Bierner 6ffbde1f4a Don't lowercase all file paths on case insensitive file-sysystems for geterr
Instead, we should always use the casing of the first file we see with a given path
2018-07-27 14:00:52 -07:00
Matt Bierner 8e35b4272b Disable interuptGetErr until next release. Needs more testing 2018-07-27 13:22:27 -07:00
Matt Bierner 0edee5d228 Support clickable folder projects refences
A project reference may point either to a tsconfig or to a folder containing a `tsconfig.json` file
2018-07-27 11:52:46 -07:00
Martin Aeschlimann 86f3a8077a [powershell] update grammar 2018-07-27 11:02:04 +02:00
Martin Aeschlimann 067a72787f [php] update colorizer tests 2018-07-27 11:02:04 +02:00
Martin Aeschlimann 54d183d2b7 update markdown colorizer tests 2018-07-27 11:02:04 +02:00
Martin Aeschlimann de24a9026f [java] update grammar 2018-07-27 11:02:04 +02:00
Martin Aeschlimann 404e737560 update html grammar 2018-07-27 11:02:04 +02:00
Martin Aeschlimann e4c54be876 update TypeScript grammar 2018-07-27 11:02:03 +02:00
Martin Aeschlimann c640a0ed5c adopt color changes in colorizer tests 2018-07-27 11:02:03 +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
Matt Bierner d96cf918b7 Try to interupt getErr request for user opetions 2018-07-26 18:34:18 -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
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 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 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 e32ea43fcb
Merge branch 'master' into misolori/a11y 2018-07-26 10:25:15 -07:00