Commit Graph

96366 Commits

Author SHA1 Message Date
Matt Bierner
e6f42433cf Include @ in JS/TS word pattern (#148962)
Fixes #148874

`@` is used both for decorators and in imports
2022-05-06 21:10:45 +00:00
Rob Lourens
7da792ae7c Reenable smoke test
Fixes #137195
2022-05-06 14:41:07 -06:00
Daniel Imms
6aaa63d4be Merge pull request #148918 from microsoft/tyriar/146700_2
Fix, re-enable or disable skipped terminal smoke tests
2022-05-06 12:14:15 -07:00
Matt Bierner
526505636e Fix position of webviews and notebooks when the editor grid scrolls (#148858)
* Fix position of webviews and notebooks when the grid scrolls

Fixes #116946

Makes sure that absolutely positioned webviews and notebooks are correctly moved when the editor widget is scrolled

It also adds a clipping rect to make sure the elements do not overflow outside of the editor area (this would cause the webview/notebook to draw over the sidebar in some cases)

* Fix test service
2022-05-06 11:49:33 -07:00
Matt Bierner
10c8c1c2cc Include authority in TS in-memory scheme (#148940)
For #146853

Make sure we include the uri authority when serializing and then restoring the file paths we send to TSServer (similarly to how we already handle the uri scheme)
2022-05-06 11:48:53 -07:00
SteVen Batten
d999b5ff79 fixes #148862 (#148938) 2022-05-06 18:41:09 +00:00
Logan Ramos
df5abb3026 Fix #94151 (#148052) 2022-05-06 18:09:27 +00:00
Daniel Imms
62bfe9092a Merge pull request #148917 from microsoft/tyriar/140060
Add logging for terminal process input/onData
2022-05-06 09:46:02 -07:00
Sandeep Somavarapu
0a53a13813 Merge pull request #148927 from microsoft/sandy081/148926
fix #148926
2022-05-06 18:44:27 +02:00
Sandeep Somavarapu
187a384283 fix #148926 2022-05-06 18:36:02 +02:00
Megan Rogge
5357dcfc04 fine tune shell integration messaging (#148856) 2022-05-06 09:26:12 -07:00
Megan Rogge
7a265562f8 fix #148857 (#148923) 2022-05-06 09:21:16 -07:00
Daniel Imms
de7062f173 Re-enable retries 2022-05-06 08:13:19 -07:00
Daniel Imms
a5f0a29527 Fix, re-enable or disable skipped terminal smoke tests
Fixes #146700
2022-05-06 08:11:50 -07:00
Daniel Imms
5f7a356319 Add logging for terminal process input/onData
Part of #140060
2022-05-06 08:07:48 -07:00
Megan Rogge
19ae5645f9 fix #146873 (#148848) 2022-05-06 07:39:35 -07:00
Johannes Rieken
00bc762821 Merge pull request #148912 from microsoft/joh/148833 2022-05-06 15:52:49 +02:00
Alex Ross
8190e5db56 Add comment and remove some events (#148911) 2022-05-06 09:50:24 -04:00
Johannes
a5707b7703 invoke fuzzyScore with the options to allow first match to be weak 2022-05-06 15:45:45 +02:00
João Moreno
96ed211c8b fix scm statusbar items order (#148909)
Co-authored-by: @lszomoru
2022-05-06 13:28:20 +00:00
Alex Ross
189bdc6dcc Adding owners and comments to task events (#148907) 2022-05-06 15:19:27 +02:00
Alex Ross
02b59c6e3a Comments widget doesn't reveal nicely (#148897)
Fixes #148774
2022-05-06 15:18:01 +02:00
Martin Aeschlimann
f49cccd02d Merge pull request #148902 from microsoft/aeschli/bumpDisto0cfb470
bump distro
2022-05-06 14:42:24 +02:00
Johannes Rieken
edcad0bd1d Merge pull request #146710 from weartist/main 2022-05-06 14:29:28 +02:00
Martin Aeschlimann
e6cd7f96c7 bump distro 2022-05-06 14:24:19 +02:00
Johannes Rieken
c7ba19da43 Merge branch 'main' into main 2022-05-06 14:23:20 +02:00
Isidor Nikolic
49e8186016 Merge pull request #148826 from microsoft/tyler/separator-name-in-aria
Include separator label in aria label
2022-05-06 11:42:42 +02:00
Martin Aeschlimann
ac123b7ed9 Merge pull request #148707 from microsoft/aeschli/commitInRemoteResourceRoute
commit and quality in server paths
2022-05-06 10:51:04 +02:00
Johannes Rieken
a7d1f3a91d Merge pull request #147926 from microsoft/joh/primitiveContext 2022-05-06 10:38:00 +02:00
SteVen Batten
e38b831940 fixes #148851 (#148852) 2022-05-05 15:08:10 -07:00
Tyler James Leonhardt
15a30ce589 Reintroduce quickpick tests with a better way to wait (#148844)
* Reintroduce quickpick tests with a better way to wait

* matt's feedback
2022-05-05 14:57:04 -07:00
Tyler James Leonhardt
847629239b add owner and comment to some telemetry events (#148752) 2022-05-05 17:30:51 -04:00
SteVen Batten
2623225b18 fixes #148824 (#148846) 2022-05-05 21:13:00 +00:00
Matt Bierner
c9240437a5 Pull in latest markdown-it-katex (#148845)
Fixes #147043
2022-05-05 21:10:52 +00:00
Logan Ramos
349fa5e170 Bump Distro (#148842) 2022-05-05 16:49:49 -04:00
Peng Lyu
d1d1bade6d No flicker anymore for output update (#148834) 2022-05-05 13:44:13 -07:00
Tyler James Leonhardt
6c8d8a2654 Have forceNewSession behave like createIfNone if no sessions are present (#148819)
* Have forceNewSession behave like createIfNone if no sessions are present

* include note in vscode.d.ts about forceNewSesssion behavior
2022-05-05 13:30:14 -07:00
Connor Peet
9991dffebf feat: add authoritySuffix for remote labels (#148841)
For https://github.com/microsoft/vscode-cli/issues/250

I want to show a nicer name in the remote, but we should exclude the
`categorizer+name` prefix from the authority. The "+" is a standard
authority separator we use for SSH, WSL, etc.
2022-05-05 13:13:28 -07:00
Raymond Zhao
54b6389283 Improve a11y for Settings editor markdown links (#148748) 2022-05-05 12:48:24 -07:00
Logan Ramos
3f5f8580f9 Bump distro (#148838) 2022-05-05 19:45:47 +00:00
Matt Bierner
5068fd5978 Decode clicked uris in markdown notebook cells (#148830)
Fixes #148519

These links end up being encoded by the markdown renderer. We need to decode them before trying to use them here
2022-05-05 18:56:00 +00:00
Matt Bierner
04ecb1d42f Normalize markdown links in notebooks (#148827)
Fixes #146352

This ensures we pass links in markdown cells through the same normalization function we use to assign headers ids
2022-05-05 18:33:38 +00:00
Tyler Leonhardt
8217d5ff82 include separator label in aria label. Fixes #141856 2022-05-05 11:25:55 -07:00
Matt Bierner
3316555e3f Allow navigating for notebook links with fragments (#148823)
For #148199

This makes sure we support markdown links such as `[link](doc.md#header)`. However this PR does not yet make clicking the link navigate to `header` within `doc.md`
2022-05-05 11:25:17 -07:00
Joyce Er
7650816e11 Bump package.json version (#148825) 2022-05-05 18:22:33 +00:00
Jackson Kearl
c652a2d041 Improve notebook language detection CPU (#148761)
* Default to only show language detection hints in text editors (#148663)

* Default to only show language detection hints in text editors
Fixes https://github.com/microsoft/vscode/issues/148220

* Update to object-based config

* Clarify type of untitled editor

* Limit detection to modified cells, once per second

* Re-enable in notebooks
2022-05-05 10:44:59 -07:00
Jackson Kearl
ea6e2c7d02 Update classifier.json (#148817) 2022-05-05 10:42:39 -07:00
Logan Ramos
b16dc5f6ef Upgrade tas client modules (#148796)
* Upgrade tas client modules

* Fix root package being wrong version

Co-authored-by: SteVen Batten <6561887+sbatten@users.noreply.github.com>
2022-05-05 13:37:33 -04:00
Matt Bierner
fc81837600 Better hide aria element for notebook cells (#148816)
Fixes #148285
2022-05-05 17:31:48 +00:00
Megan Rogge
4db12988c6 clear decorations on relaunch of terminal (#148741) 2022-05-05 10:08:35 -07:00