Commit graph

95498 commits

Author SHA1 Message Date
Jackson Kearl
c89ef73327
Dont persist match ranges unnecessarily
ref #145997
2022-04-05 16:56:32 -07:00
Matt Bierner
32acfdde2a
Correctly set webview active state on restore
Fixes #145648
2022-04-05 16:43:54 -07:00
Jackson Kearl
a4ff080324
Fix #146641 2022-04-05 16:18:49 -07:00
Rob Lourens
fd46d7191c Update remote prefs search query format 2022-04-05 16:10:51 -07:00
Matt Bierner
62d6f38fc2
Auto create image links when dropping an image file into markdown 2022-04-05 15:42:56 -07:00
Matt Bierner
032ee47056
Add setting to enable/disable markdown drop into editor
For #142990
2022-04-05 15:42:56 -07:00
Alex Dima
ddf70921cd
Fixes #146486: Add a eager pointerup listener which shouldn't miss any events 2022-04-06 00:37:04 +02:00
Matt Bierner
b4b7380576
Fix md references not checking authority
Simply compare by string for now
2022-04-05 15:31:43 -07:00
Matt Bierner
a56c9f10b7
Enable find all references and rename of auto links and http(s) links in markdown
For #146777, #146277
2022-04-05 15:18:18 -07:00
Matt Bierner
c80acef8a1
Mark cached prop readonly 2022-04-05 15:18:17 -07:00
rebornix
7edc9a2358
💄 2022-04-05 14:28:23 -07:00
rebornix
eebc982128
re #146841. allow single action view item to be disposed properly. 2022-04-05 14:28:22 -07:00
rebornix
9fe0ba13ce
re #146841. Fix actionbar memory leak. 2022-04-05 14:28:17 -07:00
Matt Bierner
55627db338
Move fragment range down into documentLinkProvider 2022-04-05 14:22:57 -07:00
Matt Bierner
9b141e1959
Use clearer logic 2022-04-05 14:22:57 -07:00
David Dossett
f97316f0c3 Update language status indicator padding 2022-04-05 14:06:56 -07:00
Logan Ramos
9d0c4574f2
Fix compile 2022-04-05 15:28:05 -04:00
Logan Ramos
29e28ccf01
Update window tests 2022-04-05 15:25:57 -04:00
Raymond Zhao
8ba7e14db9
Emmet reduce JSX array noise (#146757)
Reduce emmet JSX array noise, fixes #138461
2022-04-05 12:20:07 -07:00
Logan Ramos
d52eeec75d
Update variable misname 2022-04-05 15:15:41 -04:00
Logan Ramos
135a162106
Rename .groups to .all again 2022-04-05 15:06:31 -04:00
Logan Ramos
ef71c65923
Change onDidChangeTab event 2022-04-05 14:56:47 -04:00
Matt Bierner
2154f3d008
Pass through CancellationToken 2022-04-05 11:56:40 -07:00
Matt Bierner
0496c2b3a7
Add basic file references provider for markdown
Fixes #146267
2022-04-05 11:56:40 -07:00
Matt Bierner
111b58221c
Add a few more readonlys to notebook editor api 2022-04-05 11:56:40 -07:00
Ladislau Szomoru
b0990b94a7
SCM - Add settings to toggle diff decorator pattern (#146724) 2022-04-05 20:53:48 +02:00
Matt Bierner
f8a64a1482
Adding readonly to a few more array arguments 2022-04-05 11:06:37 -07:00
Matt Bierner
c60ec4e4ce
Mark tree drag api arrays are readonly
This makes is more clear that you can't modify the drop/drop mime types arrays to update them
2022-04-05 11:06:36 -07:00
Matt Bierner
52a7f7a1f8
Clairify that provider should not modify input positions 2022-04-05 11:06:36 -07:00
Matt Bierner
0ea6ea4a10
Mark that notebook apis don't modify input array 2022-04-05 11:06:35 -07:00
Benjamin Pasero
ff7237ac19
Flush local history before shutdown when connected to a remote (fix #146554) 2022-04-05 19:55:30 +02:00
Alex Dima
5be7b62068
Fixes #99589: Do not render whitespace in tokens that contain RTL text (except for line leading and trailing whitespace) 2022-04-05 19:52:43 +02:00
Benjamin Pasero
fd7efbee45
smoke - cleanup some file names 2022-04-05 19:21:29 +02:00
Benjamin Pasero
16b97e6846
smoke - better use of tree-kill 2022-04-05 19:08:33 +02:00
Benjamin Pasero
8212626e5f
smoke - disable verbose for windows 2022-04-05 18:56:59 +02:00
Logan Ramos
8bcabe3f00
More JS Doc comments 2022-04-05 12:42:03 -04:00
Johannes
9ff54fa29a
api tods 2022-04-05 18:07:24 +02:00
Johannes
83f68b5006
resolve completions when showing them inline, https://github.com/microsoft/vscode/issues/146468 2022-04-05 18:07:24 +02:00
Harald Kirschner
26d4e267bc
Instrument extension view activation (#146789) 2022-04-05 09:06:01 -07:00
Benjamin Pasero
7c31267b20
smoke - mitigate #146785 2022-04-05 18:03:36 +02:00
Raymond Zhao
6c7f263edb
Remove tag check, fixes #139886 (#146269) 2022-04-05 08:34:14 -07:00
Benjamin Pasero
66c9155d93
smoke - skip install and enable vscode-smoketest-check extension in remote (#146800) 2022-04-05 17:31:10 +02:00
Benjamin Pasero
9a78ee3b1a
unit - skip all tests for test component in node 2022-04-05 17:27:24 +02:00
Benjamin Pasero
690a9c0f8d
smoke - adopt repo changes 2022-04-05 17:19:53 +02:00
Matt Bierner
1096634767
Mark input arrays as readonly 2022-04-05 08:19:03 -07:00
zz
a8097b5607
feat(git): Added remote url type option (#146124)
* feat(git): Added remote url type option

* Modify extension configuration

* Simplified code

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-04-05 06:49:50 -07:00
heartacker
80f8b99e3c
add the git.fetch action to the frist header menu in scm in order to be easier to fetch the repo immediately (#137940) 2022-04-05 15:32:32 +02:00
Anthony Stewart
b541c1cc97
Rename user facinging instances of SCM to Source Control (#146742)
Co-authored-by: Anthony Stewart <anthonystewart@google.com>
2022-04-05 15:25:33 +02:00
Logan Ramos
b54bd0320e
Update telemetry-extractor 2022-04-05 09:09:10 -04:00
Alex Ross
8c755e807e
Bump distro 2022-04-05 15:04:16 +02:00