Commit graph

85617 commits

Author SHA1 Message Date
Johannes Rieken c7db68cd7d
💄 2021-07-22 16:10:06 +02:00
Sandeep Somavarapu e49d4aee38
fix more info container 2021-07-22 15:44:59 +02:00
Sandeep Somavarapu 03f7e8d3d6
fix padding 2021-07-22 15:44:58 +02:00
Sandeep Somavarapu 5d8d47ff3a
fine tune hover and extension status 2021-07-22 15:44:58 +02:00
Sandeep Somavarapu 2feb2fc6b5
rename extension status action 2021-07-22 15:44:58 +02:00
Sandeep Somavarapu 52ab12d021
show recommendation at the end of the hover 2021-07-22 15:44:57 +02:00
Daniel Imms 66c08904ec Create terminal editor to the side command
Fixes #129172
2021-07-22 05:42:31 -07:00
Daniel Imms 7d4402a813 Remove any from terminal editor split
Part of #126387

Co-Authored-By: Megan Rogge <merogge@microsoft.com>
2021-07-22 05:42:31 -07:00
João Moreno 723ce3f4be
fix no type to filter in lists, web 2021-07-22 13:26:30 +02:00
Andre Weinand 4f5f5de28f
Merge pull request #125737 from xisui-MSFT/dev/xisui/disassembly
Disassembly view
2021-07-22 11:28:41 +02:00
Yue (Felix) Huang c4920642ce Remove getdisassemble as it is not used from DebugService 2021-07-22 02:05:25 -07:00
Andre Weinand 7fb6a2ef1c
check correct capability supportsInstructionBreakpoints 2021-07-22 10:17:26 +02:00
Andre Weinand a0e2977ead
call sendInstructionBreakpoints for persisted breakpoints 2021-07-22 10:17:25 +02:00
Thai Pangsakulyanont c16e371bcc
Rename TestSnapshoptTaskState to TestSnapshotTaskState 2021-07-22 14:56:26 +07:00
Matt Bierner e8a59bc6f9
Try to handling paths with encodes percent or slash
For #123494
2021-07-21 18:32:57 -07:00
Matt Bierner 0207dfe18c
Remove unused class 2021-07-21 18:32:57 -07:00
Daniel Imms 50e025e0d9 Terminal profile enum tests, fix arg formatting
Part of #129140
2021-07-21 18:12:01 -07:00
Daniel Imms f831c8d3cb Provide intellisense for newWithProfile command
Fixes #129140
2021-07-21 18:02:53 -07:00
Daniel Imms 2ff75e163d Throw when terminal profile isn't found
Part of #126738
2021-07-21 18:02:53 -07:00
Daniel Imms 4fd146f5de Fix newWithProfile when args are profiles
Fixes #126738
2021-07-21 18:02:53 -07:00
Rob Lourens d97ca09f33 Update notebook cell collapse rules and work around class conflict with codespaces splash screen, see #129090 2021-07-21 18:00:49 -07:00
Rob Lourens 78a48b505b
Merge pull request #129091 from microsoft/dev/joyceerhl/collapsed-cells
Remove 'collapsed' css class for collapsed notebook cells
2021-07-21 17:27:53 -07:00
Tyler Leonhardt a968c7dd78
Add Auto to Language StatusBarItem and honor user Language Pick 2021-07-21 17:03:25 -07:00
Tyler Leonhardt 9bd6f4890f
fix comment for statusbarentry 2021-07-21 17:00:56 -07:00
Raymond Zhao ecc6785b1b
Implement dnd for array settings (#128884)
* Implement drag and drop for array settings

Fixes #127424
Also removes redundant options for uniqueItem enum array settings
2021-07-21 16:29:45 -07:00
Connor Peet d39f94357d
testing: improve wording 2021-07-21 15:46:49 -07:00
Connor Peet 3213cb423c
finalize testing api 🎉
Closes #122208
Closes #107467

This will ship in VS Code 1.59 in about two weeks
2021-07-21 15:28:14 -07:00
Connor Peet 38e09192c0
testing: api feedback 2021-07-21 15:20:12 -07:00
Rob Lourens 2bc4f8f94b Simplify TextDecoder call 2021-07-21 15:18:04 -07:00
Rob Lourens 0e6388c47a Merge branch 'dev/joyceerhl/builtin-jupyter' 2021-07-21 15:04:11 -07:00
Rob Lourens 35cc9582a4 Fix serializer buffer slice 2021-07-21 15:03:41 -07:00
Rob Lourens 6ed3b6cc0e Clean up ipynb serializer 2021-07-21 15:03:37 -07:00
Rob Lourens 5793ae026a Rename serializer extension and set up build scripts 2021-07-21 15:03:24 -07:00
Joyce Er 58cc6980d6 Serializer code 2021-07-21 15:03:13 -07:00
Matt Bierner 23d99b3055
Prompt users to update TS versions before reporting issues
Fixes #129131
2021-07-21 14:56:20 -07:00
Matt Bierner 76885d753d
Use static list of commit characters
Testing this for the TS side. We think that being consistent may be better than trying to be smart here
2021-07-21 14:56:20 -07:00
Matt Bierner 2cddf0f039
Use o for paramter names
This aligns with the standard lib typings which usually use `o` for object types
2021-07-21 14:56:19 -07:00
Jackson Kearl a80ad998c0
Give min height to steps content 2021-07-21 14:50:27 -07:00
Logan Ramos e516cefa43
Revert "Remove telemetry appender from embedder API"
This reverts commit 889fc9ed82.
2021-07-21 17:03:01 -04:00
Megan Rogge 2b2924d1fb
focus the terminal when it is touched (#129128) 2021-07-21 13:35:44 -07:00
Xinyu Sui 93c8ad6ecb Improve stepping UI 2021-07-21 13:20:02 -07:00
Rob Lourens ffae23b5f1 Delete unused cell renderer parts 2021-07-21 12:19:54 -07:00
Rob Lourens b5253894dd Freeze notebook doc metadata 2021-07-21 12:16:58 -07:00
Tyler James Leonhardt 65913cfb22
remove vscs_target for prebuilds 2021-07-21 11:57:49 -07:00
Daniel Imms 9fee021ba4 Test getInstanceFromResource
Part of #126387

Co-Authored-By: Megan Rogge <merogge@microsoft.com>
2021-07-21 10:40:19 -07:00
Daniel Imms 954686aae5 Only set active on last dropped instance
Part of #126387

Co-Authored-By: Megan Rogge <merogge@microsoft.com>
2021-07-21 10:20:41 -07:00
Daniel Imms 802a170eff Test terminal drag event parsing
Part of #126387
2021-07-21 10:16:37 -07:00
Connor Peet 90aa979bb7
notebooks: renderer messaging feedback 2021-07-21 10:12:13 -07:00
Logan Ramos 889fc9ed82
Remove telemetry appender from embedder API 2021-07-21 12:55:50 -04:00
Rob Lourens f82e598599 Freeze notebook cell metadata 2021-07-21 09:17:37 -07:00