Commit graph

81641 commits

Author SHA1 Message Date
Alex Ross
25d1c0b0eb
Use virtual workspace scheme in path service 2021-05-07 16:36:34 +02:00
Logan Ramos
2ba93b3fec
Fix bug with respecting user setting 2021-05-07 10:33:51 -04:00
Daniel Imms
0ce5dec037 Render terminal dropdown on right element when updating
Fixes #123145
2021-05-07 07:23:52 -07:00
Daniel Imms
baca9094a0
Merge pull request #123290 from microsoft/tyriar/123128
Indicate default profile in terminal dropdown
2021-05-07 07:18:54 -07:00
Daniel Imms
006591a7cf Allow default profile at workspace scope
Fixes #123133
2021-05-07 07:13:18 -07:00
Daniel Imms
0a39585f6a Bring back select/reveal active tab on instance change
Confirmed the issues this regressing commit was meant to fix still work.

Fixes #123289
2021-05-07 07:09:55 -07:00
Benjamin Pasero
9889239192
bootstrap code 💄 2021-05-07 16:03:41 +02:00
Daniel Imms
26379b1044 Fix tests 2021-05-07 07:02:30 -07:00
Daniel Imms
52b3b661c2 Remove logs 2021-05-07 06:57:49 -07:00
Daniel Imms
c6810e61bd Select a fallback profile as an existing profile if possible
Fixes #123128
2021-05-07 06:54:30 -07:00
Johannes Rieken
0f47716726
some jsdoc for NotebookCell, esp for https://github.com/microsoft/vscode/issues/123269 2021-05-07 15:47:19 +02:00
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
Alex Ross
0adef5350d
Wait for task info before running auto tasks
Fixes #123214
2021-05-07 15:12:55 +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
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
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
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
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
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
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
Jackson Kearl
722b90c52a
Fix #122799 2021-05-06 16:29:59 -07:00
Matt Bierner
68486256a5
Set access control header on service worker resource responses 2021-05-06 16:08:00 -07:00
Matt Bierner
0bae48f6c1
Enable markdown notebook extensions in untrusted workspaces 2021-05-06 16:05:47 -07:00
Matt Bierner
8c186e8f4a
Enable notebook markdown-extensions in virtualWorkspaces
Fixes #123067
2021-05-06 15:28:54 -07:00
Matt Bierner
acc74c75cb
Adding documentation 2021-05-06 15:28:54 -07:00
Daniel Imms
639b8f3894 Ensure terminal icons don't flicker when launching
Fixes #122227
2021-05-06 15:24:59 -07:00