Miguel Solorio
|
f3dd2158ca
|
Update Codicons: Add newline
482a516fd4
|
2021-11-05 09:15:32 -07:00 |
|
Tyler Leonhardt
|
60af1d383c
|
allow hover of detail. Fixes #101874
|
2021-11-05 08:38:27 -07:00 |
|
João Moreno
|
e5bcb02e1e
|
fix(tree): 🐛 allow navigating between breadcrumbs using arrow keys
|
2021-11-05 16:23:15 +01:00 |
|
Alex Ross
|
b5ac86ad3e
|
Change log level trace to info in auto tasks
Part of microsoft/vscode-remote-release#5309
|
2021-11-05 16:17:17 +01:00 |
|
Alex Ross
|
e4efcb3be9
|
Drive letter on Windows remotes
Fixes #135762
|
2021-11-05 16:09:01 +01:00 |
|
Ladislau Szomoru
|
c7a84f93d3
|
Address no-async-promise-executor ESLint rule
|
2021-11-05 14:52:06 +01:00 |
|
João Moreno
|
eaaf68f7ae
|
fix(list): Escape should shrink selection first
Closes: #118835
|
2021-11-05 14:42:59 +01:00 |
|
Johannes Rieken
|
d0755ba4bb
|
💄
|
2021-11-05 12:20:59 +01:00 |
|
Peter Strömberg
|
120ddb6053
|
Honor setting show only shortcut keys (#136251)
* Honor setting show only shortcut keys
* Shortcut-only setting, check shortcut.commandId
* Show keys when no title
|
2021-11-05 03:24:52 -07:00 |
|
Johannes Rieken
|
6ef5dbec55
|
_forwardMarkers must check for empty markerData, fixes https://github.com/microsoft/vscode/issues/136434
|
2021-11-05 10:51:20 +01:00 |
|
Henning Dieterichs
|
9d092bc97a
|
Fixes #136470 by not firing "onDidChange" when there was no change.
|
2021-11-05 10:15:19 +01:00 |
|
Martin Aeschlimann
|
2b250d9985
|
extract iconNameCharacter from doParseLabelWithIcons
|
2021-11-05 10:11:31 +01:00 |
|
Johannes Rieken
|
2499f31949
|
fix https://github.com/microsoft/vscode/issues/133622
|
2021-11-05 09:38:51 +01:00 |
|
Johannes Rieken
|
b59f00fc4d
|
fix (again) https://github.com/microsoft/vscode/issues/133210
|
2021-11-05 09:01:01 +01:00 |
|
Johannes Rieken
|
3b6a33dc07
|
inlay hints - properly dispose scroll listener
|
2021-11-05 08:29:06 +01:00 |
|
Rob Lourens
|
552af97a01
|
Add a welcomeView message when no debugger extensions are enabled
Fix #136450
|
2021-11-04 18:16:13 -07:00 |
|
SteVen Batten
|
8a4ddd5643
|
Revert "user agent testing"
This reverts commit 206975e91e.
|
2021-11-04 17:47:05 -07:00 |
|
Matt Bierner
|
08ef40bd52
|
Clairify webview names
- Better mark interfaces using `I`
- Don't use `iframe` since all webviews now use iframes
- WebviewOverlay -> OverlayWebview
|
2021-11-04 17:30:03 -07:00 |
|
Matt Bierner
|
8e3bfab216
|
Initial support for the webview find widget on web
Fixes #136473
|
2021-11-04 17:30:02 -07:00 |
|
Matt Bierner
|
dd075fadbc
|
Use ?.
|
2021-11-04 17:30:02 -07:00 |
|
Logan Ramos
|
87bb81422f
|
Ensure is mirrored is set
|
2021-11-04 20:11:51 -04:00 |
|
orange4glace
|
8e96e0b389
|
#fix: 108459 (#108666)
* #fix: 108459
* fix: prevent seedSearchStringFromSelection overrides searchString arg
* add: IFindStartArguments for find command arguments
update: add 'findInSelection' argument
update: 'Search Widget' --> 'Find Widget'
* fix: prevent overriding revealReplace
Co-authored-by: rebornix <penn.lv@gmail.com>
|
2021-11-04 17:08:40 -07:00 |
|
SteVen Batten
|
206975e91e
|
user agent testing
|
2021-11-04 16:30:06 -07:00 |
|
Logan Ramos
|
6dd03037c2
|
Update collector++ endpoint
|
2021-11-04 18:28:53 -04:00 |
|
Tyler Leonhardt
|
88d7502f32
|
include ~ in possible icon name. fixes #136172
|
2021-11-04 14:49:14 -07:00 |
|
rebornix
|
28d3032473
|
fix #135097.
|
2021-11-04 14:13:29 -07:00 |
|
Logan Ramos
|
2c083a7bc9
|
Fix errors in typings
|
2021-11-04 16:53:38 -04:00 |
|
Megan Rogge
|
14d89d8dc0
|
restore terminal color, icon, and name on restart (#136454)
|
2021-11-04 13:03:58 -07:00 |
|
Ladislau Szomoru
|
e31a18ea8c
|
Editors - pathsToEditors should ignore folders (#136359)
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
|
2021-11-04 21:03:04 +01:00 |
|
Connor Peet
|
8ad817b486
|
notebook: remove debug code
|
2021-11-04 12:12:07 -07:00 |
|
Connor Peet
|
e8667df108
|
notebooks: still prefer built-in renders, but add equivalence for 1st party jupyter ones
Fixes #136247
|
2021-11-04 11:44:30 -07:00 |
|
Connor Peet
|
6dc49ed3a5
|
testing: allow selecting text from test peek
Fixes #136410
|
2021-11-04 11:44:30 -07:00 |
|
Sandeep Somavarapu
|
fb72274879
|
clean up
|
2021-11-04 19:27:32 +01:00 |
|
Johannes Rieken
|
47b332ecf8
|
remove support for @optional service dependencies, https://github.com/microsoft/vscode/issues/119440#issuecomment-961164634
|
2021-11-04 18:21:06 +01:00 |
|
Tyler James Leonhardt
|
68957a66bb
|
add ability for embedders to specify urls that should open in a popup with opener (#136383)
|
2021-11-04 10:16:27 -07:00 |
|
Alex Ross
|
18e854aa33
|
Elevate if needed when restoring ports
Fixes microsoft/vscode-remote-release#5776
|
2021-11-04 16:44:45 +01:00 |
|
Daniel Imms
|
3afe028227
|
Remove optional usage from external terminal
Part of #119440
|
2021-11-04 08:38:00 -07:00 |
|
Alex Dima
|
b555ad16c5
|
Mark ::before and ::after users as deprecated
|
2021-11-04 16:37:24 +01:00 |
|
Daniel Imms
|
ca0fe11952
|
Merge remote-tracking branch 'origin/main' into tyriar/127878
|
2021-11-04 08:26:09 -07:00 |
|
Logan Ramos
|
a0019c1642
|
Update web telemetry validation
|
2021-11-04 11:08:24 -04:00 |
|
Alex Ross
|
999ef6915e
|
Don't show tasks error on folder open
Fixes #135803
|
2021-11-04 15:56:03 +01:00 |
|
Johannes Rieken
|
05b2c57917
|
send an event per mark
|
2021-11-04 15:42:58 +01:00 |
|
Megan Rogge
|
f411e1cffb
|
if profile name is null return undefined (#136438)
|
2021-11-04 07:05:35 -07:00 |
|
Johannes Rieken
|
b2c343d085
|
send telemetry for resource performance marker
|
2021-11-04 14:59:57 +01:00 |
|
Daniel Imms
|
eadf1c4152
|
Merge remote-tracking branch 'origin/main' into tyriar/127878
|
2021-11-04 06:48:03 -07:00 |
|
Ladislau Szomoru
|
273470f94a
|
Move disableWorkspaceTrust to the workbench layer
|
2021-11-04 14:05:31 +01:00 |
|
Henning Dieterichs
|
b88c19f2f2
|
Gets rid of "config.editor.useInjectedText" in ghost text widget, as injected text is now considered stable.
|
2021-11-04 13:31:55 +01:00 |
|
Henning Dieterichs
|
ce2764c70c
|
Merge pull request #136353 from microsoft/hediet/prefix-sum-minus-one
prefix sum minus one
|
2021-11-04 13:04:22 +01:00 |
|
Henning Dieterichs
|
a28d33aa6c
|
Merge pull request #136296 from microsoft/hediet/refactoring1
refactorings
|
2021-11-04 13:03:59 +01:00 |
|
Martin Aeschlimann
|
43fa8b4429
|
Merge pull request #136371 from microsoft/aeschli/browseThemes
Browse themes to install in the color theme picker
|
2021-11-04 12:58:51 +01:00 |
|