Commit Graph

71869 Commits

Author SHA1 Message Date
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
Sandeep Somavarapu
4a079b355f Introduce ignored extensions management service 2020-10-22 15:13:32 +02:00
Sandeep Somavarapu
2ed69dff1d introduce workbench extension management service 2020-10-22 15:13:32 +02:00
Sandeep Somavarapu
0e874957a5 pass install options 2020-10-22 15:13:32 +02:00
Sandeep Somavarapu
7df3db7690 Use split dropdown action 2020-10-22 15:13:32 +02:00
Johannes Rieken
55550e1551 fix https://github.com/microsoft/vscode/issues/109159 2020-10-22 14:55:13 +02:00
Johannes Rieken
98d0ad542f fix details hide-on-scroll issue, move before/after render functions... 2020-10-22 12:57:33 +02:00
Johannes Rieken
da6fb489f8 :liptstick: suggest widgets, details widget 2020-10-22 12:17:34 +02:00
Johannes Rieken
2fdbf69523 allow ol-tags in saferInnerHtml, https://github.com/microsoft/vscode/issues/109149 2020-10-22 11:59:14 +02:00
Johannes Rieken
fd7ebbb756 move content widget logic into its own class 2020-10-22 11:54:16 +02:00
Christof Marti
b3b5417500 Remove hardcoded URL 2020-10-22 11:26:08 +02:00
Johannes Rieken
1d71cd1f76 💄 state handling 2020-10-22 11:22:39 +02:00
Martin Aeschlimann
426214a2a9 sync persisted color theme data 2020-10-22 11:14:15 +02:00
Johannes Rieken
114c7eab26 better status bar sizing when using custom font sizes andline heights 2020-10-22 11:11:56 +02:00
Christof Marti
329c86960a Cleanup typing 2020-10-22 11:09:25 +02:00
Christof Marti
9465dbe8cc Use own domain 2020-10-22 11:09:25 +02:00
Johannes Rieken
10722887b8 simplify labels, fixes https://github.com/microsoft/vscode/issues/108987 2020-10-22 10:50:42 +02:00
Johannes Rieken
ff21e848ed simpler action rendering, render enter as symbol
https://github.com/microsoft/vscode/issues/88749
2020-10-22 10:19:39 +02:00
Alex Dima
3725ff44d5 Fixes #109131: Do not fail if an undo stop is inserted in between the two consecutive edits 2020-10-22 09:59:35 +02:00
Martin Aeschlimann
d49d437919 Merge branch 'master' of https://github.com/microsoft/vscode 2020-10-22 07:44:25 +00:00
Martin Aeschlimann
749a8edf99 [VCQ][DevDiv_VSO][VSCode][Placeholder meaning check] Fixes #108986 2020-10-22 07:44:22 +00:00
Johannes Rieken
30f8366f6d hide status bar overflow, https://github.com/microsoft/vscode/issues/88749 2020-10-22 09:18:15 +02:00
Benjamin Pasero
d0c90c9f3e debt - retry sqlite tests 2020-10-22 07:49:56 +02:00
Rob Lourens
9f7a586124 Only persist terminals for the same workspace
Fix #109082
2020-10-21 16:46:22 -07:00
Connor Peet
9b646fda6c debug: adopt perScriptSourcemaps options for faster browser debugging 2020-10-21 16:34:59 -07:00
Miguel Solorio
d7019f3d21 Fix #108981 2020-10-21 22:22:43 +00:00
Alex Dima
f4e5221ca7 update distro 2020-10-21 22:18:15 +02:00
SteVen Batten
1bb6133bbd fixes #109100 2020-10-21 13:04:59 -07:00