Commit graph

99519 commits

Author SHA1 Message Date
Matt Bierner 460768a452
Update TS versions (#157550)
* Update TS versions

Update the bundled TS and build TS version

* Add explicit annotations

* Recompile JS
2022-08-09 11:26:24 -07:00
Matt Bierner b247c10516
Fix sort order of fixes with diagnostics (#157682)
Fixes #157634
2022-08-09 20:06:36 +02:00
Michael Lively 38477bf5f5
change dir of cellAttachmentRenderer (#157671)
* change dir of cellAttachmentRenderer

* add new directories to `.vscodeignore`

* add the .js directories back in...

* hopefully now understanding `.vscodeignore`
2022-08-09 20:00:24 +02:00
Rob Lourens a2a836aebf
Search message wrap (#157679)
Fixes #155931
2022-08-09 19:40:55 +02:00
Logan Ramos 651361e0aa
Update commands.json with new reason flag (#157670) 2022-08-09 18:45:39 +02:00
Tyler James Leonhardt bcb31b9cfb
disable nls on the web for now (#157665) 2022-08-09 18:30:23 +02:00
Daniel Imms 41d9c49659
Merge pull request #157635 from microsoft/tyriar/finalize_si_2
Clarify 633 E sequence
2022-08-09 09:14:05 -07:00
Daniel Imms 4d186827a7
Merge pull request #157653 from microsoft/130231
Finalize TerminalExitReason API
2022-08-09 09:13:17 -07:00
Henning Dieterichs 516f0d1246
Introduces diffing infrastructure & experimental diffing algorithm. (#157646)
* Introduces diffing infrastructure & experimental diffing algorithm.

* Fixes CI

* Fixes unit test

* Fixes CI tests.
2022-08-09 18:03:26 +02:00
Matt Bierner 8bf82819fc
Add experimental support for update markdown links on file moves/renames (#157209)
* Add experimental support for update markdown links on file moves/renames

Fixes #148146

This adds a new experimental setting that automatically updates markdown

Note that this needs a new version of the vscode-markdown-languageservice so the build is expected to break for now

* Pick up new LS version
2022-08-09 08:31:40 -07:00
Ladislau Szomoru 81e6a02c18
Git - Upgrade file-type package (#156411) 2022-08-09 11:30:49 -04:00
Daniel Imms 1a50091667
Finalize TerminalExitReason API
Fixes #130231
2022-08-09 08:10:10 -07:00
Alex Ross 5a180f6a9e
Bump distro (#157643) 2022-08-09 16:09:29 +02:00
Alex Ross 532560f5f5
Command enablement not enforced for TreeItems (#157642)
* Command enablement not enforced for TreeItems
Fixes #157493

* missed a spot
2022-08-09 16:06:09 +02:00
Alex Ross 596b8f9da9
Context menu for comment threads (#157637)
Part of #151533
2022-08-09 15:43:28 +02:00
Daniel Imms 47b352180d
Update src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
Co-authored-by: Sebastian Pfitzner <pfitzseb@gmail.com>
2022-08-09 06:18:22 -07:00
Daniel Imms 0817b9631f
Clarify 633 E sequence
Part of #155639
2022-08-09 05:45:18 -07:00
Benjamin Pasero 49f73faa18
workbench.action.nextEditor should work with empty editors group (fix #157178) (#157607)
workbench.action.nextEditor should work with empty editors group (fix #157178)
2022-08-09 11:40:02 +02:00
Ladislau Szomoru fe946068ba
Commit keyboard shortcut to honor the post commit command setting (#157617) 2022-08-09 11:14:56 +02:00
Matt Bierner 389938998f
Show error when markdown preview restore fails (#157566)
Fixes #155493
2022-08-09 09:55:40 +02:00
Aiday Marlen Kyzy 2ecea7fa70
Merge pull request #157483 from microsoft/aiday/refactoringStickyScroll
Refactoring the sticky scroll
2022-08-09 09:38:11 +02:00
Robo 5d796f32ea
smoke(electron): wait for page navigation to commit before using driver (#157106)
* smoke(electron): wait for page navigation to commit before using driver

* chore: only use window event in Electron

* chore: implement load event for web

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-08-09 09:31:12 +02:00
aiday-mar ea94d0c96d Iterating directly over the values of the children map 2022-08-09 09:24:01 +02:00
aiday-mar edb9d7d528 Cleaning the code 2022-08-09 09:20:45 +02:00
Benjamin Simmonds b41684837f
Merge pull request #157516 from microsoft/benibenj/disabledTreeItem
Show TreeItem as disabled when command enablement is false
2022-08-09 09:14:03 +02:00
Daniel Imms 5cf4a848f9
Finalize VS Code shell integration sequences in code (#157571) 2022-08-08 19:56:39 -07:00
Megan Rogge 62bf2bfb89
skip task terminals when startup kind is not reload (#157560) 2022-08-08 19:56:08 -07:00
Andrea Mah 026a2ce3ae
Error in editor when dismissing all search results (#157170)
Fixes #157116
2022-08-08 17:20:41 -07:00
Raymond Zhao e57cba9fe4
Add check for language tag settings (#157583)
Fixes #157581
2022-08-08 16:51:29 -07:00
Joyce Er 1c82bb3c6d
Merge pull request #157582 from microsoft/dev/joyceerhl/digital-mink
Avoid corrupting stored image data in edit sessions
2022-08-08 16:34:07 -07:00
Peng Lyu 6fa78714d1
Use theme color for process explorer scrollbar. (#157579) 2022-08-08 16:28:48 -07:00
Joyce Er 950d2106ad
Update edit session view to show decoded working changes
Previously edit sessions only accounted for text files, so a `TextModelContentProvider` was sufficient, but now we need to register a file system provider because image data is handled by extensions and we don't own the model for that
2022-08-08 16:18:34 -07:00
Joyce Er cd477d6fa1
Allow read operations for file system providers implementing readFile 2022-08-08 16:16:18 -07:00
Matt Bierner c4aa585d22
Fix notebook links with empty hashes (#157575)
Fixes #153032

This fixes our handling of `href="#"` on links in notebooks
2022-08-09 01:14:03 +02:00
Joyce Er af87992aa5
Support images in edit sessions by base64 encoding file contents 2022-08-08 16:12:29 -07:00
Matt Bierner 52b6278e73
Add readonly to notebookMessaging types (#157562) 2022-08-08 16:01:22 -07:00
ChaseKnowlden 19d0675506
Add offline_access to list of default scopes (#157453)
Add a new scope to default scopes
2022-08-08 14:55:13 -07:00
Michael Lively 9225503c85
Support for pasting images into markdown notebook cells (#156847)
* dataflow support for updated metadata

* update cellAttachmentRenderer.ts to reflect metadata being a getter() inside MarkupCell

* document paste additions

* update condition to re-render cells, now includes metadata changes

* paste API working, debugging command added

* paste working with metadata. needs numbering, and cleaning upon delete

* paste screenshot works fully

* remove debugging command. Cleaning.

* notebook cells now re-render upon metadata changes

* changed name validity checking, remove unneeded function

* use _document for cell data, use snippet choice, dto fix

* return subscription, for loop, uri fix, alter metadata in-place, better snippet

* metadata fix, object.equals, fix cellAttRenderer metadata call

* added comment with source of encodeBase64

* gate mkdn image paste behind experimental setting
2022-08-08 13:57:49 -07:00
Daniel Imms 28c025e45d
Merge pull request #157377 from pingren/fix/terminal-cwd-unicode
Add env for terminalProcess getCwd Unicode path on macOS
2022-08-08 13:55:53 -07:00
Matt Bierner 0103536a60
Apply editor-font-family to all code in notebooks (#157554)
Apply editor-font-family to all `code` in notebook

Fixes #146696

This matches what we do in the markdown preview
2022-08-08 20:59:16 +02:00
Daniel Imms 13429c254b
Merge pull request #157535 from microsoft/tyriar/157524
Use %s to format % chars instead of sed to sanitize
2022-08-08 11:50:05 -07:00
avi-gitkraken 68f83f0fc8
#157310 Fix typo (minimum -> maximum) in splitview.ts comment (#157311)
Fix typo (minimum -> maximum) in splitview.ts comment
2022-08-08 11:27:28 -07:00
Megan Rogge 9395d5e43f
handle debug traps with [[ specially (#157544)
* fix #154189

* add comment
2022-08-08 19:54:56 +02:00
Peng Lyu ff1d2abb84
Fix #148390. Update markup cell decoration css rules. (#157539) 2022-08-08 10:49:05 -07:00
Logan Ramos 4b8660f7ad
Add comment for verification-steps-needed (#157518) 2022-08-08 10:11:05 -07:00
Daniel Imms 324c3e7eea
Use %s to format % chars instead of sed to sanitize
Fixes #157524
2022-08-08 09:59:33 -07:00
Megan Rogge edce02d186
check if it is restarting before removing persistent task (#157531) 2022-08-08 09:59:07 -07:00
Daniel Imms 029b9bcc1c
Merge branch 'main' into fix/terminal-cwd-unicode 2022-08-08 09:47:17 -07:00
Tyler James Leonhardt d8453c0440
Rev built-in versions of vscode-nls to 5.1.0 (#157530)
* rev version of vscode-nls to 5.1.0

* and yarn lock
2022-08-08 18:43:45 +02:00
Benjamin Simmonds 09e3dd2fc9
Set color of label text instead of opacity 2022-08-08 18:35:51 +02:00