Commit graph

81851 commits

Author SHA1 Message Date
Daniel Imms
2f53a7d850 Have defaultProfile show up in terminal dropdown
Part of #123128
2021-05-07 06:36:51 -07:00
Johannes Rieken
8467139232
hide breadcrumbs at start, https://github.com/microsoft/vscode/issues/112630#issuecomment-834363944 2021-05-07 15:35:35 +02:00
Johannes Rieken
1ab76005d3
even more strict assertions in flaky integration tests 2021-05-07 15:19:53 +02:00
Alex Ross
0adef5350d
Wait for task info before running auto tasks
Fixes #123214
2021-05-07 15:12:55 +02:00
Johannes Rieken
f7f1dbd5be
💄 2021-05-07 15:08:40 +02:00
Henning Dieterichs
6cde59f25b
Fixes #121438 by removing special case for certain bracket that would terminate detection. 2021-05-07 14:59:34 +02:00
Johannes Rieken
6938a38d7a
add unit test for cancellation and interrupt 2021-05-07 14:49:16 +02:00
Johannes Rieken
8b139231bd
Merge branch 'main' into notebook/dev 2021-05-07 14:30:22 +02:00
Johannes Rieken
1949fb9706
fix notebook unit tests using willRemove event 2021-05-07 14:30:01 +02:00
Johannes Rieken
fa378cd02a
move NotebookCellExecutionTask into extHostNotebookKernels, fyi @roblourens 2021-05-07 14:27:07 +02:00
isidor
ea727e9022
output should be readonly
#122044
fixes #121206
2021-05-07 14:25:52 +02:00
Alex Ross
c3e1f133cf
Tasks should use remote info when remote + empty workspace
Fixes #123252
2021-05-07 14:20:04 +02:00
Johannes Rieken
f9b5f8f624
💄 2021-05-07 14:16:00 +02:00
Johannes Rieken
b177753668
check that a cell is still "alive" and only iff so start executing it, fixes https://github.com/microsoft/vscode/issues/123269 2021-05-07 14:14:14 +02:00
isidor
429fba9524
fixes #122048 2021-05-07 14:08:15 +02:00
Alex Dima
95150d4443
Remove duplicated editor actions 2021-05-07 13:12:19 +02:00
Johannes Rieken
c948b662f5
fix https://github.com/microsoft/vscode/issues/123268 2021-05-07 12:42:40 +02:00
Johannes Rieken
dbdcdecdaa
skipped/failing test for https://github.com/microsoft/vscode/issues/123270 2021-05-07 11:59:29 +02:00
Johannes Rieken
b2341b9cc6
run saveAllFilesAndCloseAll in setup and teardown and don't have it in each and every test, avoid usage of 'vscode.openWith'-command and prefer showNotebookDocument-API 2021-05-07 11:50:22 +02:00
Alex Dima
5dcc422299
Avoid having two contributions or two actions with the same id 2021-05-07 11:49:06 +02:00
Alex Dima
9903550fa0
Clear maps in dispose() 2021-05-07 11:49:05 +02:00
João Moreno
6723972e12
fixes #121989 2021-05-07 11:38:04 +02:00
Alexandru Dima
8ff1d4b609
Merge pull request #123112 from hediet/hediet/fix-121125
Fixes onEnterRules with global modifier
2021-05-07 11:30:21 +02:00
Alexandru Dima
b66a9f6308
Merge pull request #123019 from hediet/hediet/fix-89888
Add Undo Stop After Consecutive Whitespaces
2021-05-07 11:26:27 +02:00
João Moreno
d3ae5b9efd
fixes #123036 2021-05-07 10:38:52 +02:00
Benjamin Pasero
7d5b672eb7
working copy - introduce generic resource working copy that can track orphaned state 2021-05-07 10:06:42 +02:00
Johannes Rieken
6764639ce6
store extension identifier with NotebookProviderInfo 2021-05-07 09:48:40 +02:00
João Moreno
6bee0f2f3f
fix bad yml name 2021-05-07 09:47:39 +02:00
dependabot[bot]
f096c36412
Bump underscore from 1.8.3 to 1.12.1 (#123206)
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 00:45:16 -07:00
dependabot[bot]
f24916fe99
Bump lodash from 4.17.19 to 4.17.21 in /build (#123211)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 00:45:07 -07:00
dependabot[bot]
d71fe81f53
Bump lodash from 4.17.19 to 4.17.21 (#123212)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 00:44:42 -07:00
Johannes Rieken
2bd63c2260
Merge branch 'main' into notebook/dev 2021-05-07 09:29:35 +02:00
Benjamin Pasero
7e8942adb5
resource editor input - add tests 2021-05-07 08:47:47 +02:00
Benjamin Pasero
a2ddfc3aef
editors - introduce a AbstractTextResourceEditorInput for some label sharing 2021-05-07 08:34:28 +02:00
Megan Rogge
590bbc440e
fix #123116 (#123196) 2021-05-07 04:08:48 +00:00
meganrogge
e85bcc786c
fix #123156 2021-05-06 20:45:47 -07:00
meganrogge
5458e39c0c
fix #123203 and fix #123117 2021-05-06 20:34:25 -07:00
Daniel Imms
f6996f9962 Force shell env for tasks 2021-05-06 17:31:01 -07:00
Daniel Imms
c39a320028
Merge pull request #123197 from microsoft/tyriar/shellenv
Switch the default back to inheritEnv = true
2021-05-06 17:29:10 -07:00
Daniel Imms
efbdc9ae73 Clean up 2021-05-06 17:27:43 -07:00
suema0331
492262f847
Fix #122741: Change vertical positions of the walkthrough titles and close-icons to center (#122782)
* Change the walkthrough titles' vertical position to center

* Fix #122741: Change to a generic selector

* Center text as well

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-05-06 17:23:27 -07:00
rebornix
1488e25b24
💄 2021-05-06 17:21:20 -07:00
Matt Bierner
40321932fc
Render KaTeX errors in notebooks
Fixes #122413
2021-05-06 17:10:33 -07:00
Jackson Kearl
96b553a125
Fix #122463 2021-05-06 16:46:19 -07:00
Matt Bierner
f06159fb88
Revert "Defer awaiting the service worker until we actually write content into the webview"
This reverts commit da7f681e9f.
2021-05-06 16:45:48 -07:00
Rob Lourens
34b6e934ca Workbench statusbar cell counter should show total cell count 2021-05-06 16:42:29 -07:00
Rob Lourens
1aeaf80520 Cleanup - don't use execute action for putting markdown cells back in preview mode.
Instead, created a separate ctrl+enter keybinding for markdown cells
2021-05-06 16:42:10 -07:00
Jackson Kearl
1528a24e49
Fix #122792 2021-05-06 16:38:43 -07:00
Matt Bierner
8496edcf54
Fix markdown cells being re-rendering too much
Fixes #123215
2021-05-06 16:37:45 -07:00
Jackson Kearl
a7e19890f4
Fix #122091 2021-05-06 16:34:33 -07:00