Commit graph

60807 commits

Author SHA1 Message Date
Martin Aeschlimann
985840db96 update typescript-language-features 2020-02-10 03:27:46 +01:00
Martin Aeschlimann
a4c409ccdb inspect tokens: remove separator 2020-02-10 03:16:10 +01:00
Martin Aeschlimann
2e004b36a8 better tm scope for typeParameter 2020-02-10 03:12:14 +01:00
Martin Aeschlimann
4796310cf3 token types: remove super type for built-in types 2020-02-10 03:11:35 +01:00
Martin Aeschlimann
12509673e9 update typescript-vscode-sh-plugin 2020-02-10 02:25:47 +01:00
Sandeep Somavarapu
46750df406 Fix #89628 2020-02-09 23:30:04 +01:00
Sandeep Somavarapu
51a956b87f simplify user data sync service 2020-02-09 23:30:04 +01:00
Sandeep Somavarapu
d022bb76a9 move common logic to abstract synchronizer 2020-02-09 23:30:04 +01:00
Sandeep Somavarapu
dcef03a8e4 Align keybindings sync with settings 2020-02-09 23:30:04 +01:00
Sandeep Somavarapu
a63ce4df67 Improve conflicts handling when local content changes 2020-02-09 23:30:03 +01:00
Sandeep Somavarapu
fd2705396f - do not block sync if there are conflicts in one area
- allow confilicts in multiple areas
2020-02-09 23:30:03 +01:00
Sandeep Somavarapu
6a72d1a519 - move telemetry logging to abstract synchroniser
- improve logging
2020-02-09 23:30:03 +01:00
Matt Bierner
718331d6f3 Allow configuring TS Server watch options through VS Code
Fixes #89381

Given that these are advanced options, we require editing them in the json file instead of using our settings UI
2020-02-07 18:14:38 -08:00
Matt Bierner
ea54f48dda Update TS 3.8.1-rc
Updates to build VS Code using TS 3.8.1 (which require fixing a newly caught type error)

Also updates our shipped JS/TS version to 3.8.1-rc
2020-02-07 17:43:56 -08:00
Jackson Kearl
d40fcf36eb Naming 2020-02-07 17:11:44 -08:00
Jackson Kearl
58655457f1 Add link to run search again when empty #89474 2020-02-07 17:08:27 -08:00
Jackson Kearl
bf4e9b09ea Fix search editor telemetry 2020-02-07 17:03:22 -08:00
Matt Bierner
b46d35c25c Don't import from node in extensions for URL and TextEncoder
Fixes #90162

Follow up on b1c5e2f19b
2020-02-07 15:51:13 -08:00
Rachel Macfarlane
1251bf0a6e Fix accessToken function on login method for settings sync 2020-02-07 15:34:27 -08:00
Rachel Macfarlane
b98f647ec9 Add polling for reconnect to auth extension 2020-02-07 11:42:43 -08:00
Rachel Macfarlane
6b7776741f Remove unneeded de-dup code from account extension 2020-02-07 11:29:57 -08:00
Rachel Macfarlane
03d1c79f55 Set authStatus to unavailable when unable to refresh token, #89200 2020-02-07 10:55:38 -08:00
SteVen Batten
7040f416f7 add back order to custom view container
fixes #90232
2020-02-07 09:28:41 -08:00
SteVen Batten
6c8ca3b183 add tests for viewdescriptorservice event sequence
refs #89686
2020-02-07 09:09:35 -08:00
isidor
bc61602b85 fixes #89472 2020-02-07 17:15:34 +01:00
Johannes Rieken
7b8552a711 also add a note about electron unit test runner 2020-02-07 16:49:49 +01:00
Johannes Rieken
d288521f32 update test readme 2020-02-07 16:49:49 +01:00
Benjamin Pasero
6a91ae6eb0 test - fix help output for integration too 2020-02-07 16:48:46 +01:00
Alex Ross
68f2ab6134
Show specific task provider progress and allow providers to be canceled (#90236)
Part of #90087
2020-02-07 16:47:52 +01:00
isidor
415c22d2d1 fixes #89566 2020-02-07 16:44:44 +01:00
Jackson Kearl
67dd7855f5
Fix #89936 (#89938) 2020-02-07 07:39:42 -08:00
isidor
a5d3dff4ce debug polish task terminated message
#89566
2020-02-07 16:38:26 +01:00
isidor
20a53c62ed fix debug test 2020-02-07 16:36:03 +01:00
Benjamin Pasero
3f4e6a4854 test - make integration tests arguments 2020-02-07 16:35:32 +01:00
Jackson Kearl
f224c5906f
Dont show status bar mode picker if there's no declared mode support. Ref #89482. (#90183) 2020-02-07 07:31:33 -08:00
Martin Aeschlimann
f1be4993eb semantic styling readonly variables & add enumMember, event 2020-02-07 16:23:34 +01:00
Martin Aeschlimann
a0c3fcddd0 token types super types 2020-02-07 16:23:34 +01:00
Martin Aeschlimann
2d584060f2 get rid of TokenClassification 2020-02-07 16:23:34 +01:00
Benjamin Pasero
5e0189c8bf tests - browser tests to go through new log service 2020-02-07 16:22:10 +01:00
Johannes Rieken
f9c5a5511e add help printing 2020-02-07 16:20:09 +01:00
Johannes Rieken
c5d703aaa7
Merge pull request #90153 from microsoft/joh/continous-browser-tests
add browser tests to continous builds
2020-02-07 16:17:56 +01:00
isidor
40d9559590 Breakpoints allow to move to different sources on update
fixes #89756
2020-02-07 16:17:29 +01:00
isidor
d7eac676ac debug: when opening in editor ingore query, so different sessions open same source
#89756
2020-02-07 16:17:29 +01:00
Johannes Rieken
2b73bcc14d
Merge branch 'master' into joh/continous-browser-tests 2020-02-07 15:54:27 +01:00
Johannes Rieken
99fc41304e hygiene - exlcude test/**/out/** files 2020-02-07 15:54:04 +01:00
Johannes Rieken
a761827307
Merge branch 'master' into joh/continous-browser-tests 2020-02-07 15:51:23 +01:00
Johannes Rieken
86e4bcfaee show strike through for deletes, #89504 2020-02-07 15:43:51 +01:00
isidor
bee7a6e165 fixes #89709 2020-02-07 15:37:55 +01:00
isidor
4be43b9032 debug: only call setExceptionBreakpoints as specified in dap protocol
fixes #90001
2020-02-07 15:27:17 +01:00
isidor
91f5a4b6b9 explorer: register decorations provider only once rendered
fixes #90119
2020-02-07 15:09:49 +01:00