Commit Graph

6154 Commits

Author SHA1 Message Date
Rob Lourens
3da89c1937 Rename previewOptions 2018-09-24 21:08:11 -07:00
Matt Bierner
7d359986ba Use less than for TS version checks instead of inverting greater than checks 2018-09-24 17:57:45 -07:00
Matt Bierner
484bf49abf Better fix for #58518 to avoid possible duplicated configure requests 2018-09-24 16:42:17 -07:00
Matt Bierner
58a72ab6cf Don't cache file config options until we succesfully complete a request
Fixes #58518
2018-09-24 16:42:17 -07:00
Rob Lourens
54090bc222 Fix #57459 - add default previewOptions for findTextInFiles 2018-09-24 16:41:03 -07:00
Rob Lourens
5b3403bfb5 Fix #57895 - remove leadingChars from search provider API 2018-09-24 16:41:03 -07:00
Matt Bierner
4861c344e2 Fixing tsc build tasks for project references
https://github.com/Microsoft/TypeScript/issues/27150
2018-09-24 16:18:58 -07:00
Matt Bierner
1369c6e595 Don't send @ as trigger character for ts 3.1
Fixes #59165

Workaround for https://github.com/Microsoft/TypeScript/issues/27321
2018-09-24 15:16:42 -07:00
Pine Wu
690563da6e Update css language service in html 2018-09-24 14:56:30 -07:00
Pine Wu
34879e95f1 Update CSS service 2018-09-24 10:31:29 -07:00
SteVen Batten
70b90231ce update built-in dark themes as menus look pale (#59123) 2018-09-24 09:55:00 -07:00
Benjamin Pasero
7b8c3383f9 💄 integration tests 2018-09-24 15:10:16 +02:00
Joao Moreno
b862885245 fixes #47141 2018-09-24 14:24:46 +02:00
Joao Moreno
d47474c557 git init: show picker earlier 2018-09-24 12:38:21 +02:00
Joao Moreno
a488569052 cancelled git.checkout 2018-09-24 11:08:35 +02:00
Sardorbek
0469b0089e add toml fixes: #51704 (#59089)
* add toml fixes: #51704

* add thirdparty notices
2018-09-21 15:13:38 -07:00
Matt Bierner
e19c9ba82d Addd option to open markdown preview links in markdown preview
Fixes #19339
2018-09-21 15:08:42 -07:00
Matt Bierner
a101ececf4 Remove onCommand from markdown preview 2018-09-21 15:08:41 -07:00
Matt Bierner
388a62fe12 Fix anchor links in markdown preview 2018-09-21 15:08:41 -07:00
Matt Bierner
7185906189 Reduce usage of postCommand in markdown preview 2018-09-21 15:08:41 -07:00
Alex Ross
1ff175f094 Wait to signal to the extHostTerminalService that the terminal is opened until the terminal has a name. (#58983)
Also added a change listener for title. Fixes #53057
2018-09-21 14:08:38 -07:00
Matt Bierner
7c82764dfb Pick up new TS insiders 2018-09-20 15:30:00 -07:00
Matt Bierner
97c753fa1f Don't treat cancellation as an error
**Problem**
In the ts server communication, canceling a request currently throws an exception. This is wrong because  cancellation is not an error. It also means that we need to wrap every server call in a generic try catch to handle cancellation. There are no checks in place to distinquish a cancellation from a rea
2018-09-20 10:59:01 -07:00
Matt Bierner
df411e9db3 Make js/ts quickfix-all action last item in group
fixes #55641
2018-09-20 10:59:01 -07:00
Johannes Rieken
9ac1af4899 add api tests for #1800 2018-09-20 17:24:33 +02:00
Joao Moreno
7c2d950958 git: cache isFreshRepository
related to #57854
2018-09-20 16:18:50 +02:00
Johannes Rieken
31adde8149 webpack - fix search-rg regression 2018-09-20 15:00:52 +02:00
Alex Dima
5bae3f69d9 Use webpack also for small built-in extensions 2018-09-20 14:17:45 +02:00
Martin Aeschlimann
7361bd990c Revert "Do not clear selection in single-select case (fixes #57850)"
This reverts commit a6626a8d90.
2018-09-20 12:51:07 +02:00
Martin Aeschlimann
1b38a64602 [json] update service (fixes #58956) 2018-09-20 12:37:25 +02:00
Johannes Rieken
5037516238 updated lock files 2018-09-20 12:06:55 +02:00
Johannes Rieken
6999ddbab7 update vscode-extension-telemetry 2018-09-20 12:06:55 +02:00
isidor
b1219d5b9b debug: fix faded color contrast in launch.json
fixes #56794
2018-09-20 10:31:05 +02:00
Joao Moreno
ac3d5c93ca git: expose repository ui state 2018-09-20 10:21:31 +02:00
Johannes Rieken
b0787a2b87 fix webpack entries for merge-conflict and search-rg 2018-09-20 09:59:24 +02:00
Martin Aeschlimann
667451bc61 [json] remove console logs 2018-09-20 09:50:37 +02:00
Matt Bierner
81562ab7b7 Tweak survey message 2018-09-19 17:39:30 -07:00
Matt Bierner
fd80f0de8a Don't potentially allow showing survey multiple times if user does not interact with a previously shown survey 2018-09-19 17:35:19 -07:00
Matt Bierner
f6b11178f7 Add check js survey
**Problem**
We'd like to understand the types of problems users are running into when using the checkJs feature in real world code. This is not something we can determine automatically

**Fix**
The TS team has put together a short survey that will hopefully help them understand how people are using checkJS and what problems they run into. This change adds client side logic to show the survey in the following case:

- A user as opened 10 projects that have checkJS set
- And they have not been prompted to complete the survey previously
- And they have not opted out of all js/ts surveys
2018-09-19 17:19:38 -07:00
Matt Bierner
a39679a8d0 Use results from _register directly 2018-09-19 17:19:38 -07:00
Matt Bierner
c785fc3c0b Remove use strict 2018-09-19 17:19:38 -07:00
Matt Bierner
cc9560c699 Make sure we trace events from tsserver 2018-09-19 17:19:38 -07:00
Matt Bierner
f20cd1aae1 Create uri from string correctly for ts server log
Fixes #58979
2018-09-19 17:19:37 -07:00
Matt Bierner
df8e43d8ef Trigger parameter hints when using insertParametersForFunctionCalls in js/ts
Fixes #58540
2018-09-19 17:19:37 -07:00
Pine Wu
67649d3923 Update to latest css grammar for #57407 2018-09-19 11:58:53 -07:00
Alex Dima
34e7a220c8 Avoid shipping unnecessary files 2018-09-19 19:53:46 +02:00
Martin Aeschlimann
2dd4d2b56f update css/html/json dependencies and webpack cleanup (fixes #57431, fixes #58417) 2018-09-19 16:52:47 +02:00
Martin Aeschlimann
d216f0e06e [php] add webpack support #57680 2018-09-19 16:52:47 +02:00
Joao Moreno
cac9991579 fixes #56504 2018-09-19 16:23:54 +02:00
Joao Moreno
08c2ce4910 fixes #54407 2018-09-19 16:02:56 +02:00