Commit graph

98743 commits

Author SHA1 Message Date
Ladislau Szomoru 70a1ebd595
Git - Add events to IPostCommitCommandsProviderRegistry (#155051)
* Add events to IPostCommitCommandsProviderRegistry

* Pull request feedback
2022-07-14 10:46:57 +02:00
Benjamin Pasero c0e9fca625
electron - drop support for disable-color-correct-rendering (#155150) 2022-07-14 17:07:21 +09:00
Babak K. Shandiz c9ea02399b 💄 Improve field name for "Surround With Snippet" overflow code action
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-07-14 07:42:00 +00:00
Johannes 0f0101be5f
use TabInputTextMerge in git extensions
For now only when checking for tabs, not yet for opening tabs
2022-07-14 09:41:54 +02:00
Babak K. Shandiz 191d74549c 🔨 Apply "Surround With Snippet" code actions via workspace edits
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-07-14 07:41:08 +00:00
Babak K. Shandiz 6ea779daca 🐛 Fix not resolving variables SnippetSession.createEditsAndSnippetsFromEdits method
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-07-14 07:38:57 +00:00
Babak K. Shandiz d2232aff83 ⚗️ Add test to verify SnippetSession.createEditsAndSnippetsFromEdits resolves $SELECTION variable
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-07-14 07:38:15 +00:00
Babak K. Shandiz c6d246ebb8 ⚗️ Add stub implementation for IWorkspaceContextService.getWorkspace method
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-07-14 07:38:01 +00:00
Johannes 40df705e1b
add API proposal for vscode.TabInputTextMerge 2022-07-14 09:33:13 +02:00
Sandeep Somavarapu 9ce77765dd
add application to restricted settings (#155143) 2022-07-14 07:24:12 +00:00
Ladislau Szomoru f6332bd86d
Git - Use cloud icon for remote branches (#155140)
Use cloud icon for remote branches
2022-07-14 08:55:29 +02:00
Logan Ramos 461f8694f5
Throw error on legacy walkthrough (#155104)
Remove old walkthrough format
2022-07-14 08:34:23 +02:00
Matt Bierner 9ee8961347
Move MD references, rename, and definition support to md LS (#155127) 2022-07-14 08:32:27 +02:00
Benjamin Pasero f992a90e32
Forking from the extension host fails when running tests (fix #154549) (#155139) 2022-07-14 06:30:08 +00:00
Matt Bierner 867acc336f
Remove references to finalized drop api (#155128) 2022-07-14 08:27:25 +02:00
Benjamin Pasero f947fab886
editors - clarify view state resource (#155136) 2022-07-14 08:26:56 +02:00
Megan Rogge e0a65a97d4
support watch task reconnection (#155120) 2022-07-13 18:16:53 -07:00
Daniel Imms 23f95b1e93
Merge pull request #155119 from microsoft/tyriar/155118
Add configure decorations ctx menu entry
2022-07-13 17:24:57 -07:00
Miguel Solorio f9bad09f62
Add button separator color token (#155103)
* Add button separator color token

* Fix compilation errors
2022-07-13 16:36:38 -07:00
Daniel Imms 63c044b462
Add configure decorations ctx menu entry
Fixes #155118
2022-07-13 16:33:51 -07:00
Matt Bierner 50056f3e78
Finalize drop into editor api (#155102)
Fixes #142990
Fixes #149779
2022-07-13 12:54:52 -07:00
Matt Bierner bec36ce756
Move md path completions and document links to language server (#155100) 2022-07-13 12:49:37 -07:00
Rich Chiodo 06443bcc10
Double check IW is the notebook changing when handling scroll events (#155095)
* Fix 155092

* Review feedback
2022-07-13 18:42:57 +00:00
Sandeep Somavarapu 6a900fc371
Fix #154950 (#155089) 2022-07-13 17:31:52 +00:00
Megan Rogge 6ce1ad6cfe
allow more args in run task (#154854) 2022-07-13 17:25:25 +00:00
Sandeep Somavarapu 2f5b5626e7
Merge pull request #154822 from microsoft/sandy081/shared-process-request-service
Shared process - Delegate requests to main
2022-07-13 19:24:15 +02:00
Joyce Er b5ffc79cc9
Add telemetry tracking edit session feature usage (#155084) 2022-07-13 13:20:38 -04:00
Logan Ramos 9bed8738a7
Fix #153860 (#155086) 2022-07-13 13:19:33 -04:00
Megan Rogge ff31a8c6fd
disable decorations (#154430) 2022-07-13 10:17:01 -07:00
Logan Ramos a03ebcaa0d
Fix #150836 (#155081) 2022-07-13 09:19:15 -07:00
Gavin McQuistin 2c992c7b7d
Fix typo in files.contribution.ts (#155016) 2022-07-13 16:01:25 +00:00
Ladislau Szomoru bc51adde6f
git - Add localization comment for Publish Branch action button (#155053)
* Add localization comment for Publish Branch action button

* Pull request feedback
2022-07-13 14:39:18 +00:00
Daniel Imms 1baeb71f07
Use TERM_PROGRAM conditional to activate 2022-07-13 07:32:24 -07:00
Daniel Imms b497c1c1ff
Revert code-cli.bat changes 2022-07-13 07:10:50 -07:00
Daniel Imms 2ced901458
Support --shell-integration in server cli 2022-07-13 07:04:23 -07:00
Daniel Imms 053d35b691
Add shell integration to options category 2022-07-13 06:58:58 -07:00
Johannes Rieken b79eaca3cf
support to hide submenus too (#155063)
https://github.com/microsoft/vscode/issues/154804
2022-07-13 14:55:57 +02:00
Benjamin Pasero b7f71bd4f6
Closing dialog does not cancel (Manjaro Linux) (fix #154719) (#155049)
* Closing dialog does not cancel (Manjaro Linux) (fix #154719)

* set `cancelId`
2022-07-13 14:46:48 +02:00
Daniel Imms 6763f2a996
Use common path instead of node path 2022-07-13 03:24:23 -07:00
Daniel Imms f3399f6679
Support bash and zsh paths too 2022-07-13 03:22:17 -07:00
Daniel Imms c9c6219f67
Merge pull request #155045 from microsoft/tyriar/log
Remove accidental log
2022-07-13 03:19:10 -07:00
Benjamin Pasero 4404dc6356
Explorer: cannot copy paste anymore to duplicate file with sandbox enabled (fix #154820) (#155044)
* Explorer: cannot copy paste anymore to duplicate file with sandbox enabled (fix #154820)

* skip smudge!
2022-07-13 11:56:15 +02:00
Johannes Rieken 5737c7eea1
allow to reuse a menu id and only to create one when none with the id exists (#155042)
fixes https://github.com/microsoft/vscode/issues/155030
2022-07-13 11:54:40 +02:00
Daniel Imms f0f5152fce
Remove accidental log 2022-07-13 02:50:22 -07:00
Sandeep Somavarapu 3f4cc8752b
fix #155022 (#155025) 2022-07-13 11:15:57 +02:00
Benjamin Pasero bc7496ec7b
editors - do not check confirm again right after for custom confirm handlers (#155024) 2022-07-13 11:14:49 +02:00
Benjamin Pasero 3ec5a08318
--diff on workspace files opens the workspace instead of diff-ing them (fix #149731) (#155011) 2022-07-13 11:13:53 +02:00
Johannes Rieken a74ce8a5ce
update miletsone (#155028) 2022-07-13 10:00:08 +02:00
Sandeep Somavarapu 764d22738f
Merge pull request #154925 from microsoft/sandy081/extensions-set-display-lang
show set display language action for lang pack extensions
2022-07-13 07:29:25 +02:00
Rich Chiodo 052d5b0027
Fix issue with kernel preselection being overridden by view state (#154968)
* Fix view state overriding selected kernel

* Add test to verify correct kernel is used
2022-07-12 18:03:49 -07:00