Commit Graph

90679 Commits

Author SHA1 Message Date
MVelez94
6f3f664261 Fix #131708 (#135741)
Co-authored-by: William Giraldo <william.giraldo@nuorder.com>
2021-11-01 08:47:06 +01:00
Benjamin Pasero
0b686400e3 💄 2021-11-01 08:46:49 +01:00
Alex Dima
15f978cd48 update areas 2021-11-01 08:43:09 +01:00
Benjamin Pasero
33b59fd883 workspace history - introduce constant for windows jump list 2021-11-01 08:40:05 +01:00
Benjamin Pasero
9375113a83 Merge pull request #136207 from microsoft/ben/nov
November debt
2021-11-01 08:17:13 +01:00
Benjamin Pasero
6874b0315b editors - simplify setting editor to pane more 2021-11-01 08:01:01 +01:00
Benjamin Pasero
3761b0adde watcher 💄 2021-11-01 07:43:10 +01:00
jeanp413
4e12faaece Fixes #135596 2021-10-30 11:04:15 -05:00
Laurent Le Brun
81ea3f01b6 Make 'expandLineSelection' a proper action.
It now shows up in the Command Palette.

Fixes #21370
2021-10-30 15:22:59 +02:00
Ladislau Szomoru
dabc9bdc9d Update the current milestone 2021-10-30 13:37:34 +02:00
Benjamin Pasero
f066322410 Support auto save when delay is 0ms (fix #135635) 2021-10-30 08:04:56 +02:00
Benjamin Pasero
b525855714 watcher - implement support to restart watcher on unexpected termination 2021-10-30 07:43:05 +02:00
Jean Pierre
27eff83792 Properly fix #133687 (#136085) 2021-10-29 15:46:55 -07:00
Megan Rogge
ac04bdd298 adopt onDidChangeProperty (#135785) 2021-10-29 14:00:10 -07:00
Daniel Imms
6279c8cab3 Passthrough scroll/clear calls 2021-10-29 13:43:55 -07:00
Daniel Imms
fb5f11464a Move find into XtermInstance 2021-10-29 13:29:02 -07:00
Daniel Imms
8423375a99 Add test for renderer auto detection 2021-10-29 13:15:52 -07:00
Matt Bierner
2d7585d9e0 Remove old experimental protocol
These options are now part of the normal TS protocol
2021-10-29 13:09:54 -07:00
Matt Bierner
1fbdd010dc Pick up TS 4.5 nightly for insiders 2021-10-29 13:09:20 -07:00
Matt Bierner
cbb63adc2f Pick up new TS for building VS Code 2021-10-29 13:07:46 -07:00
Matt Bierner
b34c834443 Remove duplicated language-config file
This should already be listed under typescript-basics
2021-10-29 13:07:15 -07:00
Matt Bierner
ffd414feeb Include < as surroundingPairs in JS
Fixes #136127

These are already listed in TS
2021-10-29 13:03:15 -07:00
SteVen Batten
53ed98bb3f fixes #135916 (#136126) 2021-10-29 12:58:41 -07:00
SteVen Batten
9e096252ba fixes #136022 (#136054) 2021-10-29 12:58:22 -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
Daniel Imms
02a191b263 Test terminal view location change updates theme 2021-10-29 09:48:31 -07:00
Daniel Imms
f7cfa23249 Test terminal react to theme changes 2021-10-29 09:37:57 -07:00
Daniel Imms
bfe8a3e2f7 Create xterm terminal test file and first test 2021-10-29 09:26:10 -07:00
Daniel Imms
8cd6ff6d73 Create xterm folder 2021-10-29 09:05:34 -07:00
Daniel Imms
aa374c3629 Remove terminal instance service dep 2021-10-29 09:05:23 -07:00
Daniel Imms
e667055f4f Move more of TerminalInstance into XtermTerminal 2021-10-29 07:11:49 -07:00
Logan Ramos
a84f6fe696 Bump distro 2021-10-29 09:57:08 -04:00
Daniel Imms
220d404df6 Create initial XtermTerminal class
Part of #136055
2021-10-29 06:36:12 -07:00
Daniel Imms
b70ee4d5fd Fix LineDataEventAddon register call
This would only cause problems if we disposed the addon before xterm was disposed
2021-10-29 06:04:36 -07:00
Alex Dima
6172685f83 Fixes #45629: Try to align textarea's cursor with our cursor by scrolling the textarea's content 2021-10-29 11:18:48 +02: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