Commit graph

85835 commits

Author SHA1 Message Date
Tyler Leonhardt d92bf5be20
Update vscode-languagedetection to fix language detection crash on large file. fixes #129597 2021-07-28 09:31:49 -07:00
Logan Ramos 5d8272dc48
Fix build 2021-07-28 11:21:31 -04:00
Sandeep Somavarapu a7a83c588e
Fix #129694 2021-07-28 17:14:14 +02:00
Logan Ramos c6fa1cc8b9
Fix #129649 2021-07-28 10:54:19 -04:00
Logan Ramos e6b55f3e94
Fix #129083 2021-07-28 10:42:55 -04:00
Sandeep Somavarapu 4ef050e564
Fix #120180 2021-07-28 16:14:54 +02:00
Alex Ross d5e4caf663
Fix group on configured tasks
Fixes #129686
2021-07-28 15:46:24 +02:00
Daniel Imms 2e0c53def8 Add forcePosition hover option, restrict extension hovers
Fixes #129546
2021-07-28 06:43:25 -07:00
Daniel Imms 9ef29de23f Fix tests/http links 2021-07-28 06:13:22 -07:00
Daniel Imms 5f0eaf6316 Fix file scheme folder links in terminal
Fixes #129457
2021-07-28 06:13:20 -07:00
Sandeep Somavarapu e9fba4fcc9
fix link colors in extension editor 2021-07-28 14:57:50 +02:00
Sandeep Somavarapu 8a9fd5c7e3
Fix #128357 2021-07-28 14:56:57 +02:00
Sandeep Somavarapu 92381bc7c9
do not show settings sync off badge if settings sync is enabled 2021-07-28 14:42:02 +02:00
Alex Ross bedf59228c
Fix user tasks in single file mode 2021-07-28 14:41:45 +02:00
Sandeep Somavarapu 62f7954ab3
log error message 2021-07-28 14:33:39 +02:00
isidor 5f2f107cf3
fixes #129684 2021-07-28 14:14:28 +02:00
Sandeep Somavarapu 8805ccc3c4
UX affordance when settings are only initialized but sync is not turned on
- Show the badge on gear icon
- Have an action in gear dropdown to explain and turn on sync
2021-07-28 14:14:10 +02:00
Daniel Imms d26fe87b52 Fix hover status bar styles
Fixes #129683
2021-07-28 04:57:29 -07:00
isidor fb78bbdabb
fixes #127959 2021-07-28 12:52:50 +02:00
isidor 043674a274
debug: do not show debug quick access picks when there are no debuggers 2021-07-28 12:32:58 +02:00
Isidor Nikolic c0dbdb5443
Merge pull request #129616 from xisui-MSFT/dev/xisui/fix_129523
Fix focus issues in disassembly view
2021-07-28 11:06:31 +02:00
isidor e105383b16
fixes #129039 2021-07-28 11:03:31 +02:00
rebornix e437d424c5 fix #129629. 2021-07-27 21:50:24 -07:00
Megan Rogge 01a874ac98
update default profile in dropdown when set to contributed one (#129619) 2021-07-27 23:05:59 -05:00
Rob Lourens 762f213a29 Allow notebook cell editor taking focus when it's on body. The notebook can lose focus, eg when scrolling a focused cell element out of view, then it goes to body.
Fix #129432
2021-07-27 19:42:03 -07:00
rebornix e5bfa66d88 fix #129551. 2021-07-27 18:46:55 -07:00
swinder0161 3f0542a5c4
change seedSearchStringFromSelection to enum never, always, selectionOnly (#128659)
* change seedSearchStringFromSelection to enum never, always, selectionOnly

never: Never seed search string from the editor selection
always: Always seed search string from the editor selection, including word at cursor position
selectionOnly: Only seed search string from the editor selection

* fix seed search string from cursor never stops

* tweak setting and recover legacy value.

Co-authored-by: Swinder Pal Singh Juneja <swinder.juneja@oneplus.com>
Co-authored-by: rebornix <penn.lv@gmail.com>
2021-07-27 18:01:03 -07:00
rebornix 25749c15d1 fix #126087. insert toolbar covered by output. 2021-07-27 17:08:54 -07:00
Xinyu Sui ffcfe6e378 Larger initial view size in disassembly view 2021-07-27 17:00:57 -07:00
Deepak Mohan ff941ee133 Revert "fix: preserve VSCODE_BROWSER_CODE_LOADING when launching external terminal"
This reverts commit 13cdef332d in favor of 34419f85be
2021-07-27 16:55:49 -07:00
Rob Lourens b376f31097 Add jupyter and python repos to my-endgame notebook 2021-07-27 16:35:01 -07:00
Matt Bierner f5ab4b6292
Clairify enumMemberValues only applies to declaration
Fixes #129516
2021-07-27 16:16:56 -07:00
Xinyu Sui 81328ae360 Fix 129535 2021-07-27 16:16:43 -07:00
Matt Bierner 3d244a9a7e
Add language to example code blocks 2021-07-27 16:16:05 -07:00
Matt Bierner 9c12aa144b
Add examples to inlay hint settings
Fixes #129517
2021-07-27 16:08:02 -07:00
Rob Lourens 515674f65e Fix slowness caused by complex context key expression.
See #129625

This reverts commit c3b4df8f5d.
2021-07-27 16:00:09 -07:00
Rob Lourens a00ac538b3 Move "install renderers" prompt to the end of the list 2021-07-27 16:00:09 -07:00
Rob Lourens 282dd872e2 Fix #129502.
Builtin extensions are stricter and require "web" set for web extensions
2021-07-27 16:00:09 -07:00
Andre Weinand 65df837760
add fallback for non-themeicons 2021-07-28 00:28:36 +02:00
Connor Peet 3bfb92fd66
debug: bump js-debug companion 2021-07-27 14:51:24 -07:00
Sandeep Somavarapu 10b662891f
Fix #129618 2021-07-27 23:25:48 +02:00
Joyce Er adf904df67 ipynb: fix readme 2021-07-27 13:54:19 -07:00
Daniel Imms 34419f85be Clone process.env to ensure source of truth is not changed
Part of #128745
2021-07-27 13:38:23 -07:00
Raymond Zhao 75e221938e
Filter out null values before they get rendered
Fixes #129593
2021-07-27 13:36:08 -07:00
Sandeep Somavarapu 68a115bdd1
Fix #129549 2021-07-27 22:11:50 +02:00
Xinyu Sui d7a322da5a Double clicking on instruction breakpoint passes focus to disassembly view 2021-07-27 13:09:31 -07:00
Raymond Zhao 2dc0755ede
Use a better error message for #129584
Fixes #129584
2021-07-27 12:57:27 -07:00
Sandeep Somavarapu c35100aba3
fix switching to insiders when settings sync is disabled 2021-07-27 21:47:59 +02:00
rebornix d9cc12292d increase the bottom toolbar height to 20. 2021-07-27 11:57:22 -07:00
rebornix 02baf27ea5 💄 2021-07-27 11:57:02 -07:00