Commit graph

108628 commits

Author SHA1 Message Date
Sandeep Somavarapu 4b0d65970d
Revert "Use tmp dir for extension extract location (#181893)"
This reverts commit c1eab19b67.
2023-05-10 12:35:32 +02:00
Ulugbek Abdullaev 6ec9831bf4
fix: restore old behavior of not preventing default and not executing keybindings with empty command ID bound (#181920)
* abstractKeybindingService: fix: don't try executing keybindings with empty command IDs

* abstractKeybindingService: fix: restore old behavior that wouldn't prevent default if the keybinding has an empty command ID (unless the keybinding consists of more than one chord)
2023-05-10 11:38:18 +02:00
Johannes Rieken 331e290063
save/restore view state of the interactive editor (#182005) 2023-05-10 10:52:33 +02:00
Benjamin Pasero 49b1f1a543
unc - keep dialog open when clicked "Learn More" (fix #181956) (#182009) 2023-05-10 10:46:09 +02:00
Martin Aeschlimann 32b8325159
Error while computing completions with snippets (#182007) 2023-05-10 10:14:27 +02:00
Benjamin Pasero 65e4d3b06b
readonly - fix settings description to use markdown 2023-05-10 09:59:29 +02:00
Ulugbek Abdullaev e0c11a8414 fix softDispatch returning NoMatchingKb vs null
See https://github.com/microsoft/vscode/issues/179528#issuecomment-1535454131
2023-05-10 09:55:17 +02:00
Benjamin Pasero d64c580182
readonly - enable for vscode workspace 2023-05-10 09:37:48 +02:00
Johannes Rieken 4b739b573f
change default mode to live preview (#182001) 2023-05-10 09:36:33 +02:00
Benjamin Pasero c62f6d9054
readonly - conditionally enable actions 2023-05-10 09:22:41 +02:00
Johannes Rieken 3242ce20bb
Merge pull request #181381 from TheSylvester/feature-181115-snippets-fill-empty-description
Added use snippet body as a description when none is provided #181115
2023-05-10 08:59:39 +02:00
Matt Bierner 92d7d6d05e
Snippets in bulk edits should not create extra undo stops (#181963)
Fixes #181962
2023-05-10 08:35:47 +02:00
Benjamin Pasero 0a877df888
Settings: allow include patterns (fix #181789) 2023-05-10 08:17:58 +02:00
Megan Rogge d117ba4867
Merge pull request #181656 from markw65/dependent-tasks-and-instance-limit
Fix issues with dependent tasks and instanceLimit
2023-05-09 22:51:51 -07:00
Rob Lourens 5d446cd610
Collect dynamic launch configs before showing quickpick (#181994)
Collect dynamic launch configs before
Fix #181460
2023-05-10 07:47:03 +02:00
Benjamin Pasero 2f4b8757f5
unc - offer a checkbox to remember allowed host (#181995) 2023-05-10 07:46:26 +02:00
Ganesh 05632b6afe
precedence for isReadonly() for #181708 (#181955)
* precedence in isReadonly

* still use `stat.readonly`

---------

Co-authored-by: jackpunt <jpeckj@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-05-10 06:05:44 +02:00
Megan Rogge efb49cc271
Merge pull request #172495 from mikemikhaylov/fixing-jsdoc-in-abstract-task-service
Fixes JSDoc for _splitPerGroupType in abstractTaskService
2023-05-09 20:14:48 -07:00
Megan Rogge 996418da33
Merge pull request #181940 from microsoft/merogge/orc
replace double vs single space in terminal accessible buffer
2023-05-09 19:35:29 -07:00
Joyce Er 2fb606ead6
Add IWorkspaceIdentityService (#181970)
Add IWorkspaceIdentityService
2023-05-09 19:34:50 -07:00
Tyler James Leonhardt 9ceac58405
Proposed API for forceNewSession taking in a session to re-create (#181972)
ref #152399
2023-05-09 17:41:09 -07:00
Matt Bierner 62bf9e45b6
Pick up latest TS for building VS Code and for builtin JS/TS (#181968) 2023-05-09 17:39:59 -07:00
Michael Lively 8867d20020
Remove ipynb.pasteAsAttachment setting to default to editor.pasteAs.enabled behavior (#181445)
* remove `ipynb.pasteAsAttachment` setting

* change default value to align with package.json

* Revert "remove `ipynb.pasteAsAttachment` setting"

This reverts commit 7471c030af.
2023-05-09 17:25:48 -07:00
Megan Rogge fd79b1b68c
Merge pull request #181897 from microsoft/merogge/extensions-view
add extension rating info to aria label
2023-05-09 17:21:35 -07:00
Dylan a55e4ebe33
Fixes #181207 - Add padding to extension viewer bottom (#181723)
Add padding to extension viewer bottom so that scroll button does not block it

Co-authored-by: Dylan Courville <github.com/dcourv>
2023-05-10 00:20:57 +00:00
Matt Bierner 83c12a2da2
Allow creating multiple files or attachments on paste (#181975) 2023-05-09 17:20:37 -07:00
meganrogge 19b0a53a53
add replaceWithNonBreakingSpaces function, use everywhere 2023-05-09 17:19:44 -07:00
Aaron Munger bbc33498b3
Merge pull request #181961 from microsoft/aamunger/nbOutputStyling
make all builtin output containers focusable
2023-05-09 17:04:37 -07:00
Andrea Mah 3ac316d0bb
notebook search: text with ansi control codes (like for colors) causes wrong highlight in outputs (#181971)
Fixes #178286
2023-05-09 16:51:02 -07:00
Megan Rogge 8d19fef7c9
Merge branch 'main' into merogge/orc 2023-05-09 16:47:43 -07:00
Bhavya U daf06dd0b0
Add support for remote tunnel start entry (#181967) 2023-05-09 16:26:02 -07:00
Matt Bierner 18db0394ae
Don't generate uri-list entries from files without paths (#181965)
For #181886

The uri-list should contain full uris, not just the file names
2023-05-09 16:23:41 -07:00
aamunger 6ddb254475
remove extra tabindex assignment 2023-05-09 15:13:29 -07:00
aamunger f9ee1a2abc
make all builtin output containers focusable 2023-05-09 15:03:58 -07:00
Daniel Imms 07b73db4f8
Merge pull request #181944 from microsoft/merogge/debug
add `ariaLabel` for start debugging button
2023-05-09 14:48:14 -07:00
Megan Rogge 36d88cf90b
Merge branch 'main' into merogge/orc 2023-05-09 13:41:29 -07:00
Sylvester Wong c2fa49ea79
Update snippets.contribution.ts remove comma 2023-05-09 16:32:59 -04:00
Sylvester Wong 32a211f15b
Merge branch 'microsoft:main' into feature-181115-snippets-fill-empty-description 2023-05-09 16:29:05 -04:00
Sylvester Wong 2fc9006dbd update: set feature as default behaviour 2023-05-09 16:27:50 -04:00
Tomer Chachamu 3cdb21f85c Interactive window- don't leave space for insert toolbar 2023-05-09 21:12:38 +01:00
meganrogge 4fcec5e8e3
include keybinding 2023-05-09 13:08:13 -07:00
Benjamin Pasero 2e671b3a29
UNC follow up changes (#181946)
* settings include update

* more cleanup
2023-05-09 22:02:51 +02:00
Megan Rogge c72ba6d133 add space to replacement string 2023-05-09 12:37:33 -07:00
meganrogge 91c5f661c9
add ariaLabel for start debugging button 2023-05-09 12:23:15 -07:00
Megan Rogge 210ba03477 fix #181834 2023-05-09 12:10:49 -07:00
Matt Bierner a99c29b544
Fix setting reference (#181938) 2023-05-09 21:10:04 +02:00
Benjamin Pasero cc1555625d
debt - stop referring to patched node (#181933) 2023-05-09 20:55:05 +02:00
meganrogge faaf79ce59
create/share getAriaLabelForExtension 2023-05-09 11:50:59 -07:00
Matt Bierner ab0a574bb9
Don't enable paste to create files in untitled files (#181929) 2023-05-09 20:45:19 +02:00
Logan Ramos 5002e8ad2f
Add keybindings to the internal get all commands function (#181918)
Add keybindings to the command index
2023-05-09 11:43:57 -07:00