Commit graph

86117 commits

Author SHA1 Message Date
Rob Lourens 18aeb87b13 Hide notebook getting started commands from f1 when disabled 2021-08-03 19:26:40 -07:00
Rob Lourens b7a1a482f6 Make methods async in prefService 2021-08-03 18:56:45 -07:00
Tyler Leonhardt 37bd7e0a55
fix auth test failure 2021-08-03 18:19:59 -07:00
Tyler Leonhardt 262a3c6a47
add telemetry for provider usage 2021-08-03 17:40:44 -07:00
rebornix 5010fbbf6d fix #128391. 2021-08-03 17:39:57 -07:00
rebornix ddf032aae4 render command full title as tooltip. 2021-08-03 17:01:28 -07:00
rebornix 77f0469713 optimize cell collapse dom structure. 2021-08-03 16:37:47 -07:00
Matt Bierner e4eaed4bf5
Add support for rendering @linkcode jsdoc tags as code 2021-08-03 16:37:26 -07:00
Matt Bierner 5bc143160c
Add on Error handler for ts worker 2021-08-03 16:37:25 -07:00
Connor Peet 04dcda4b3b
testing: fix clear results leaving progress text
Fixes #129763
2021-08-03 16:34:51 -07:00
Connor Peet 14cb70fbde
main: address lockfile polish 2021-08-03 16:27:24 -07:00
Connor Peet dc3c42e7d2
debug: fix platform configs requiring unnecessary properties
Fixes #129071
2021-08-03 16:27:24 -07:00
Tyler Leonhardt a8332b75e4
delete extra afterTokenLoad 2021-08-03 16:24:28 -07:00
Tyler Leonhardt c935e2292f
rename forceRecreate to forceNewSession and allow it to take in a detail 2021-08-03 16:21:04 -07:00
Robo eede0a5b71
ci: fix keychain (#130068)
* ci: list keychains

* ci: reset login keychain

* ci: create default keychain

* chore: cleanup

* chore: add explainer
2021-08-03 15:05:06 -07:00
Tyler Leonhardt 37a8fe959c
no longer call /user to verify tokens 2021-08-03 14:50:07 -07:00
Raymond Zhao 2be9d3f7e0
Increase inputbox width, fixes #129469 2021-08-03 14:49:46 -07:00
Raymond Zhao 77a3f6d2c5
Fix event handling, fixes #130069 2021-08-03 14:47:42 -07:00
Tyler James Leonhardt c694a8b960
add new label assignment 2021-08-03 14:01:10 -07:00
Matt Bierner af39918361
Organize imports in md ext 2021-08-03 13:22:46 -07:00
Matt Bierner 48c560d788
Organize imports in TS ext 2021-08-03 13:22:45 -07:00
Connor Peet d309d3344f
debug: remove legacy debuggers and bump js-debug
Fixes https://github.com/microsoft/vscode-js-debug/issues/1065
2021-08-03 13:02:13 -07:00
Matt Bierner 38695658dc
Register disposable 2021-08-03 12:59:54 -07:00
Matt Bierner 47f3ace055
Enable rendering highlighted code in the settings editor
Fixes #129645
2021-08-03 12:58:44 -07:00
Rob Lourens ffb40deb52 Build ipynb extension before integration test 2021-08-03 12:15:16 -07:00
Matt Bierner 82331754b3
Enable param name inlayHints by default for TS
Looking for feedback. Will also consider keeping enabled if it looks stable enough
2021-08-03 12:04:00 -07:00
Matt Bierner 6838cc17b5
Revert "Revert "Update to build with latest TS version""
This reverts commit 3bf817f0f8.
2021-08-03 12:01:56 -07:00
Rob Lourens bb4a627722 💄 2021-08-03 11:26:09 -07:00
Rob Lourens 1d8a91d86f Add integration test for opening a ipynb file 2021-08-03 11:19:22 -07:00
Rob Lourens 190a89dd1b Port unit tests from vscode-jupyter to ipynb extension
#129446
2021-08-03 11:19:22 -07:00
David Kutugata e73053d712
move run above and below (#130009)
* move run above and below to position 1 instead of
0, this allows run by line to be the first menu item

* use enum

* oops
2021-08-03 09:54:42 -07:00
Raymond Zhao 87aa772b40
Fix #129844 2021-08-03 09:54:05 -07:00
Andre Weinand 2302711310
pass ActionRunner into DropdownMenuActionViewItem; fixes #130059 2021-08-03 18:44:15 +02:00
isidor ec11c7a494
Deduplicate decorations since same variable can appear in multiple scopes, leading to duplicated decorations
fixes #129770
2021-08-03 17:35:23 +02:00
Andre Weinand 456470f38d
support SVGs with splitbutton; fixes #129599 2021-08-03 17:26:33 +02:00
Connor Peet aa3cfca453
yarn web fixups 2021-08-03 08:25:36 -07:00
Alex Ross 4ca5b02b9a
Task spinner not showing in the status bar (#130050)
Fixes #130048
2021-08-03 17:18:54 +02:00
Isidor Nikolic 1a0213f908
Merge pull request #130039 from microsoft/hediet/run-to-line
Implements run to line.
2021-08-03 17:18:04 +02:00
Henning Dieterichs d1042aeebc
Only show run to line if debugger is in stopped state. 2021-08-03 17:14:36 +02:00
Henning Dieterichs bd3ad816c1
Fixes compile error. 2021-08-03 17:10:16 +02:00
Alex Ross f3e4e0bf77
workbench.action.tasks.build no longer triggers build but opens a list of tasks (#130043)
Fixes #130028
2021-08-03 17:10:13 +02:00
Henning Dieterichs c6ee49032f
Fixes unused imports. 2021-08-03 16:57:55 +02:00
Henning Dieterichs 530e195387
Fixes bug in suggest widget regarding force rendering above & adjusts required space. 2021-08-03 16:54:17 +02:00
Henning Dieterichs 43e383de59
Fixes bug when computing the minReservedLineCount for ghost text with multiple multi-line parts. 2021-08-03 16:52:47 +02:00
Henning Dieterichs c801ca8089
Reset minReservedLineCount for suggestion preview when cursor moves. Fixes #129701. 2021-08-03 16:51:49 +02:00
isidor 233466d022
debug session: respect lifecycleManagedByParent
#118196
2021-08-03 16:27:28 +02:00
Logan Ramos 323237921b
Set context key on more than just the working tree 2021-08-03 10:00:52 -04:00
Henning Dieterichs 5edf7a11d8
Implements run to line. 2021-08-03 15:29:35 +02:00
Benjamin Pasero 6c1f37fa73
sandbox - enforce file URI for DownloadURL transfer (fix #128975) 2021-08-03 15:12:07 +02:00
Dirk Baeumer 568c51aff0
Fixes #126408: Support changes in vscode-nls-dev that allow hint comments in package.nls.json 2021-08-03 15:06:07 +02:00