Rob Lourens
739175dc74
More unused exports ( #165167 )
...
For #164939
2022-11-01 09:43:01 -07:00
Isidor Nikolic
9805c4b429
a11y issues to Megan ( #165166 )
2022-11-01 09:42:46 -07:00
Jean Pierre
a64d5346e8
Fixes task reconnection status does not work for default build task ( #165110 )
...
Fixes #159639
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-11-01 12:29:47 -04:00
Johannes Rieken
8485263426
debt - use CSS variables instead of registerThemingParticipant
( #165164 )
2022-11-01 09:03:16 -07:00
Logan Ramos
ccda6721ea
lramos15/xenacious-bedbug ( #165083 )
...
* Don't shortcircuit active editor in Resolver
* Fix broken test
2022-11-01 08:49:56 -07:00
Matt Bierner
3a8b7e4276
Highlight label should not create extra span nodes ( #164657 )
...
* Highlight label should not create extra empty dom nodes
I noticed that the `HighlightedLabel` class creates extra `span` elements for text ranges. These should not be needed. Using text children directly should be faster for creation and also reduce the number of nodes in the document
I also related the conditional spread with a longer version that uses a simple call to push. This is worth doing since `HighlightedLabel` is so widely used in the editor
* Update tests
* Update smoke test selector
* Update css
2022-11-01 08:00:38 -07:00
Sandeep Somavarapu
fe882ab334
api feedback ( #164470 )
...
* api feedback
- remove critical log level
- move log level off to be 0
* handle off log level
* fix disabling log level in tests
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2022-11-01 10:41:19 -04:00
João Moreno
b0da2ea781
fix Alpine builds with npm custom registry ( #165137 )
...
fixes #165135
2022-11-01 07:28:06 -07:00
Alex Ross
ceaf7a431b
Update grammars ( #165100 )
2022-11-01 07:21:34 -07:00
João Moreno
04a05581d8
bump version ( #165133 )
2022-11-01 07:13:58 -07:00
João Moreno
a2e787228f
smoketests should not fail by bumping version in package.json ( #165132 )
...
related to #165118
2022-11-01 07:12:43 -07:00
João Moreno
18f1101f70
skip flaky test ( #165150 )
...
* skip flaky test
related to #165149
* skip the entire suite
2022-11-01 06:26:44 -07:00
João Moreno
be022daa1a
add 🚀 build tag to builds which go through publishing ( #165145 )
2022-11-01 04:15:50 -07:00
João Moreno
0a19bf0e8f
fix inno setup build for non-insider qualities ( #165143 )
...
fixes #165142
2022-11-01 03:53:58 -07:00
Takafumi Umemoto
544d457855
Update to current Devcontainer extension image link ( #163557 )
2022-11-01 11:42:15 +01:00
Christof Marti
f93ad8a41d
Reduce unused exports ( #164935 )
2022-11-01 10:55:09 +01:00
Matt Bierner
d1c401cbde
Pick up latest TS for building VS Code ( #165104 )
...
* Pick up latest TS for building VS Code
* Pick up latest node typings
* Bump node types
2022-11-01 02:43:09 -07:00
Tyler James Leonhardt
ad114d7540
Remove the 🥕 since we have modes in the go to file ( #164437 )
...
Fixes #163957
2022-11-01 09:40:48 +01:00
Matt Bierner
447e61a31f
Revert "Bump version for Nov. ( #165091 )" ( #165118 )
...
This reverts commit 8b4642ab23
.
This seems to be causing our builds to fail: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=191117&view=logs&j=4801dce2-64f3-53d6-b366-d49a1977c639&t=d3816dfe-5f5f-5b74-f77f-0a43291213b6&l=22
2022-10-31 20:41:48 -07:00
Tyler James Leonhardt
9d55dde2d0
Fix #164630 ( #165096 )
...
* The true fix
* some code clean up
2022-10-31 20:39:23 -07:00
Tyler James Leonhardt
2e37cebf9b
Remove a few export
s ( #165106 )
...
Ref https://github.com/microsoft/vscode/issues/164941
2022-10-31 20:27:58 -07:00
Andrea Mah
dbbf526d3d
add trace logs for search parent debug ( #165095 )
...
* add trace logs for search parent debug
2022-10-31 20:27:40 -07:00
Jason Williams
a46fb19d91
fix #154064 which was running the wrong taskgroups ( #164983 )
2022-10-31 23:19:10 -04:00
Matt Bierner
4bf630f00e
Pick up latest markdown language service ( #165093 )
2022-10-31 19:52:21 -07:00
Joyce Er
4b759b0492
Improve log message for aborting resuming an edit session ( #165108 )
2022-10-31 18:26:57 -07:00
Peng Lyu
caf921d285
Merge pull request #164863 from gjsjohnmurray/fix-164860
...
Fix text of IW command palette entries (#164860 )
2022-10-31 16:40:50 -07:00
Peng Lyu
8b4642ab23
Bump version for Nov. ( #165091 )
2022-10-31 14:23:34 -07:00
Matt Bierner
33867c55f3
Adopt prefix private with _ in markdown extension ( #165088 )
2022-10-31 14:22:39 -07:00
Matt Bierner
b97827dacf
Adopt notebook serializer for notebook document tests ( #165081 )
...
For #160580
Also remove one test that is no longer relevant
2022-10-31 12:56:40 -07:00
Tyler James Leonhardt
9b3e147d6d
GitHub Enterprise Auth improvements ( #165082 )
...
1. Namespace secrets based on the value of github-enterprise.uri to support "multiple separate GHES instances"
2. If the setting value disappears, continue using last set value. Fixes https://github.com/microsoft/vscode-pull-request-github/issues/3992
3. Mark github-enterprise.uri as requires trust
3. Refactoring like:
* UriHandler is handled in extension.ts and passed down everywhere since we can only have 1 instance of it
* misc style (`private` usage, better `disposable` handling)
2022-10-31 12:18:54 -07:00
Matt Bierner
c60980ca7a
Adopt notebook serializer for test ( #165078 )
...
For #160580
2022-10-31 12:01:38 -07:00
Andrea Mah
886f8d83b3
Remove unused import for notebook background ( #165070 )
...
* remove some of listed unused imports
2022-10-31 11:46:39 -07:00
Matt Bierner
ef5671a46f
Pick up latest TS for VS Code ( #165075 )
2022-10-31 11:42:11 -07:00
Megan Rogge
30383d68ad
use updated private API name ( #165069 )
...
fix #164899
2022-10-31 11:07:13 -07:00
SteVen Batten
3dc149ae65
improve title bar settings for web ( #165068 )
...
fixes #164768
2022-10-31 18:59:26 +01:00
Henning Dieterichs
6800f96aad
Merge pull request #165051 from microsoft/hediet/nearby-worm
...
Implements #164686
2022-10-31 18:57:46 +01:00
David Dossett
2e7c0662c3
Updates custom menu borders and item styles ( #164165 )
...
Updates menu item margin and radius and adds border to default themes
2022-10-31 10:27:56 -07:00
Megan Rogge
af3bd53592
Remove exports and unused types ( #164939 ) ( #165065 )
2022-10-31 13:21:35 -04:00
Johannes Rieken
5277b6a582
update notebook milestones ( #165064 )
2022-10-31 10:01:13 -07:00
Joyce Er
aa483cf6de
Show progress when storing edit session as part of Continue On flow ( #164903 )
...
* Show progress when storing edit session as part of Continue On flow
* Port release fix
2022-10-31 10:00:26 -07:00
Logan Ramos
287d963f46
Add email attachments are lost on Github ( #165057 )
...
Add email attachments are lost Github
2022-10-31 09:06:02 -07:00
Alexandru Dima
98edc01208
Only export symbols that are needed ( #165052 )
...
* Fixes #164934 : Only export symbols that are needed
* `KeyMod` is referenced by `monaco.d.ts`
2022-10-31 07:28:10 -07:00
Henning Dieterichs
d27d0c28e2
Implements #164686
2022-10-31 14:54:57 +01:00
Ladislau Szomoru
3d30ef3e35
SCM - fix action button border ( #165048 )
...
Fix regression
2022-10-31 06:01:22 -07:00
Henning Dieterichs
50b1bccd17
Remove inlineCompletionsNew proposal. Fixes #164856 ( #165044 )
2022-10-31 13:29:04 +01:00
João Moreno
9059a3b01c
unexport createDecorator ( #165039 )
...
related to #164938
2022-10-31 03:33:39 -07:00
Ladislau Szomoru
3f87353fe0
💄 SCM - Remove registerThemingParticipant ( #165038 )
...
* SCM - adopt more theme variables
* Remove registerThemingParticipant
2022-10-31 03:25:54 -07:00
João Moreno
53ef06a2dc
bump unique names generator ( #165015 )
2022-10-31 08:25:51 +01:00
Matt Bierner
3e407526a1
Pick up latest markdown LS ( #164945 )
...
Picks up https://github.com/microsoft/vscode-markdown-languageservice/pull/84
2022-10-29 11:40:56 -07:00
Matt Bierner
7cb1b9d9f0
Fix bugs with close of markdown docs ( #164942 )
...
There are two bugs here:
- Something in the lsp is converting a value from `undefined` to `null`. To fix this, I've updated us just to check for falsy values instead
- The `hasInMemoryDoc` implementation was incorrect. It needs to verify that the value of `this.inMemoryDoc` is not null/undefined
2022-10-29 02:08:21 +02:00