Commit Graph

71897 Commits

Author SHA1 Message Date
Alex Ross 0eda23e112 Fix tasks when one of the exthosts is webworker 2020-10-23 10:42:35 +02:00
Johannes Rieken d166de9a0c log/telemetry for completion durations, https://github.com/microsoft/vscode/issues/109167 2020-10-23 10:35:33 +02:00
Johannes Rieken 96d61842ba when merging suggestions use clipboard from previous set, better fix for https://github.com/microsoft/vscode/issues/102330 2020-10-23 09:36:57 +02:00
Ladislau Szomoru 3d0242287e Move "Install VSIX" menu after the default menu groups 2020-10-23 09:32:06 +02:00
Sandeep Somavarapu 758240249a Fix #109210 2020-10-23 09:20:36 +02:00
Sandeep Somavarapu 7a3bdf4ee9 update distro 2020-10-23 08:58:04 +02:00
Matt Bierner dc9c7fae94 Remove readonly
This change was mistakenly checked in
2020-10-22 23:51:27 -07:00
Benjamin Pasero ec0a101f76 Editor tab shadow is rendered on top of contrast border (fix #109117) 2020-10-23 08:14:42 +02:00
Matt Bierner aabcbd5ef8 Also enable errors and warnings in interactive playground
For #83025
2020-10-22 22:42:55 -07:00
Matt Bierner 40fc0b1789 Enable semantic features in interactive playground
Fixes #109190
2020-10-22 22:36:08 -07:00
Matt Bierner 16075cc22a Add insertSpaceAfterOpeningAndBeforeClosingEmptyBrackets formatting setting
Fixes #109190
2020-10-22 22:36:08 -07:00
Eric Amodio b72c840ba0 Fixes #109136 2020-10-23 00:12:26 -04:00
Jackson Kearl ce9ed29d95 Update description of why we're using posix join. Ref #108566. 2020-10-22 17:56:07 -07:00
Jackson Kearl 225c3c185c Make indexedb tests work on windows. Ref #108566. 2020-10-22 17:51:15 -07:00
Rob Lourens 274d4a94c1 Add telemetry for terminal reconnection 2020-10-22 17:11:35 -07:00
Rob Lourens 89540b65db Don't persist debug terminals
#109084
2020-10-22 17:02:18 -07:00
SteVen Batten 08e0ace73b fixes #109128 2020-10-22 16:19:43 -07:00
Toan Nguyen e73ea41e37 Fix typos in vscode.proposed.d.ts 2020-10-22 15:41:52 -07:00
Sandeep Somavarapu b813399093 - use --install-builtin-extension arg instaed of --builtin flag to install builtin extension
- speed up installing extensions in cli
2020-10-22 22:31:52 +02:00
Ladislau Szomoru 5aed010f51 SCM viewlet filter on type improvements (#109170) 2020-10-22 21:33:36 +02:00
João Moreno 0f1904834b 💄 2020-10-22 21:12:13 +02:00
João Moreno 990c0284db Merge branch 'master' into pr/109133 2020-10-22 21:03:56 +02:00
Jackson Kearl 28b6143cb2 Skip windos 2020-10-22 11:51:39 -07:00
Jackson Kearl c912a16f27 Initial scaffolding for indexeddb fsp testing. Ref #108566 2020-10-22 11:30:15 -07:00
SteVen Batten 9eaeb4db68 move menubars modifier key emitter to dom.ts
refs #109062
2020-10-22 10:33:49 -07:00
Johannes Rieken 791305d3a5 fix compile error 2020-10-22 18:43:11 +02:00
Rachel Macfarlane eaa84868b5 Add localization comment for authencationExtensionPoint, fixes #108971 2020-10-22 09:36:56 -07:00
Rachel Macfarlane 48201c3620 Add localization comment for reportPerformanceIssue, fixes #108979 2020-10-22 09:36:56 -07:00
isidor 4051687d66 fixes #106505 2020-10-22 18:32:18 +02:00
isidor 54755765cc fix compile error 2020-10-22 18:18:35 +02:00
isidor 707134ef8c Add "Focus Activity Bar" action
fixes #108999
2020-10-22 18:17:27 +02:00
Johannes Rieken 114b969136 fix https://github.com/microsoft/vscode/issues/109149 2020-10-22 17:56:23 +02:00
isidor dd45bbe2ad remove console log 2020-10-22 17:55:17 +02:00
isidor 51bf511f16 Deduplicate same decorations so colors do not stack
fixes #109045
2020-10-22 17:44:55 +02:00
Johannes Rieken 14a80d3951 Boost extensions from formatting and programming categories for default formatter selection 2020-10-22 15:36:53 +00:00
Alex Ross f380b665b5 Ports view welcome state shouldn't hide detected ports
Also updated the status bar entry for detected ports
Fixes microsoft/vscode-remote-release#3876
2020-10-22 17:13:18 +02:00
Alex Dima 292a4d13d1 update distro 2020-10-22 17:07:38 +02:00
Rob Lourens 9dd69b3a2c Don't reconnect to task terminals 2020-10-22 17:04:41 +02:00
Alex Ross cc33c911d1 Remove remote explorer badge
Fixes #108798
2020-10-22 16:47:40 +02:00
Johannes Rieken 6e5f3d1140 chore - remove decoration service logging, fyi @bpasero 2020-10-22 14:40:07 +00:00
Johannes Rieken eb376d232c add CompletionItemModel#durations, #109167 2020-10-22 14:25:55 +00:00
Johannes Rieken f8391ef992 measure duration for completion provider from extensions, #109167 2020-10-22 14:06:36 +00:00
Johannes Rieken 38e46c9a4d duration for word based suggestions, Perf telemetry for completions #109167 2020-10-22 13:58:45 +00:00
Sandeep Somavarapu a6366cb038 fix compilation 2020-10-22 15:55:17 +02:00
Johannes Rieken 4c73fa617c define CompletionList#duration and adopt in snippets provider, Perf telemetry for completions #109167 2020-10-22 13:40:40 +00:00
Christof Marti c33d495dda On Linux use a different example (fixes #18902) 2020-10-22 15:37:39 +02:00
Benjamin Pasero c8d434c125 Revert "super" (happens when you don't use VSCode for Git stuff)
This reverts commit 829a508a1c.
2020-10-22 15:34:41 +02:00
Benjamin Pasero 829a508a1c super 2020-10-22 15:32:53 +02:00
Sandeep Somavarapu 8b9a8a53aa sync extension if machine scope is not specified 2020-10-22 15:18:37 +02:00
Sandeep Somavarapu 6103736bb9 Use dropdown action for extension install
- introduce install with sync/donot sync actions
2020-10-22 15:13:32 +02:00