Commit graph

85847 commits

Author SHA1 Message Date
Tyler Leonhardt abff164c84
add vba to extensions in the vb extension so that language detection works 2021-07-28 14:23:34 -07:00
Tyler Leonhardt 194ec9c858
remove (auto) because it shows up without the language detection setting being on and we planned on removing it anyway next iteration 2021-07-28 14:23:03 -07:00
Suzy Mueller 7b67e477d8 clear this.threadIds on clearThreads 2021-07-28 14:57:24 -06:00
rebornix 5b3100336f Add setting to hide title on notebook toolbar. 2021-07-28 13:01:14 -07:00
Tyler James Leonhardt ca6eaaa15b fix languageDetection throwing an error due to not handling empty array case 2021-07-28 12:29:45 -07:00
rebornix baed4398a7 keep custom editor when editor assocaition is available. 2021-07-28 12:20:44 -07:00
isidor fff02edb3f
remove unneded comment 2021-07-28 20:35:26 +02:00
Harald Kirschner 10ed0211da Fix for 7d643d3 to pass build 2021-07-28 17:45:04 +00:00
Harald Kirschner 7d643d3dac Enable recommended:languages search by default 2021-07-28 10:27:21 -07:00
meganrogge cbad6f91a5
fix #129622 2021-07-28 10:00:02 -07:00
rebornix e561330b8c update endgame ghnb with python/jupyter 2021-07-28 09:38:36 -07:00
meganrogge e261d22459
fix #129498 2021-07-28 09:35:23 -07:00
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