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
Joao Moreno
4e3f58f2f4
git: handle deleted conflicts
...
fixes #52787
2018-09-19 15:48:28 +02:00
Johannes Rieken
758f2495cd
webpack for search-rg, #57680
2018-09-19 15:27:58 +02:00
Johannes Rieken
3053689bb5
webpack merge-conflict #57680
2018-09-19 15:19:51 +02:00
Joao Moreno
7f9b85612d
fixes #49902
2018-09-19 12:33:11 +02:00
Joao Moreno
42f6ffc872
fixes #49723
2018-09-19 11:54:09 +02:00
Joao Moreno
ba076500a8
missing await
2018-09-19 11:54:09 +02:00
Johannes Rieken
1da08a83c8
update vsce ignore file #57680
2018-09-19 10:55:17 +02:00
Martin Aeschlimann
73e5ac4db0
[html] update service, fix webpackaging
2018-09-19 10:54:40 +02:00
João Moreno
8a142f5b81
Merge pull request #58731 from oneslash/new_branch_if_no_other_found
...
always show create a branch button
2018-09-19 10:28:17 +02:00
Ramya Achutha Rao
d0a67178ca
Update appinsights in built in extensions
2018-09-18 18:35:12 -07:00
Matt Bierner
565c88f4fd
Use more reliable signal for ts project load complete
...
`telemetry` is not fired for implicit projects, while `projectsUpdatedInBackground` should always be fired. Gating this to 3.0 since I believe the event was only added recently
2018-09-18 16:51:01 -07:00
Matt Bierner
6ec7423464
Show loading indicator while js/ts language features are first being initialized
...
First suggested in #22614
Fixes #58916
2018-09-18 16:28:49 -07:00
Matt Bierner
1be59b4573
Support typescript's fileToRename
...
Fixes #51175
Allows triggering renames on import paths
2018-09-18 15:22:59 -07:00
Matt Bierner
0aaa7c9d46
Pick up support for TS's new triggerSpan property on rename
2018-09-18 15:22:59 -07:00