Commit graph

81851 commits

Author SHA1 Message Date
Daniel Imms 963eff6d06 Update distro 2021-05-12 16:49:35 -07:00
Daniel Imms 1816095148 Get remote profiles working 2021-05-12 16:45:40 -07:00
Daniel Imms dd54e2b24a Wait for profiles before creating first terminal
Fixes #123188
2021-05-12 16:06:13 -07:00
Daniel Imms 2e2dc15945 Get profiles detecting on pty host (local) 2021-05-12 11:31:22 -07:00
Daniel Imms e1009bfdcf wip 2021-05-12 10:30:08 -07:00
Daniel Imms 8daeff3252 Fix imports 2021-05-12 06:51:50 -07:00
Daniel Imms c148a2fd91 Fix layering 2021-05-12 06:51:17 -07:00
Daniel Imms 6c476279f1 Resolve variables on renderer 2021-05-12 06:47:55 -07:00
Daniel Imms 84abba8754 Clean up 2021-05-12 05:37:21 -07:00
Daniel Imms 31e3f5d16d Merge remote-tracking branch 'origin/main' into tyriar/getprofilesexthost 2021-05-12 05:22:26 -07:00
Alexandru Dima 12808be838
Merge pull request #123293 from hediet/hediet/fix-wrapping-left-navigation
Fix left navigation across wrapping points when selection is active
2021-05-12 11:58:18 +02:00
Benjamin Pasero d81e6f58b2
tests - cover working copy backup discards on shutdown behaviour 2021-05-12 11:07:32 +02:00
Ladislau Szomoru a13da59f95
Fix #123621 2021-05-12 10:04:46 +02:00
Benjamin Pasero 76c5690593
tests - avoid real text editor in tests 2021-05-12 09:36:35 +02:00
John Murray 793a123a81
Allow FileSystemProvider to stat a file as readonly (#73122) (#111237)
* fix #73122 allow FSP to stat a file as readonly

* add enableProposedApi check

* omit existing members of FileStat

* dispose _enableProposedApi

* implement feedback from @bpasero

* add onDidChangeReadonly event so tab title gets '(read-only)' suffix immediately

* push missing changes

* adopt latest API proposal

* fix missing property in mtfs

* tests - add fileservice test for readonly

* more tests

* wire into notebooks

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-12 09:17:34 +02:00
Matt Bierner d785c83fb9
Make unsupported check case-insensitive 2021-05-11 23:19:10 -07:00
Benjamin Pasero 1e8d96dcc1
Dataloss when closing Code before it fully restored with dirty files (fix #123636) 2021-05-12 07:40:25 +02:00
Matt Bierner 08b559fd96
Refactor markup renderer in backlayWebview to be more generic
For #123540

This is needed to get ready for the new api proposed in #123540
2021-05-11 22:28:23 -07:00
Benjamin Pasero d026aff522
file working copy - fallback to backup when saving from destroy 2021-05-12 07:00:54 +02:00
Matt Bierner 84c4dfbdc9
Don't expand arguments 2021-05-11 21:07:19 -07:00
Rob Lourens 5c22e55a74 Disable broken smoke test #123621 2021-05-11 19:26:30 -07:00
Matt Bierner b847eb35e7
Add remote-authority to webview uri 2021-05-11 18:14:13 -07:00
Andrea Mah 927e791753
Fix Initial Scroll Position on Markdown Dynamic Preview (#123613)
* added semicolons to pass code check

* removed preliminary work for static preview

* cleanup

Co-authored-by: Andrea Mah <t-andreamah@microsoft.com>
2021-05-11 17:12:19 -07:00
Connor Peet 36e8f2b301
extensions: don't use named regex groups to avoid build err 2021-05-11 16:46:01 -07:00
Connor Peet 3439958ed1
bump distro 2021-05-11 15:45:15 -07:00
Connor Peet 3ef8ea56b6
extensions: allow date-based engines constraint
Fixes #121749
2021-05-11 15:41:46 -07:00
rebornix 05d4a5c56d
skip test. 2021-05-11 15:01:45 -07:00
rebornix eb6e048ca3
Merge branch 'notebook/dev' into main 2021-05-11 14:08:05 -07:00
rebornix 6dac1365fc
Notebook cell editor background color. 2021-05-11 14:07:49 -07:00
SteVen Batten bf24ab16e0 refs #123521 2021-05-11 19:22:46 +00:00
Megan Rogge ec4babc198
Alt click + terminal button to split (#123531) 2021-05-11 17:20:06 +00:00
Alex Dima 7259955ce3
Do not invoke resolveWithInteraction over terminal settings (#123590) 2021-05-11 19:10:55 +02:00
Alex Dima 5f3466a21e
Change grunt, gulp and jake task auto detection to be off by default (#123588) 2021-05-11 19:09:56 +02:00
Martin Aeschlimann 4151b62cfa
update seti contribution guide 2021-05-11 17:58:26 +02:00
Ladislau Szomoru c24aad5bf2
Fix issue with extension enablement 2021-05-11 17:53:35 +02:00
Martin Aeschlimann 86bc05155f
update seti theme 2021-05-11 17:35:15 +02:00
Ladislau Szomoru 900a028d27
Extension enablement fix 2021-05-11 16:58:47 +02:00
dependabot[bot] 000e064e61
Bump hosted-git-info from 2.8.8 to 2.8.9 in /test/smoke (#123481)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 07:57:52 -07:00
Alex Ross 9b422e7fa5
Task terminal status tweak
Part of #121659
2021-05-11 16:19:16 +02:00
Johannes Rieken 78c2627b93
destroy working copy manager when view type is removed 2021-05-11 16:06:21 +02:00
Johannes Rieken b58a33aba7
Merge branch 'main' into notebook/dev 2021-05-11 16:03:52 +02:00
Johannes Rieken 69108a528a
better isNotebookCellOutputItem-check 2021-05-11 16:03:27 +02:00
Benjamin Pasero c144a884d1
file working copy - let dispose unregister working copies (#123555)
* file working copy - let dispose unregister working copies

* file working copy - add destroyWorkingCopies

* better dispose

* add destroy() that saves
2021-05-11 15:54:30 +02:00
Benjamin Pasero 62df795920
working copy - add has(identifier) 2021-05-11 15:44:00 +02:00
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
Johannes Rieken 7ad261890f
💄 2021-05-11 14:58:32 +02:00
Alex Ross 4963e05b0d
Remove loading icon from task status
Part of#121659
2021-05-11 14:38:51 +02:00