Commit Graph

100105 Commits

Author SHA1 Message Date
Johannes bbf0bd9c01 update to latest 2022-08-26 11:58:43 +02:00
Johannes 18e45ac6cd don't use --copy-files options has it seems to break BOM 2022-08-26 11:58:36 +02:00
Johannes 93e346a449 Merge branch 'main' into joh/swc 2022-08-26 08:59:51 +02:00
Megan Rogge 35b971c92d use common task ID instead of map key (#159233)
* fix #158886

* Update src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts
2022-08-26 11:28:24 +10:00
Matt Bierner 0a7b686a48 Fix markdown not registering find all references support (#159242) 2022-08-26 01:42:52 +02:00
Joyce Er 786691a27e Disable new Continue Working On and edit sessions for 1.71 (#159240) 2022-08-26 01:37:34 +02:00
Alexandru Dima 6747376359 Send a message every 5 seconds to avoid the underlying connection becoming idle (#159239)
Fixes #153892: Send a message every 5 seconds to avoid the unerlying connection becoming idle
2022-08-26 01:36:14 +02:00
Matt Bierner c9a97b5581 Pick up TS 4.8 final (#159238)
Fixes #157527
2022-08-26 01:30:07 +02:00
Matt Bierner 6958e011d2 Remove stringbuilder code for when TextDecoder doesn't exist (#157952)
All of the environments we run in now have `TextDecoder`
2022-08-26 01:24:13 +02:00
Alexandru Dima 087921e04a Revert "Skip folded regions when computing relative line numbers (#155970)" (#159236)
This reverts commit 187ec0613a.
2022-08-25 16:15:16 -07:00
Michael Lively fe743bbfe0 Merge pull request #159231 from microsoft/regional-parakeet
fix for attachment naming within notebook metadata
2022-08-25 15:47:42 -07:00
Michael Lively 05ae151b7d return object, change placeholder 2022-08-25 15:33:50 -07:00
Michael Lively 16f842ea76 fix for attachment naming within notebook metadata 2022-08-25 15:04:56 -07:00
Joyce Er 74acf9c038 Transform schemes in remote windows when activating contributing extensions (#159218) 2022-08-25 13:54:07 -07:00
David Dossett 59b4df03d2 Merge editor: use solid borders (#159208)
Revert to solid line borders
2022-08-25 20:14:04 +02:00
Joyce Er 91da7ddf60 Edit session filesystem provider should implement IFileSystemProviderWithReadWriteCapability (#159203)
* Implement `IFileSystemProviderWithFileReadWriteCapability`

* Revert "Allow read operations for file system providers implementing `readFile`"

This reverts commit cd477d6fa1.
2022-08-25 19:39:51 +02:00
David Dossett 21aa6be73b Update Merge Editor Colors (#159199)
Revert merge editor color changes
2022-08-25 10:23:55 -07:00
Aiday Marlen Kyzy 22c16c4091 Merge pull request #159099 from microsoft/aiday/issue159064
Migrating the sticky scroll experimental feature
2022-08-25 18:23:26 +02:00
Alex Ross 87d957ef38 Comment filtering only seems to work partially (#159185)
Fixes #158880
2022-08-25 11:16:12 -04:00
Henning Dieterichs 919c971d70 Fixes #159184 (#159187) 2022-08-25 17:09:45 +02:00
Daniel Imms bef7f2a86a Merge pull request #159066 from microsoft/aeschli/terminalDecorationIcons
move terminal decorator icon ids to terminalIcons
2022-08-25 06:48:26 -07:00
Ladislau Szomoru ab78bafb4c Markers - Better fix for #156186 (#159180)
Better fix for #156186
2022-08-25 15:16:50 +02:00
Alex Ross 150dbe4dd6 Loop through views less in startup (#159177)
Probably doesn't save much time (testing showed maybe 1 or 2 ms), but why not.
2022-08-25 14:50:05 +02:00
Henning Dieterichs 0b5aad37bd Addresses #158816 (#159164) 2022-08-25 08:49:31 -04:00
Johannes Rieken 862149d209 change default value of editor.suggest.matchOnWordStartOnly (#159163)
fixes (again) https://github.com/microsoft/vscode/issues/53715#issuecomment-1226021304
2022-08-25 08:49:09 -04:00
João Moreno 3e014a7459 argh, still wrong EOL (#159160) 2022-08-25 08:48:58 -04:00
Sandeep Somavarapu a3cd337986 Remove --profile-temp from help section (#159147) 2022-08-25 08:48:31 -04:00
Tyler James Leonhardt dc9336c303 make sure we add offline_access when creating sessions (#159116) 2022-08-25 08:48:01 -04:00
Connor Peet ce88761cd7 debug: bump js-debug to 1.71 (#159109) 2022-08-25 08:47:49 -04:00
Sandeep Somavarapu 9529e11f64 schedule clean up after 10s (#159169) 2022-08-25 13:10:17 +02:00
Sandeep Somavarapu 57945a1416 trigger only if there are listeners (#159166) 2022-08-25 12:49:41 +02:00
aiday-mar 869469cb87 changing the check in the migration 2022-08-25 12:09:55 +02:00
aiday-mar 5baf12159d removing editor. from the migration 2022-08-25 12:05:12 +02:00
Benjamin Simmonds ad7ce39b07 Remove Title Command Arguments from August Iteration (#159076)
* Revert "focused element and selected elements as arguments for title commands (#158916)"

This reverts commit 21ae4525d2.

* Revert "Merge pull request #157803 from microsoft/benibenj/treeItemContextFromCommand"

This reverts commit c3e6bd21d4, reversing
changes made to ec5da8afee.
2022-08-25 11:53:42 +02:00
Ladislau Szomoru 947ca7189c SCM - Ensure commit action button text is not bold (#159146)
Ensure commit action button text is not bold
2022-08-25 10:14:48 +02:00
Matt Bierner b65e8ba81b First kernel change not re-rendering markdown cells (#159115)
Fixes #159101
2022-08-24 20:10:06 -07:00
Daniel Imms 7f787e383d Merge pull request #159121 from microsoft/tyriar/126023
Look in Program Files x86 for git bash detection
2022-08-24 17:10:49 -07:00
Daniel Imms 18d584f255 Merge pull request #159120 from microsoft/tyriar/155532
Fix handling of links on Windows where ancestors of the links have spaces
2022-08-24 17:05:38 -07:00
Daniel Imms bd35d1f218 Look in Program Files x86 for git bash detection
Fixes #126023
2022-08-24 16:56:04 -07:00
Daniel Imms 3162065455 Improve windows link space fix and add test 2022-08-24 16:47:28 -07:00
Daniel Imms 8a27f8a4f8 Revert "Simplify handling of local file links"
This reverts commit e7974c1f61.
2022-08-24 16:36:43 -07:00
Daniel Imms e7974c1f61 Simplify handling of local file links
Part of #155532
2022-08-24 16:24:18 -07:00
Daniel Imms 778c818083 Merge pull request #159117 from microsoft/tyriar/158497
Update xterm
2022-08-24 16:15:43 -07:00
David Dossett 52f8bfaf5b Inherit editor inactive selection colors in terminal (Fix #158899) (#158950)
* Inherit editor inactive selection colors in terminal (Fix #158899)

* Remove unused import

* Add terminal inactive selection colors to default dark and light themes

* Update monokai terminal inactive selection

* Merge branch 'main' into ddossett/thoughtful-butterfly
2022-08-25 01:00:34 +02:00
Daniel Imms 7978590ce1 Update xterm
This fixes a rendering issue with underscore when using some fonts

Fixes #158497
2022-08-24 15:58:04 -07:00
Megan Rogge 49983af832 focus terminal for run recent when alt is pressed (#159107)
fix #158935
2022-08-24 23:29:43 +02:00
Joyce Er 791feffa2e Fix auto resume not happening when edit sessions are enabled (#159104)
Fix auto resume not happening
2022-08-24 23:12:57 +02:00
aiday-mar 32d9009e22 Migrating the sticky scroll experimental feature to the stable feature. Fixes #159064. 2022-08-24 22:02:33 +02:00
Michael Lively c416626b45 Merge pull request #159096 from microsoft/unaware-platypus
fix setting description for notebook image paste
2022-08-24 12:38:11 -07:00
Megan Rogge 9843d0772e don't activate task providers on request to reconnect tasks (#159090)
fix #155740
2022-08-24 21:30:03 +02:00