Commit Graph

102613 Commits

Author SHA1 Message Date
Alex Ross 05988d07c1 Bump distro (#166117) 2022-11-11 05:53:32 -08:00
Martin Aeschlimann 94d63201f2 Folded decoration is rendered garbled (#166114)
Escape the ellipses character used for folding. For #145897
2022-11-11 05:41:11 -08:00
Sandeep Somavarapu 86223f38b3 fix initialzing profiles in web (#166112) 2022-11-11 05:32:17 -08:00
Martin Aeschlimann e5bf5a7939 button: switch to theming by css variables (#165515)
* button: switch to themeing by css variables

* make options mandatory, don't mixin default styles

* merge fixes
2022-11-11 14:27:08 +01:00
Ladislau Szomoru 9984da1a19 Git - Optimistic UI update for discarding changes (#166099)
Optimistic UI update for discarding changes
2022-11-11 02:25:01 -08:00
Ramón Corominas c9f32595a6 Update messages.es.isl to add context menu hotkey (#166010)
* Update messages.es.isl

Add a hotkey to allow opening with Code from the context menu also in Spanish

* fix encoding

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-11-11 01:34:09 -08:00
Alexandru Dima a15e4f0d6d Reduce usage of require (#166051)
* Reduce usage of `require`

* Bootstrap's callback returns only the first required module
2022-11-11 09:47:28 +01:00
Peng Lyu e793722b9e Fix typings for nb outline test. Re #164297 (#166084) 2022-11-11 09:46:21 +01:00
João Moreno 59814267dd Use new Key Vault account (#166049)
use separate keyvault
2022-11-11 09:38:36 +01:00
Sandeep Somavarapu 07530c3190 Merge pull request #166029 from microsoft/alexr00/fixOtherViews
Fix edit sessions and settings sync views
2022-11-11 09:21:42 +01:00
Matt Bierner ca15dea96b Pick up latest dompurify and typings for vscode-markdown-languageservice (#166062)
Pick up latest typings from vscode-markdown-languageservice
2022-11-10 21:58:16 -08:00
Rob Lourens e31078d303 Fix bad method calls in notebook execution test, via #164297 (#166078) 2022-11-10 21:43:43 -08:00
Matt Bierner 9f2be311ff Fix some test instantiation service errors in notebooks (#166069)
For #164297
2022-11-10 21:21:06 -08:00
Tyler James Leonhardt ef415578d1 Take advantage of platform features in Microsoft Authentication extension (#166066) 2022-11-10 18:26:48 -08:00
Sandeep Somavarapu 74d29f09b2 fix installing extensions in web (#166063) 2022-11-10 17:39:47 -08:00
Peng Lyu 4d95abc564 Merge pull request #166060 from microsoft/rebornix/clear-dragon
Suggest install kernel extensions only when they are not installed.
2022-11-10 17:22:35 -08:00
Sandeep Somavarapu 0749cc677c fix profiles enablement in web (#166059)
- only configurable in stable (not remote)
- do not sync if disabled
2022-11-10 16:57:23 -08:00
Matt Bierner 1ccc8d438b Enable pasting of image attachments by default for ipynb (#166058)
Fixes https://github.com/microsoft/vscode-jupyter/issues/11987
2022-11-10 16:46:31 -08:00
Daniel Imms 1d70080dee Remove extra new line 2022-11-10 16:42:45 -08:00
Daniel Imms 178248752e Fix monaco compile checks, fallback to setTimeout 2022-11-10 16:41:18 -08:00
rebornix 685e763558 Suggest install kernel extensions only when they are not installed. 2022-11-10 16:37:27 -08:00
Daniel Imms 7c1dd74447 Add reporting of input latency measurements 2022-11-10 16:28:58 -08:00
Daniel Imms c1fa901cee Add an input latency contrib that will do the reporting 2022-11-10 16:18:24 -08:00
Daniel Imms 635ed4c921 Document inputLatency namespace 2022-11-10 16:00:54 -08:00
Daniel Imms 1369c20c6a Merge branch 'main' into tyriar/measure_latency 2022-11-10 15:36:56 -08:00
Matt Bierner 8294940ac6 Make CodeActionModel an idleValue (#166053)
For #164171
2022-11-10 14:57:23 -08:00
Matt Bierner 4f30fd5a83 Fix webview state update (#166048)
Fixes #165590

Added wrong typings here
2022-11-10 14:52:05 -08:00
Matt Bierner 615fd708e3 Make ParameterHintsModel an idle value (#166052)
For #164171

Parameter hints are not an essential feature on editor init. Instead we can create the model on idle. This should not have an impact on UX unless a user somehow splits an editor and then types `(` within <50ms and expects parameter hints to show up
2022-11-10 14:50:55 -08:00
Logan Ramos eccee071eb Enable telemetry logging only in OSS (#166032)
* Enable telemetry logging only in OSS

* Remove unnecessary comment

* Update comment
2022-11-10 16:55:09 -05:00
Alexandru Dima 96bf637c10 Merge pull request #165831 from microsoft/alexd/inclined-panda
Always use app root for resource URIs (avoid usage of `require`)
2022-11-10 21:52:42 +01:00
Ladislau Szomoru 8fd500ed74 Git - Add calcellation support for getRefs (#165938) 2022-11-10 12:25:53 -08:00
Matt Bierner 0308afcc5c Transform text/uri-list mime values in data transfers (#165768)
* Take different approach for transforming

* Remove unused param
2022-11-10 11:57:37 -08:00
Marina Miyaoka aa37e17423 Do not preprocess Unicode newlines in Markdown preview (#166026)
Revert LS PS preprocessing in Markdown preview
2022-11-10 19:46:43 +00:00
Sandeep Somavarapu d2441c5e3a rename to Profile (#166030) 2022-11-10 13:25:07 -05:00
Peng Lyu 436a45ed1c Debounce the kernel picker update. (#166027) 2022-11-10 09:43:34 -08:00
Alex Ross 4084786487 Fix edit sessions and settings sync views 2022-11-10 18:32:31 +01:00
Connor Peet 446be2cd8b fixup! clippy suggestion 2022-11-10 09:30:50 -08:00
Alex Ross fc4a4ceee1 Fix leak in comments widget (#166016)
Fixes #165986
2022-11-10 09:05:39 -08:00
Ladislau Szomoru 624f4ac076 Git - Tweak git config parser (#166022)
Tweak git config parser
2022-11-10 18:04:35 +01:00
Raymond Zhao ddb50a07c5 Refactor indicators to use uniform interface (#165960)
* Refactor indicators to use uniform interface
* Fix styling
2022-11-10 08:14:52 -08:00
meganrogge a63f006ae5 Merge branch 'main' into merogge/quick-fix-api 2022-11-10 08:13:00 -08:00
SteVen Batten 7c96708170 fix title bar when transitioning to PWA (#165967)
fixes #165955
2022-11-10 06:57:20 -08:00
SteVen Batten af497b4218 activate remote fsp before resolving trust (#165941)
fixes #161362
2022-11-10 06:57:04 -08:00
SteVen Batten 9d0a7c4223 update panel input border logic (#165966)
fixes #165843
2022-11-10 06:56:24 -08:00
Han 83b528d4dc Move css rules for #165169 (#165595)
* #165169 Move css rules from diffReview.ts into diffReview.css

* #165169 Move css rules from scrollDecoration.ts into scrollDecoration.css

* microsoft#165169 Move css rules from diffReview.ts into diffReview.css

* #165169 Move css rules from accessibilityHelp.ts into accessibilityHelp.css

* remove useless import

* #165169 Move css rules from BracketMatch.ts into BracketMatch.css
2022-11-10 15:28:46 +01:00
Ladislau Szomoru b149a6de63 Git - Improve branch publish prompt (#165949) 2022-11-10 15:20:27 +01:00
Sandeep Somavarapu cf46b990f7 Fix #163013 (#165993) 2022-11-10 14:43:08 +01:00
Ladislau Szomoru b4eaea6bc6 Git - get remotes from the config file (#165909) 2022-11-10 14:35:43 +01:00
Sandeep Somavarapu 35bdaa8003 clean up (#165990) 2022-11-10 00:36:58 -08:00
Johannes Rieken e2ad6b5e3b Merge pull request #165807 from microsoft/joh/responsible-antelope
Set the `respectAutoSaveConfig` to false for code action on save
2022-11-10 08:23:22 +01:00