59519 Commits

Author SHA1 Message Date
Benjamin Pasero
6cb0822d0c log - ensure to convert any arg to string (main logger) 2020-01-15 13:56:38 +01:00
Sandeep Somavarapu
90024773cf Fix #88672 2020-01-15 13:16:39 +01:00
isidor
cbe793261b fixes #88553 2020-01-15 13:02:37 +01:00
Johannes Rieken
2af91664d4 assign order to commands 2020-01-15 12:56:51 +01:00
Benjamin Pasero
2585092dbe tests - reduce output of integration tests (#84283) 2020-01-15 12:56:22 +01:00
Johannes Rieken
a3a53d730c add context menu commands to bulk edit pane 2020-01-15 12:46:09 +01:00
Johannes Rieken
c2e5e85090 IAction2 - allow multiple menu items 2020-01-15 12:46:09 +01:00
isidor
a78d0d7b86 fixes #88645 2020-01-15 12:11:23 +01:00
Johannes Rieken
9e13959d4c actually use opacity for the label..., #88552 2020-01-15 12:02:02 +01:00
Johannes Rieken
ebcd231a51 remove registerAction infavor of registerAction2 2020-01-15 11:42:54 +01:00
Johannes Rieken
d5b37e30f4 add registerAction2 to register a "modern" action 2020-01-15 11:42:54 +01:00
Sandeep Somavarapu
3ae460476f 💄 2020-01-15 11:26:58 +01:00
Benjamin Pasero
ea79f0a9b9 untitled - reduce service methods 2020-01-15 11:20:42 +01:00
Joao Moreno
c5fb0adc0e
fixes #86033 2020-01-15 11:18:52 +01:00
Sandeep Somavarapu
e1710168ea Fix #88646 2020-01-15 11:17:34 +01:00
Alexandru Dima
7cfc194352
Fixes #85712 2020-01-15 11:13:34 +01:00
isidor
5bfd23cdd8 Accessibility navigation commands should only be enabled on windows since they are tuned to what NVDA expects
fixes #87665
2020-01-15 11:07:32 +01:00
Sandeep Somavarapu
5c928dff37 Fix #85618 2020-01-15 11:06:38 +01:00
Joao Moreno
7a05051001
Merge commit 'refs/pull/86919/head' of github.com:microsoft/vscode into pr/86919 2020-01-15 11:05:43 +01:00
João Moreno
465fc2b965
Merge pull request #88157 from RealZogger/styling-bug
Fix missing styling from various icon container locations
2020-01-15 11:03:33 +01:00
Benjamin Pasero
9b6ae0ca7b textfiles - reduce service methods that are not needed anymore 2020-01-15 10:39:53 +01:00
isidor
3d5b61c843 fixes #86822 2020-01-15 09:58:09 +01:00
Benjamin Pasero
de264a8bf5 files - working copy service for explorer delete 2020-01-15 09:35:54 +01:00
Sandeep Somavarapu
33c79d5ad4 Fix #88659 2020-01-15 09:29:06 +01:00
Benjamin Pasero
78ba3c1ff4 textfiles - no need to instantiate BaseTextEditorModel for "Save As" 2020-01-15 08:24:22 +01:00
Jens Fischer
f85a3c8153 Clarify the docs for QuickPickItem.description and detail 2020-01-15 07:28:02 +01:00
Sandeep Somavarapu
e2d7fc79a6 #85216 Show download/upload options when syncing for first time 2020-01-15 07:02:57 +01:00
Jackson Kearl
b40e5ce729 Add matchienessHeuristic to delay some regex searches. Fixes #88539. 2020-01-14 20:11:36 -08:00
Jackson Kearl
b6fcbb1b16 Add dirty indicators 2020-01-14 19:37:38 -08:00
Jackson Kearl
b6b3fe55ce Ongoing work on save/open search results. 2020-01-14 18:18:24 -08:00
Jackson Kearl
17faa98879 WIP on search editors backed by files 2020-01-14 18:18:24 -08:00
Sandeep Somavarapu
18653ef66a fix token check 2020-01-15 01:57:52 +01:00
Sandeep Somavarapu
cc2d1a6444 Revert "fix token check"
This reverts commit bbc2da76a9798c2f8a562af56ac41c5a420a7e37.
2020-01-15 01:57:05 +01:00
Sandeep Somavarapu
bbc2da76a9 fix token check 2020-01-15 01:51:35 +01:00
Sandeep Somavarapu
f1ad679258 disable caching of sync requests 2020-01-15 01:38:25 +01:00
Sandeep Somavarapu
ffcc6b92e1 💄 2020-01-15 01:38:25 +01:00
Matt Bierner
3883ebd061
Add common service for logging deprecated api usage (#88585)
* Add common service for logging deprecated api usage

For #88391

Adds a new `ExtHostApiDeprecationService`. This service logs a warning and telemetry when a deprecated API is used.

Updates some of the more simple deprecated apis to use this new service

* Note that extensionId cannot be undefined

* Fix event name
2020-01-14 15:27:42 -08:00
Rachel Macfarlane
60beab2535 Move settings sync auth into built in extension 2020-01-14 14:50:37 -08:00
Sandeep Somavarapu
b13740b4f3 #88637 temp fix 2020-01-14 22:29:09 +01:00
Matt Bierner
95793304cc Also show extract to function as disabled in js/ts
Currently we only show `extract constant`
2020-01-14 13:03:59 -08:00
Matt Bierner
0fc545e916 Also show refactor documentation in normal lightbulb menu if refactorings are returned
For #86788
2020-01-14 12:23:35 -08:00
Sandeep Somavarapu
441a5860c5 Command to show sync log 2020-01-14 18:57:45 +01:00
Benjamin Pasero
56a9ef199e build - see if test retry helps 2020-01-14 18:13:14 +01:00
Benjamin Pasero
294f3b04c5 text files - allow to save any existing model 2020-01-14 18:09:12 +01:00
Benjamin Pasero
7cd3e04fb8 editors - favor closeEditors() over closeEditor() 2020-01-14 17:38:59 +01:00
Martin Aeschlimann
3198a28176 make consistent with plugin 2020-01-14 17:35:58 +01:00
Martin Aeschlimann
661bc5da41 define constants in typescript-vscode-sh-plugin 2020-01-14 17:35:58 +01:00
Alexandru Dima
d5c8eac689
💄 2020-01-14 17:35:28 +01:00
Sandeep Somavarapu
7fa04ddcea #85216 pull and push support in synchronisers 2020-01-14 17:19:31 +01:00
isidor
1faf9a6221 debugStart: add telemetry 2020-01-14 17:12:27 +01:00