Commit graph

88995 commits

Author SHA1 Message Date
Martin Aeschlimann ccbaa2d27e
Merge pull request #137227 from microsoft/aeschli/137054
1.62: `Invalid regular expression` from JSON validation
2021-11-16 16:42:03 +01:00
Alex Ross 4c2612b77c
1.62.3 (#137313) 2021-11-16 16:38:38 +01:00
Tyler James Leonhardt 413ef60d97
backport f8b17200c1 candidate to refresh on an earlier cadance (#137083) 2021-11-15 15:12:04 -08:00
Martin Aeschlimann 1dbd57d84f
update json service (for #137054) 2021-11-15 13:49:46 +01:00
Robo 3a6960b964
ci: update build cache (#136990) 2021-11-11 15:25:27 -05:00
Don Jayamanne 98e283b73e
Use suggested kernel if we have only one kernel (#136548) (#136976) 2021-11-11 09:53:57 -08:00
Sandeep Somavarapu b87304b8e7
Merge pull request #136947 from microsoft/sandy081/fix-136710
Handle all errors
2021-11-11 11:31:33 +01:00
Alexandru Dima 8722ab140e
Merge pull request #136941 from microsoft/alex/136540-stable
Fixes #136540: Do not eat up error or fall back to the next provider in case an error is thrown
2021-11-11 11:25:48 +01:00
Sandeep Somavarapu 3c01307aee
Fix #136710 2021-11-11 11:24:34 +01:00
Alexandru Dima 83770f6c22
Fixes #136540: Do not eat up error or fall back to the next provider in case an error is thrown 2021-11-11 09:40:43 +01:00
Robo d791072251
fix: parsing of --ms-enable-electron-run-as-node flag (#136881)
Fixes https://github.com/microsoft/vscode/issues/136837
2021-11-10 08:12:36 -08:00
Alexandru Dima 05003973f3
Merge pull request #136869 from microsoft/alex/stable-136622
Call `extractControlCharacters` before introducing empty line parts for line decorations
2021-11-10 17:05:03 +01:00
Alexandru Dima 3ce2783d4c
Merge pull request #136880 from microsoft/alex/update-distro-release-1.62
Update distro
2021-11-10 16:56:29 +01:00
Alex Dima bb3f5c9869
update distro 2021-11-10 16:55:32 +01:00
Robo acf38b5c17
chore: sync changes from distro/release/1.62 (#136877)
* Adopt Electron v13.5.2 and pass `--ms-enable-run-as-node` together with `ELECTRON_RUN_AS_NODE`

* Move `--ms-enable-electron-run-as-node` to a later location (#136786)

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2021-11-10 07:24:57 -08:00
Alex Dima 490b137df3
Fixes #136622: call extractControlCharacters before introducing empty line parts for line decorations 2021-11-10 15:37:20 +01:00
Henning Dieterichs ed87590a9a
Merge pull request #136503 from microsoft/hediet/fix-136470
Fixes #136470 by not triggering on change when there was no change.
2021-11-10 15:17:16 +01:00
Alex Ross e877dd4bb2
Remove initial text line skipping in tasks (#136854)
Fixes #136585
2021-11-10 14:31:52 +01:00
Ladislau Szomoru fbf402c978
Editors - pathsToEditors should ignore folders (#136359) (#136840)
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-11-10 13:45:58 +01:00
Alex Ross 96c468bb7e
1.62.2 (#136845) 2021-11-10 10:51:46 +01:00
Daniel Imms 5af09003bc
Catch and swallow errors during terminal persistence (#136804) 2021-11-09 19:34:14 -06:00
Henning Dieterichs 7b20e9f612
Fixes #136470 by not triggering on change when there was no change. 2021-11-05 10:28:42 +01:00
Alexandru Dima f4af3cbf5a
Merge pull request #136498 from microsoft/alex/nov-update
Update distro and bump version
2021-11-05 09:51:48 +01:00
Alex Dima 601d3cf820
Update distro and bump version 2021-11-05 09:50:23 +01:00
Alexandru Dima b3318bc052
Merge pull request #136347 from microsoft/alex/116939
Escape unicode directional formatting characters when rendering control characters
2021-11-03 14:00:19 +01:00
Alex Dima d2c24cc1d1
Fixes #116939: Escape unicode directional formatting characters when rendering control characters. Also turn on editor.renderControlCharacters by default. 2021-11-03 12:57:12 +01:00
Daniel Imms 4bbec283c3
Merge pull request #136248 from microsoft/tyriar/r1_62_split_fix
Properly fix #133687 (#136085)
2021-11-01 14:21:55 -07:00
Jean Pierre 2683773d5d Properly fix #133687 (#136085) 2021-11-01 14:16:50 -07:00
Tyler James Leonhardt 8575b85616
await storing of token data (#136246) 2021-11-01 13:37:57 -07:00
Jackson Kearl 673165ca93
Dont override my accuracy anymore 2021-10-29 11:03:23 -07:00
Matt Bierner 12d38b20b1
Prefer non-builtin output renderers in notebooks (#136079)
Fixes #134172

This change updates `findBestRenderers` to sort non built-in renderers higher than built-in ones
2021-10-29 10:49:45 -07:00
Logan Ramos a84f6fe696
Bump distro 2021-10-29 09:57:08 -04:00
Raymond Zhao ff1e16eebb
Fix #136009 2021-10-28 14:42:22 -07:00
Matt Bierner bc4e05c002
Add js version of setting too 2021-10-28 14:18:04 -07:00
Gabriela Araujo Britto d2aa181e66
add new 'includeCompletionsWithClasMemberSnippets' option (#136045) 2021-10-28 14:07:11 -07:00
Connor Peet 85c3e01949
debug: fall back to explicit provided config if no selected name
Fixes #135899
2021-10-28 13:11:03 -07:00
Sandeep Somavarapu bc0692cc25
Fix #135708 2021-10-28 21:39:25 +02:00
SteVen Batten 5e7f758995
fixes #136021 2021-10-28 12:28:31 -07:00
Alex Dima 926dcb80e1
Revert "Fixes #123592: Move extension host spawning to the shared process"
This reverts commit 0d803d3e51.
2021-10-28 21:24:30 +02:00
Sandeep Somavarapu edd044c38a
add more perf marks for workbench initialization 2021-10-28 20:24:39 +02:00
Don Jayamanne 30730efcfa
Display selected kernel in kernel picker (#136042) 2021-10-28 10:37:54 -07:00
Harald Kirschner 9fa1d5be71
Migrate docker workspace tags to configfiles (#135993) 2021-10-28 13:34:49 -04:00
Alex Dima 174db5eb99
Fixes #134662: Configure strings and comments embedded in template expressions to be identified as strings and comments 2021-10-28 17:46:56 +02:00
Alex Dima b0b05ea802
🆙 vscode-textmate@5.4.1 2021-10-28 17:40:09 +02:00
Alex Dima 5a0c4135db
Flip default value of __uniqueWebWorkerExtensionHostOrigin to true (#134234) 2021-10-28 17:01:36 +02:00
Daniel Imms 1bb8780e6c Style terminal background correctly in aux panel
Fixes #135919
2021-10-28 07:51:54 -07:00
Alex Dima 41b414c26b
Fixes #134942: When parsing comparison expressions, try to parse the value as numbers 2021-10-28 15:28:55 +02:00
Alex Dima fcca3787c4
🆙 native-keymap@3.0.1 (fixes #135848) 2021-10-28 12:41:33 +02:00
Benjamin Pasero 98b67faef4
watcher - do not dispose when shared process gone 2021-10-28 09:02:47 +02:00
Alex Dima 061a665b9c
update distro 2021-10-28 08:56:24 +02:00