Sandeep Somavarapu
|
dea609b7ba
|
#102906 wording tweaks
|
2020-11-11 20:25:06 +01:00 |
|
David Sanders
|
f1c6ce7c9e
|
clarify effect of command enablement
|
2020-11-11 11:21:27 -08:00 |
|
Connor Peet
|
b3c2cc3a7f
|
debug: fix integrated terminal not changing drive
Fixes https://github.com/microsoft/vscode/issues/71534
|
2020-11-11 11:20:23 -08:00 |
|
rebornix
|
0e708ea0f7
|
fix #90897.
|
2020-11-11 11:16:38 -08:00 |
|
Sandeep Somavarapu
|
776d80f470
|
Merge pull request #104997 from rotem-bar/jensui/102906
feat(extensions): added an option to disable related dependencies when disabling an extension with enabled dependencies
|
2020-11-11 20:15:28 +01:00 |
|
Sandeep Somavarapu
|
0d23be5d74
|
Merge branch 'master' into jensui/102906
|
2020-11-11 20:14:54 +01:00 |
|
rebornix
|
a48ad3b1d8
|
clear find widget reveal timeout
|
2020-11-11 11:04:01 -08:00 |
|
Sandeep Somavarapu
|
d55e884024
|
Merge pull request #110370 from jeanp413/fix-107104
Fixes extension editor glitches while quickly navigating navbar
|
2020-11-11 19:58:19 +01:00 |
|
Sandeep Somavarapu
|
166f7a4cb0
|
Merge branch 'master' into fix-107104
|
2020-11-11 19:57:50 +01:00 |
|
Sandeep Somavarapu
|
f066dfcda8
|
Fix #67905
|
2020-11-11 19:50:13 +01:00 |
|
Sandeep Somavarapu
|
4ef91c2e40
|
Fix #94416
|
2020-11-11 19:36:03 +01:00 |
|
Connor Peet
|
593d3dd94d
|
debug: normalize drive letter in loaded sources view
Fixes https://github.com/microsoft/vscode/issues/31603
|
2020-11-11 10:28:04 -08:00 |
|
rebornix
|
f2ccceef3d
|
fix #84772.
|
2020-11-11 10:16:51 -08:00 |
|
Connor Peet
|
49d1396aeb
|
update pattern and add to grammar
|
2020-11-11 10:11:04 -08:00 |
|
Connor Peet
|
900bcb7632
|
Merge remote-tracking branch 'origin/master' into connor4312/fix-search-freeze-on-long-lines
|
2020-11-11 10:01:06 -08:00 |
|
Miguel Solorio
|
3e797ae1aa
|
Update drop shadows (refs #92301)
|
2020-11-11 09:50:18 -08:00 |
|
rebornix
|
a986b578a2
|
fix #106570
|
2020-11-11 09:46:30 -08:00 |
|
Andre Weinand
|
4d6c4ae0b7
|
insert a 1 sec delay before using a newly created terminal; fixes #38578
|
2020-11-11 18:31:55 +01:00 |
|
Johannes Rieken
|
6a8fe0a8da
|
let CommandsConverter actually convert commands, make sure "magic" commands handle uri components
|
2020-11-11 18:14:49 +01:00 |
|
Sandeep Somavarapu
|
b794105cb6
|
Fix #90548
|
2020-11-11 17:48:28 +01:00 |
|
Johannes Rieken
|
0bda02ba0d
|
tweak throttle based on actual numbers
|
2020-11-11 17:27:03 +01:00 |
|
Johannes Rieken
|
40558fc8e1
|
report suggest.durations.json-even only every 500th time
|
2020-11-11 17:15:45 +01:00 |
|
Sandeep Somavarapu
|
2b21aab9e2
|
fix #110410
|
2020-11-11 17:11:58 +01:00 |
|
isidor
|
8367f475e8
|
explorer: use EditorResourceAccessor
|
2020-11-11 16:45:02 +01:00 |
|
João Moreno
|
5bf6d0cabc
|
fixes #65188
|
2020-11-11 16:12:01 +01:00 |
|
Martin Aeschlimann
|
d7b84b8fd7
|
update monaco.d.ts
|
2020-11-11 15:55:08 +01:00 |
|
Martin Aeschlimann
|
e69d768e53
|
adopt feedback for #109923
|
2020-11-11 15:44:49 +01:00 |
|
isidor
|
776193fdc0
|
explorer: reveal diff editor
|
2020-11-11 15:37:37 +01:00 |
|
Sandeep Somavarapu
|
ab7c9d605a
|
fix reading store from config
|
2020-11-11 15:01:23 +01:00 |
|
Sandeep Somavarapu
|
740087a3e0
|
#109056 remove hack to use dialog service
|
2020-11-11 14:17:14 +01:00 |
|
Benjamin Pasero
|
61970cb6f3
|
preview - fix italic for description
|
2020-11-11 13:53:22 +01:00 |
|
Sandeep Somavarapu
|
fb5e7bae09
|
do not remove from remote if key is not registered - compute unregistered keys from last sync state
|
2020-11-11 13:27:21 +01:00 |
|
Sandeep Somavarapu
|
86621ccdee
|
do not remove key in cloud if it is not registered
|
2020-11-11 12:30:48 +01:00 |
|
Johannes Rieken
|
87fd567da0
|
add commit characters to explain mode, https://github.com/microsoft/vscode/issues/110382
|
2020-11-11 12:16:55 +01:00 |
|
Johannes Rieken
|
efef7c1d15
|
layout code lens content widget when adding commands, fixes https://github.com/microsoft/vscode/issues/110332
|
2020-11-11 12:12:31 +01:00 |
|
Martin Aeschlimann
|
bcf2f23cef
|
Can't save workspace locally when using remote extension. Fixes #109713
|
2020-11-11 11:41:52 +01:00 |
|
Martin Aeschlimann
|
49342801cd
|
[semantic highlighting] improve fallback scope for macro. Fixes #110150
|
2020-11-11 11:41:52 +01:00 |
|
Johannes Rieken
|
14075af62e
|
don't resolve code lens when typing, immediately resolve code lens after receiving them, fixes https://github.com/microsoft/vscode/issues/96783
|
2020-11-11 11:41:05 +01:00 |
|
Andre Weinand
|
49bd4e4b34
|
Merge branch 'master' into dirSep
|
2020-11-11 11:25:51 +01:00 |
|
Alex Ross
|
82c65e753f
|
Add Refresh context menu action to candidate ports
Fixes microsoft/vscode-remote-release#2927
|
2020-11-11 11:05:27 +01:00 |
|
João Moreno
|
d4e1ae56ed
|
fix alpine build
|
2020-11-11 10:57:41 +01:00 |
|
Alex Ross
|
5e5ce9ec53
|
Better compacting of URLs in ports view
|
2020-11-11 10:33:41 +01:00 |
|
Benjamin Pasero
|
8dc55cf219
|
fix sandbox
//cc @sandy081
|
2020-11-11 10:32:02 +01:00 |
|
Benjamin Pasero
|
8c8e2a888c
|
debt - make dialog handlers a workbench core piece
//cc @sbatten
|
2020-11-11 10:29:14 +01:00 |
|
João Moreno
|
c58384b87b
|
distro
|
2020-11-11 10:16:21 +01:00 |
|
João Moreno
|
eba1343a10
|
cleanup linux alpine build
|
2020-11-11 10:14:27 +01:00 |
|
Martin Aeschlimann
|
b7cb5e2e1a
|
Merge pull request #109643 from eltociear/patch-1
Fixed typo 'sequece' to 'sequence'
|
2020-11-11 09:56:39 +01:00 |
|
isidor
|
f27d73be72
|
fixes #110353
|
2020-11-11 09:56:03 +01:00 |
|
Alex Dima
|
14140d2a19
|
Revert "Merge pull request #109049 from digeff/searchView/context/extensionPoints"
This reverts commit a1bb5ac207, reversing
changes made to 9a08a10708.
|
2020-11-11 09:46:47 +01:00 |
|
Johannes Rieken
|
31c034604e
|
remove old forUris, rename forUris2 to forUris, https://github.com/microsoft/vscode/issues/110241
|
2020-11-11 08:43:08 +01:00 |
|