Commit graph

81796 commits

Author SHA1 Message Date
Raymond Zhao a0ce27feda
Update spdlog, use lazy initialization in extension host (#123033)
* Update spdlog, affects #121513

* Upgrade spdlog, use lazy initialization

* Bump remote spdlog version

* Update dependency again

* Upgrade for lodash vuln

* make sure the appender exists

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-11 06:33:01 -07:00
Benjamin Pasero 27af37c2d3
💄 working copy backup discards 2021-05-11 15:26:33 +02:00
Daniel Imms 016c6c8970 Update distro 2021-05-11 06:26:16 -07:00
Daniel Imms ec9025be0a Include useShellEnvironment in shell dto
Part of #123072
2021-05-11 06:17:50 -07:00
Alex Ross 4963e05b0d
Remove loading icon from task status
Part of#121659
2021-05-11 14:38:51 +02:00
Alex Ross 2a39f1f639
Add terminal statuses for tasks
Part of #121659
2021-05-11 14:20:52 +02:00
Ladislau Szomoru 50d78f1585
Simplify transition code 2021-05-11 14:13:53 +02:00
Martin Aeschlimann 1e810cafb7
The default Monokai highlight color is displayed incorrectly. Fixes #123044 2021-05-11 13:46:56 +02:00
Ladislau Szomoru e73447e436
Move banner theme colors 2021-05-11 13:05:17 +02:00
Johannes Rieken 7722872fa1
simpler onDidChangeDiagnostics-event 2021-05-11 12:20:07 +02:00
Johannes Rieken c99b670267
make sure to invoke onLastListenerRemove when disposing an Emitter, https://github.com/microsoft/vscode/issues/123487#issuecomment-837160646 2021-05-11 11:18:37 +02:00
Benjamin Pasero e5ae100f2c
fix state tests 2021-05-11 11:11:39 +02:00
João Moreno 4ed31ca457
introduce DomEmitter
related to #123487
2021-05-11 11:09:15 +02:00
Alex Ross f41b6e6d81
Add active editor to editor tabs and use in variable resolver (#123450) 2021-05-11 01:47:28 -07:00
Benjamin Pasero 102b3b410e
fix tests 2021-05-11 10:25:44 +02:00
Ladislau Szomoru b6a7db06de
Workspace trust - restricted mode banner (#123110) 2021-05-11 10:23:22 +02:00
Benjamin Pasero 812217d43b
fix compile errors (our watch task is not reliable?) 2021-05-11 10:06:19 +02:00
Benjamin Pasero 42730e3c66
state service 💄 2021-05-11 09:52:41 +02:00
Benjamin Pasero 87452fe2b9
state - rewrite state main persistence 2021-05-11 09:48:07 +02:00
Matt Bierner 4177014a1c
Revert "Put authority into webview resource uri"
This reverts commit 3d978d4dde.
2021-05-10 23:01:26 -07:00
Matt Bierner beeaa3675c
Remove only 2021-05-10 21:27:33 -07:00
Jackson Kearl 9f0fe65c77
[Getting Started] Allow for localized markdown files
Closes #123538
2021-05-10 20:55:14 -07:00
Matt Bierner 3d978d4dde
Put authority into webview resource uri
This lets us handle the case where a webview needs to load both local and remote resources
2021-05-10 20:40:07 -07:00
Matt Bierner d60cbb0eae
Pick up latest TS nightly for extension 2021-05-10 19:09:41 -07:00
Megan Rogge 368c86c3f6
Don't hide tabs view until the mouse leaves it (#123500) 2021-05-11 00:29:41 +00:00
Megan Rogge 6c9f17152c
save tabs width in vertical and horizontal terminal panel positions (#123516) 2021-05-11 00:05:54 +00:00
Tyler James Leonhardt 4eef854ab4
Revert "Move bing settings to its own stage (#123504)" (#123523)
This reverts commit 62c9755886.
2021-05-10 16:54:10 -07:00
Peng Lyu ae998a9261 Merge remote-tracking branch 'origin/notebook/dev' into main 2021-05-10 23:44:32 +00:00
Daniel Imms e70eb682c5 Only use --login for bash/zsh on macOS
Fixes #123505
2021-05-10 16:21:11 -07:00
SteVen Batten 2bcb8dfb64
add workspace trust required editor (#123181)
* add workspace trust required editor

* address feedback

* some code 💄

* reopen editor control through group view APIs

* add test

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-10 15:27:30 -07:00
Megan Rogge 0b81045765
fire activeInstanceChanged when active instance is set and more migration from terminalTab -> terminalGroup (#123339) 2021-05-10 14:53:58 -07:00
Daniel Imms 36416c8236
Merge pull request #123502 from microsoft/tyriar/layout
Improve layout and resize events in terminal
2021-05-10 13:26:11 -07:00
Daniel Imms 07e7ecbb99 Fix integration tests 2021-05-10 13:10:10 -07:00
Tyler James Leonhardt 62c9755886
Move bing settings to its own stage (#123504)
* move bing to linux

* add displayName
2021-05-10 12:37:16 -07:00
Daniel Imms 387012dab4 Remove container from instance ctor
This wasn't being used anymore
2021-05-10 12:25:04 -07:00
Daniel Imms 39c4261bc5 Clean up 2021-05-10 12:12:19 -07:00
Jackson Kearl 5b58db6d75
Add hide option 2021-05-10 11:15:36 -07:00
Jackson Kearl 99b3724c1e
Fix #119620 2021-05-10 11:14:27 -07:00
Daniel Imms 1d1b902c11 Improved terminal layout
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-05-10 11:12:21 -07:00
Jackson Kearl fbb11a9bf7
Fix #122621 2021-05-10 10:17:34 -07:00
Martin Aeschlimann 254c7dc359
Syntax token inspector doesn't show font-style changes caused by semantic highlighting. Fixes #123299 2021-05-10 18:17:21 +02:00
Martin Aeschlimann 05d22c6853
[html] duplicated onDocumentRangeFormatting handler (#122994) 2021-05-10 18:09:18 +02:00
Benjamin Pasero e0065d4259
state service - harden the save code to try to prevent issues 2021-05-10 17:13:57 +02:00
Rob Lourens 8e6f4a3185 Fix markdown cell context key service warning.
Previously the CKS was leaking
2021-05-10 08:03:07 -07:00
Johannes Rieken 1199d1ae0f
jsdoc tweaks https://github.com/microsoft/vscode/issues/122647 2021-05-10 16:20:16 +02:00
Johannes Rieken 75640e9788
remove unused function, https://github.com/microsoft/vscode/issues/122647 2021-05-10 16:11:41 +02:00
João Moreno 0449a18b7b cache layout calls to grid views
related to #112630
2021-05-10 16:03:24 +02:00
João Moreno e0bf13685c grid: latch view.onDidChange events
related to #112630
2021-05-10 16:03:24 +02:00
Johannes Rieken 559dae41ad
jsdoc 2021-05-10 15:59:18 +02:00
Benjamin Pasero 61129b2897
file upload 💄 2021-05-10 15:50:21 +02:00