Commit graph

71947 commits

Author SHA1 Message Date
Jackson Kearl 1fc0025bf4
Update README.md 2020-10-23 13:38:15 -07:00
Johannes Rieken c131e8bd6d add logging when running into event cap, https://github.com/microsoft/vscode/issues/108292 2020-10-23 20:54:07 +02:00
Johannes Rieken adf57aa968 when capping decoration events pick somewhat smarter, https://github.com/microsoft/vscode/issues/108292 2020-10-23 20:50:27 +02:00
Rob Lourens 4cc712b957 Don't reattach to a terminal that is already attached 2020-10-23 11:23:09 -07:00
Rob Lourens 9676646c83
Merge pull request #108120 from ryanclarke:106737-enumdescriptions-in-settings-ui
Add new property to IConfigurationPropertySchema
2020-10-23 10:41:19 -07:00
Jackson Kearl e4e12adc98 Add feedback wiki link to readme #109087 2020-10-23 10:32:40 -07:00
Rachel Macfarlane 102e0e6d84 Handle incomplete login requests gracefully, fixes #109102 2020-10-23 09:45:50 -07:00
isidor 0124f68884 fixes #107650 2020-10-23 17:24:26 +02:00
isidor ea006a72c0 progress bar: set aria roles
#109219
2020-10-23 17:00:24 +02:00
isidor a6af283f29 fixes #108999 2020-10-23 16:42:53 +02:00
isidor 84fc56e347 debug: use uriIdentityService for uri comparison
fixes #107830
2020-10-23 16:33:26 +02:00
isidor 9ba6b405c6 explorer: use UriIdentityService for uri comparison
#107830
2020-10-23 16:33:26 +02:00
Johannes Rieken e538eedb97 disable explain mode when suggest widget hides, fixes https://github.com/microsoft/vscode/issues/80983 2020-10-23 16:01:36 +02:00
isidor 17c4ee352d debug hover: respect editor hover delay
fixes #107921
2020-10-23 15:59:59 +02:00
Johannes Rieken 7a0ae96a0f nuke unused import 2020-10-23 15:33:29 +02:00
Johannes Rieken fa4660cf96 debt - remove unused suggest widget telemetry 2020-10-23 13:26:38 +00:00
Christof Marti 6f8515fadd Wait for extension registration (fixes #108378) 2020-10-23 15:05:31 +02:00
João Moreno c781e1f4ff
💄 2020-10-23 14:45:41 +02:00
João Moreno 42e920a18a
Merge branch 'master' into pr/108913 2020-10-23 14:32:22 +02:00
Johannes Rieken 5c013722f1 layout suggest widget when re-showing items 2020-10-23 14:27:54 +02:00
Johannes Rieken 63eddfc0e9 💄 completion provider display names, https://github.com/microsoft/vscode/issues/109167 2020-10-23 11:58:25 +00:00
Benjamin Pasero 58050c8c53 web - adopt modifier key emitter for shutdown prevention 2020-10-23 13:52:21 +02:00
Sandeep Somavarapu 3f20baf3b4 move storage keys sync registry service to shared process 2020-10-23 13:49:16 +02:00
Alex Ross 2116f17e96
User custom hover at iconLabel level (#108403)
Fixes #106095 and #107277
2020-10-23 13:29:21 +02:00
Alex Dima 9d9431f67d
Do not insert iframe as child of document.body 2020-10-23 13:14:58 +02:00
Alex Ross d18f310cfe Fix port forwarding sequencing issues 2020-10-23 13:14:43 +02:00
Johannes Rieken c582143321 fix tests 2020-10-23 12:48:56 +02:00
Benjamin Pasero 151de95cf9 debt - adopt host service in extension host debug service
//cc @weinand
2020-10-23 12:20:28 +02:00
isidor ff805b3a35 Consolidate ModifierKeyEmitter and AlternativeKeyEmitter
fixes #109062
2020-10-23 12:13:44 +02:00
Andre Weinand e0a433b8ca
Merge pull request #97440 from bzarco/launch-input-variables
Fix launch configuration input variable resolution.
2020-10-23 11:55:03 +02:00
Johannes Rieken 88113c5df7 tweak snippets type label 2020-10-23 11:46:04 +02:00
Johannes Rieken a2be50ece9 keep custom size around until details closes, https://github.com/microsoft/vscode/issues/109160 2020-10-23 11:22:18 +02:00
Johannes Rieken f5ac258693 log/telemetry for completion durations, https://github.com/microsoft/vscode/issues/29126 2020-10-23 11:22:18 +02:00
Andre Weinand 0fd157a9e2
Merge branch 'master' into launch-input-variables 2020-10-23 11:17:41 +02:00
João Moreno 50f78a6609
set cache control for web cdn 2020-10-23 11:12:44 +02:00
Andre Weinand 118db31ea6
Merge branch 'master' into launch-input-variables 2020-10-23 11:06:28 +02:00
Alex Ross da3b8a8ec1 Add fallback when long host for auto port can be parsed 2020-10-23 11:05:19 +02:00
Johannes Rieken 85702a3d9d add trigger characters to extension id as a weak way to make providerNames more unique, #109167 2020-10-23 08:52:24 +00:00
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
tomerstav 039f26db56 Highlight branchs upstream if defined by placing item first in picker 2020-10-23 04:36:17 +00:00