Rob Lourens and GitHub
b637950b4b
Reenable debug integration test ( #203733 )
2024-01-29 20:21:19 +01:00
Hans and GitHub
bc00185b3b
Fix the broken links to the latest valid links ( #184131 )
2024-01-29 19:09:11 +01:00
Matt Bierner and GitHub
e9ce823bf1
Fix potential race creating JS/TS temp dir ( #203367 )
...
Fixes #203335
2024-01-29 09:24:41 -08:00
Matt Bierner and GitHub
4be04d5d8c
Fix file uri markdown link pasting ( #203377 )
...
Fixes #203180
Enables this feature for uris without authorities and also makes sure these uris are not rewritten to relative paths
2024-01-29 09:24:28 -08:00
Ladislau Szomoru and GitHub
837b74c1b4
SCM - history item group context menu ( #203712 )
2024-01-29 17:27:24 +01:00
Rob Lourens and GitHub
c15e48bc27
Reenable chat test ( #203706 )
...
I think this isn't an issue with the test- every time it fails, we see "The Web Worker Extension Host did not start in 60s". The chat tests are the first tests, and so they just time out due to being affected by the slow startup. That EH timeout issue looks old.
Fix #203429
2024-01-29 16:51:06 +01:00
Ladislau Szomoru and GitHub
2ba398845f
Git - extract toMultiFileDiffEditorUris ( #203688 )
2024-01-29 13:53:28 +01:00
Matt Bierner and GitHub
772791e9e5
Fix markdown link pasting when selection is inline code ( #203657 )
...
If the user selects a complete inline code block, we should paste as a markdown link with the code as the link text
2024-01-29 09:10:52 +01:00
Matt Bierner and GitHub
98d55333b9
Fix md pasting inside of incomplete html block ( #203476 )
...
Fix pasting inside of incomplete html block
Fixes #188868
2024-01-28 23:55:19 -08:00
Ladislau Szomoru and GitHub
0d22ba354b
Git - 💄 remove duplicated code ( #203609 )
2024-01-27 17:16:16 +01:00
Ladislau Szomoru and GitHub
fe0632cbb2
Git - handle stashes that contain untracked files ( #203572 )
2024-01-26 14:28:45 -08:00
Ladislau Szomoru and GitHub
a10ecfaefd
Git - fix issue related to a renamed resource ( #203529 )
2024-01-26 14:31:18 +01:00
Alex Ross and GitHub
35d97bc7e4
Update grammars ( #203521 )
2024-01-26 13:06:22 +01:00
Ladislau Szomoru and GitHub
b26b05031e
SCM - Add "Reopen Closed Repositories..." action to the "Source control Repositories" view title bar ( #203512 )
2024-01-26 10:50:25 +01:00
Matt Bierner and GitHub
6e2ea0ed27
Also disable ` `` as autoclosing pair ( #203487 )
...
Fixes #192676
Not ideal but likely better than the current behavior that inserts extra backticks
2024-01-25 13:21:45 -08:00
Ladislau Szomoru and GitHub
adf93c270a
Git - view stash should use the stash's parent commit for the left hand side ( #203450 )
2024-01-25 15:53:20 +01:00
Johannes Rieken and GitHub
290a1153b8
disable frequently failing chat-suite ( #203430 )
...
https://github.com/microsoft/vscode/issues/203429
2024-01-25 11:52:51 +01:00
Matt Bierner and GitHub
3dea5cbbcb
Pick up latest markdown language service ( #203405 )
...
Picking up the latest stable release. This is mainly just a tag release compared to alpha-8
2024-01-24 18:54:32 -08:00
Michael Rienstra and GitHub
dc10e26a05
docs: document new configuration.markdown.copyFiles.destination options ( #203391 )
...
docs: document new `configuration.markdown.copyFiles.destination`
And clean-up / standardize existing docs of same
2024-01-25 00:39:51 +00:00
Ladislau Szomoru and GitHub
5b91204184
SCM - do not show "View Commit" or "View All Changes" action for empty commits ( #203381 )
2024-01-24 21:15:51 +01:00
Ladislau Szomoru and GitHub
97b8727343
Git - fix viewing stahes with added/deleted/renamed files ( #203341 )
2024-01-24 16:09:02 +01:00
Matt Bierner and GitHub
9c95828898
Enable paste url for file uris ( #203270 )
...
Fixes #203180
2024-01-23 17:08:58 -08:00
Martin Aeschlimann and GitHub
4b0d700f7a
[json/css/html] Update dependencies ( #203084 )
...
* update json/css/html
* fix typing
* revert to vscode-languageclient@9.0.1
2024-01-23 13:00:55 +01:00
Megan Rogge and GitHub
ba5f685b65
Merge pull request #124803 from nrayburn-tech/npm-activation
...
npm extension - check for root package.json before findFiles
2024-01-22 15:04:27 -08:00
Matt Bierner and GitHub
1ddc10601d
Add angle brackets as surrounding pairs in markdown ( #203083 )
...
Add angle brackets as surrounding pairs in md
This is useful for html and for autolinks
2024-01-22 23:58:28 +01:00
RedCMD and GitHub
2d30630ab4
onDidChangeEmmiter fires constantly when it shouldn't (#202198 )
...
`onDidChangeEmmiter` fires when it shouldn't
2024-01-22 22:11:24 +01:00
Henning Dieterichs and Henning Dieterichs
db62e3b46c
Fixes multi file diff editor bug that deleted files would be shown as added files.
2024-01-22 16:35:32 +01:00
Ladislau Szomoru and GitHub
5be6890cf5
Git - add onCommit event to vscode.git extension API ( #202863 )
2024-01-19 17:34:44 +01:00
Ladislau Szomoru and GitHub
945bbd01aa
Git - only show "Incoming changes" node for upstream ( #202836 )
...
* Git - only show "Incoming changes" node for upstream
* 💄 Revert some of the changes now that base is limited to upstream
* Fixed a bug
* 💄 More clean-up
2024-01-19 12:56:34 +01:00
Ladislau Szomoru and GitHub
0287cb9fe7
Git - add fetch, pull, push commands to incoming/outgoing ( #202809 )
2024-01-19 11:25:59 +01:00
Matt Bierner and GitHub
0e51e71619
Pick up latest katex ( #202776 )
2024-01-18 15:18:39 -08:00
Ladislau Szomoru and GitHub
9ed02ced92
SCM - 💄 polish incoming/outgoing proposed API ( #202766 )
2024-01-18 12:39:40 -08:00
Rob Lourens and GitHub
63349889d9
Avoid "slash command" name in agent API ( #202729 )
...
* Avoid "slash command" name in agent API
* Fix reference
* Fix
2024-01-18 21:05:28 +01:00
Ladislau Szomoru and GitHub
4a5169c7e0
Git - 💄 remove unused event handlers ( #202727 )
2024-01-18 15:25:31 +01:00
Matt Bierner and GitHub
a42d4751d2
Fix markdown smart paste setting check ( #202688 )
2024-01-18 00:51:27 +01:00
Ladislau Szomoru and GitHub
697936c5f8
Git - update getBranchBase so that it returns an upstream branch ( #202586 )
2024-01-16 16:17:40 +01:00
Ladislau Szomoru and GitHub
48bc94d646
Git - 💄 make stash picker async ( #202573 )
2024-01-16 11:02:32 +01:00
Ladislau Szomoru and GitHub
61112949a6
Git - do not show checkout commands when searching ( #202567 )
2024-01-16 09:33:07 +01:00
Alex Ross and GitHub
7109701918
Expose git merge as extension API ( #202503 )
...
* Expose git merge as extension API
Part of microsoft/vscode-pull-request-github#200
* Respond to PR feedback
2024-01-15 17:22:43 +01:00
Ladislau Szomoru and GitHub
f42cf8d8a5
Git - 💄 show busy state while populating refs ( #202513 )
2024-01-15 16:05:24 +01:00
Ladislau Szomoru and GitHub
b245a42ed0
Git - Improve "Close Repository" and "Close Other Repositories" commands ( #202512 )
2024-01-15 20:21:19 +05:30
Ladislau Szomoru and GitHub
3ae8c8ea62
Git - polish view stash command ( #202499 )
...
* Implement drop stash command
* Add apply and pop commands
* Rename "preview" command to "view"
* Fixed action order
* Add icons, update commands
2024-01-15 14:49:01 +01:00
John Murray and GitHub
2b06224582
Preserve sort order when filtering Git branch / tag quickpicks ( fix #199471 ) ( #199473 )
...
* Preserve sort order when filtering Git branch / tag quickpicks (fix #199471 )
* Fix the merge
* Dispose quickpick listeners
* Changes arising from PR feedback
* Rework listener disposal
2024-01-15 13:20:33 +00:00
Ladislau Szomoru and GitHub
55af1bc7fb
Git - checkout command improvements ( #202495 )
...
Git - complete checkout command when checkout quick pick is cancelled
2024-01-15 12:23:47 +01:00
Sandeep Somavarapu and GitHub
1e0580ec23
Use categories for builtin extensions groups ( #202453 )
...
* support grouping of extensions
* remove grouping
* reuse categories parsing
* cleanup
* fix tests
2024-01-14 18:19:29 +01:00
Matt Bierner and GitHub
afbec2027b
Fix markdown-it-katex error ( #202393 )
2024-01-12 18:46:08 -08:00
Ladislau Szomoru and GitHub
37b173d559
Add stage/unstage actions to the multi-diff editor ( #202297 )
2024-01-12 15:16:53 +01:00
Ladislau Szomoru and GitHub
2434b7da03
Git - Add "View All Changes" action + polish ( #202327 )
...
* Make allChanges a distinct historyItem element
* Add allChanges menu contribution
* Add View All Changes command
* Rename "Open Commit" to "View Commit"
* Pass the correct argument when getting "All Changes" node
2024-01-12 10:46:52 +01:00
a1a9707400
Bump follow-redirects from 1.15.3 to 1.15.4 in /extensions/typescript-language-features ( #202211 )
...
Bump follow-redirects in /extensions/typescript-language-features
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 19:09:15 -08:00
Matt Bierner and GitHub
d81d32b940
Re-render markdown preview when linkify setting changes ( #200599 )
2024-01-11 17:23:13 -08:00