Alexandru Dima
|
d578207c6c
|
Merge pull request #134171 from byteit101/wrapping-fixes
Fix: Don't ignore the indent settings in advanced wrapping mode
|
2021-10-27 22:45:34 +02:00 |
|
Alex Dima
|
bc4945ef33
|
Merge remote-tracking branch 'origin/main' into pr/byteit101/134171
|
2021-10-27 22:37:13 +02:00 |
|
Alexandru Dima
|
92646227bc
|
Merge pull request #119480 from codeclown/delete-duplicates
Feature: New command - Delete Duplicate Lines
|
2021-10-27 22:01:32 +02:00 |
|
Daniel Imms
|
e040003822
|
Add more tests for LineDataEventAddon
|
2021-10-27 12:19:51 -07:00 |
|
SteVen Batten
|
a3bac0629f
|
fixes #134679
|
2021-10-27 11:20:59 -07:00 |
|
AyeshaGagguturi
|
b59c8dadc4
|
Ceate prebuild dev job (#135924)
* create prebuild dev job
* changed spelling of target
|
2021-10-27 11:02:31 -07:00 |
|
Matt Bierner
|
f191b9d9fd
|
Bring back webviewContentExternalBaseUrlTemplate
We need a distinct property just for webviews
|
2021-10-27 10:48:17 -07:00 |
|
SteVen Batten
|
0e53bb6664
|
fixes #135970
|
2021-10-27 10:27:24 -07:00 |
|
Daniel Imms
|
11cd923824
|
Improve LineDataEventAddon lifecycle
Part of #133757
|
2021-10-27 10:21:50 -07:00 |
|
Daniel Imms
|
01fa1f6cc1
|
Move onLineData to an xterm addon and test
Part of #133757
|
2021-10-27 10:16:45 -07:00 |
|
Zi How Poh
|
0b4f14a178
|
add doc
|
2021-10-28 01:08:59 +08:00 |
|
Zi How Poh
|
66e3d7b9ba
|
simplify range comparison
|
2021-10-28 00:53:02 +08:00 |
|
Connor Peet
|
4d69434155
|
notebooks: fix built-in renderers not being preferred by default
For https://github.com/microsoft/vscode/issues/125876\#issuecomment-953072778
|
2021-10-27 09:17:46 -07:00 |
|
Alex Dima
|
fee6bbcfc5
|
Merge remote-tracking branch 'origin/main' into pr/codeclown/119480
|
2021-10-27 18:13:02 +02:00 |
|
Alex Dima
|
1e8565d498
|
Disable folding in the diff editor again (#116483)
|
2021-10-27 17:52:57 +02:00 |
|
Alex Dima
|
36890f8e28
|
Fixes #110377 and #135023 : Maintain query and fragment parts of uris when transforming them
|
2021-10-27 17:50:11 +02:00 |
|
Alex Dima
|
95bb2aaaee
|
Improve TS checking in uriTransformer.js
|
2021-10-27 17:48:05 +02:00 |
|
Alex Dima
|
4928dcd844
|
Keep the editor hover above by default
|
2021-10-27 17:25:43 +02:00 |
|
Alex Dima
|
641467d52d
|
Replace editor.hover.below with editor.hover.above and have rendering below be the new default (#30797)
|
2021-10-27 17:14:27 +02:00 |
|
Benjamin Pasero
|
5b805e4141
|
Crashing workbench process does not bring reopen dialog on linux (fix #135950)
|
2021-10-27 16:56:07 +02:00 |
|
Alexandru Dima
|
426f82c681
|
Merge pull request #127609 from Timmmm/hover_position
Add setting to control hover position
|
2021-10-27 16:51:54 +02:00 |
|
Henning Dieterichs
|
b1f406fe59
|
Don't reuse bracket pair AST nodes that touch the edit, as brackets at the end could be extended.
|
2021-10-27 16:50:36 +02:00 |
|
Henning Dieterichs
|
e9e861fa4e
|
Fixes #132162 by adding \b to brackets that use letters. Uses same logic as existing bracket matching code.
|
2021-10-27 16:49:26 +02:00 |
|
Alex Dima
|
eebf6387d5
|
Remove mixin-server task
|
2021-10-27 16:47:49 +02:00 |
|
Logan Ramos
|
f2c91e74bf
|
Add needs-triage to endgame notebook
|
2021-10-27 10:46:23 -04:00 |
|
Johannes Rieken
|
e4c3b3182f
|
Merge pull request #135869 from jakevossen5/main
Standardize captilization of "Go to"
|
2021-10-27 16:37:42 +02:00 |
|
Benjamin Pasero
|
27f20193dc
|
watcher - consistent restart behaviour on errors (#135954)
|
2021-10-27 16:32:25 +02:00 |
|
Alex Ross
|
8feef7f3f3
|
Read marker severities more efficiently
|
2021-10-27 16:04:11 +02:00 |
|
Alex Ross
|
f6e8c633ff
|
Don't use getStatistics to get errors in prelaunch task
Fixes #134383
|
2021-10-27 15:16:17 +02:00 |
|
Henning Dieterichs
|
704e0d233d
|
Fixes #135898 by adding enumDescriptions.
|
2021-10-27 14:07:20 +02:00 |
|
Zi How Poh
|
ee645e8403
|
switch to enum
|
2021-10-27 18:38:02 +08:00 |
|
Alex Dima
|
3d81709d17
|
Remove usages of mode from monaco.d.ts
|
2021-10-27 12:04:05 +02:00 |
|
Alex Ross
|
ec64531d1f
|
Tunnels in shared process should be per remote (#135937)
Fixes microsoft/vscode-remote-release#5706
|
2021-10-27 11:56:34 +02:00 |
|
Sandeep Somavarapu
|
aaa4e0a341
|
Merge pull request #135914 from microsoft/digitarald/lang-rec-fix
Fix placeholder for extension recommendation treatment
|
2021-10-27 09:39:16 +02:00 |
|
Tyler James Leonhardt
|
0bc255b692
|
Don't count upper case bonus if the letters are consecutive (#135930)
* don't count upper case bonus if the letters are consecutive
* update comment
|
2021-10-26 22:40:30 -07:00 |
|
Benjamin Pasero
|
9eaf4c9915
|
force new window when reopening (fix #135906)
|
2021-10-27 07:36:42 +02:00 |
|
Jackson Kearl
|
0f7f6e338a
|
Fix #135381
|
2021-10-26 17:10:45 -07:00 |
|
Harald Kirschner
|
50f3ca62d0
|
Fix placeholder for extension recommendation treatment
|
2021-10-26 16:10:35 -07:00 |
|
Matt Bierner
|
bc566d42a1
|
Try bumping webEndpointUrlTemplate again
Reverts dc1a669906
Also bumps distro to pick up new product.json changes
|
2021-10-26 15:38:11 -07:00 |
|
rebornix
|
154af5a251
|
fix #119578.
|
2021-10-26 15:26:15 -07:00 |
|
rebornix
|
912ccead65
|
wrong index check.
|
2021-10-26 15:14:39 -07:00 |
|
rebornix
|
a3219878eb
|
fix #133739.
|
2021-10-26 14:59:16 -07:00 |
|
rebornix
|
ee6716d29e
|
fix #134454.
|
2021-10-26 14:38:43 -07:00 |
|
rebornix
|
2276432b71
|
fix #134456.
|
2021-10-26 14:32:49 -07:00 |
|
Jackson Kearl
|
c4dcc486d3
|
Fix #135505: Walkthrough markdown command links are broken
|
2021-10-26 13:03:05 -07:00 |
|
Matt Bierner
|
9430f78485
|
Update markdown string docs
Fixes #135878
|
2021-10-26 12:15:52 -07:00 |
|
Jackson Kearl
|
f781291461
|
Fix #134665
|
2021-10-26 12:05:19 -07:00 |
|
Connor Peet
|
08409c807a
|
notebook: handle duplicate mimetypes in list
|
2021-10-26 12:00:01 -07:00 |
|
Connor Peet
|
99b204f64e
|
notebook: fix mimetype order list corruption if resorting multiple
|
2021-10-26 11:50:45 -07:00 |
|
Connor Peet
|
345c476e16
|
notebooks: fix mimetype display orer always saving into workspace settings
|
2021-10-26 11:41:01 -07:00 |
|