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
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
Connor Peet
d976637473
testing: focus tree view instead of editor when opening peek ( #148815 )
...
Fixes #145298
2022-05-05 16:50:42 +00:00
Matt Bierner
4b125bb062
Add empty href for markdown links ( #148751 )
...
* Add empty href for markdown links
Fixes #147363
Not entirely sure why this is required, but it seems that setting an empty href makes sure the click event is correctly fired
* Fix tests
2022-05-05 09:40:26 -07:00
Quan Zhuo
05043332f8
Add newpromise snippets in javascript ( #148755 )
2022-05-05 09:38:07 -07:00
Sandeep Somavarapu
08ad5ca882
Merge pull request #148811 from microsoft/sandy081/fixCompliation
...
fix monaco editor compilation
2022-05-05 17:34:09 +02:00
Sandeep Somavarapu
4e029ea7cb
fix monaco editor compilation
2022-05-05 17:27:55 +02:00
Alex Ross
0054a87d9e
Comments panel annoyance ( #148806 )
...
Fixes #148803
2022-05-05 17:06:18 +02:00
Logan Ramos
a40b90e9a4
Deprecate publicLog and point people towards the 2 variant ( #148804 )
2022-05-05 14:31:08 +00:00
Sandeep Somavarapu
9ceaa15769
Merge pull request #148801 from microsoft/sandy081/147926
...
only allow primitive types in history navigation widget context
2022-05-05 16:01:22 +02:00
Alexandru Dima
1494660693
Merge pull request #148772 from microsoft/alex/148651
...
More strict validation for semantic tokens
2022-05-05 16:00:02 +02:00
Isidor Nikolic
b125b6bd49
Merge pull request #148800 from microsoft/isidorn/treegrid
...
use treegrid as role for cllastack view
2022-05-05 15:54:00 +02:00
Sandeep Somavarapu
d76e3038aa
fix binding for historyNavigationWidgetFocus context
2022-05-05 15:53:41 +02:00
Sandeep Somavarapu
3b187c52d2
only allow primitive types in history navigation widget context
...
- Remove setting history navigation widget in the context
- Maintain a list of history navigation widgets
- Remember the last focused history navigation widget
- Use that while running navigation commands
2022-05-05 15:47:26 +02:00
isidor
50dfce5ea5
use trigrid as role for cllastack view
2022-05-05 15:45:02 +02:00
Johannes Rieken
7d98054e0c
Merge pull request #148773 from microsoft/joh/quickSuggestConfig
2022-05-05 15:07:25 +02:00
Ladislau Szomoru
ce88518440
Git - logging improvements ( #148656 )
2022-05-05 12:52:26 +00:00
SteVen Batten
77055cffc0
remove old gdpr classification ( #148754 )
2022-05-05 08:30:06 -04:00
Henning Dieterichs
f98ae66391
Merge pull request #148767 from microsoft/hediet/inline-completion-update
...
Updates inlineCompletions proposal from inlineCompletionsNew proposal.
2022-05-05 13:51:21 +02:00
Johannes Rieken
68eb11cb95
Merge pull request #148787 from microsoft/joh/gdpr
2022-05-05 13:35:38 +02:00
Johannes
51beb8061c
add more owner and comment tags, migrate to publicLog2
2022-05-05 12:31:36 +02:00
Johannes Rieken
a856094c10
Merge pull request #148780 from microsoft/joh/inline-tsb
2022-05-05 11:57:43 +02:00
Johannes
c13d581bce
move gulp-tsb into the `build/lib` remove as dependency
2022-05-05 11:35:33 +02:00
Alexandru Dima
eeac93f727
Merge pull request #148778 from microsoft/alex/pr-test-let-const
...
`let` -> `const`
2022-05-05 11:18:22 +02:00
Alex Dima
539a0003bc
`let` -> `const`
2022-05-05 11:11:24 +02:00
Johannes
d699e3ca6a
add test
2022-05-05 09:58:11 +02:00
Henning Dieterichs
bae40168ae
Fixes issues from code review
2022-05-05 09:54:41 +02:00
Sandeep Somavarapu
63076cfe10
Merge pull request #148732 from microsoft/sandy081/configurationMigration
...
Introduce configuration migration utility
2022-05-05 09:45:47 +02:00
Johannes
4331b6fefc
mark object as "closed", add more doc
2022-05-05 09:30:01 +02:00
Alex Dima
0f12650f38
Fixes #148651 : More strict validation for semantic tokens
2022-05-05 09:24:08 +02:00
Henning Dieterichs
3b08d52d0b
Updates inlineCompletions proposal from inlineCompletionsNew proposal.
...
Also moves InlineCompletionList.commands to inlineCompletionsAdditions proposal.
2022-05-05 07:49:38 +02:00
Matt Bierner
c08941b87c
Ignore bulkedit previews for markdown references / renames ( #148744 )
...
Makes sure we don't pick up the fake documents created by the bulkedit-preview
2022-05-04 16:03:35 -07:00
Daniel Imms
d9ca0a3ef4
Merge pull request #148734 from microsoft/tyriar/148721
...
Don't touch ServicesAccessor after await
2022-05-04 15:07:01 -07:00
SteVen Batten
64d6fadbdc
Revert "Trigger product build on PRs to release branches"
...
This reverts commit 9e41d534b4
.
2022-05-04 14:14:33 -07:00
Matt Bierner
9dab79d9c8
Fix markdown web extensions ( #148739 )
...
We're currently importing a file from `test/util`, which is not supported on web. Move the noop cancellation token into the `util` folder instead
2022-05-04 14:02:38 -07:00
Connor Peet
5812a0e4b8
feat: allow tunneling remote to be collected in telemetry ( #148737 )
2022-05-04 13:58:10 -07:00