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
Matt Bierner and GitHub
34fcd8bebc
Revert autoclosing of ``` ` ``` in md ( #202290 )
...
Fixes #192676
Turns out to be more annoying than the value it provides
2024-01-11 15:29:01 -08:00
Matt Bierner and GitHub
34b0301287
Fix insert range of ts entries with replacement spans ( #202287 )
...
Fix #202153
2024-01-11 23:27:22 +01:00
Matt Bierner and GitHub
c72ffc8cd8
Use published markdown-katex typings ( #202284 )
2024-01-11 13:42:24 -08:00
Ladislau Szomoru and GitHub
273e4b0d7b
SCM - Add scm.showChangesSummary setting ( #202256 )
...
* SCM - make "All Changes" node part of the API and add setting
* Cleanup configuration change listeners
* More settings cleanup
2024-01-11 17:21:05 +01:00
Ladislau Szomoru and GitHub
8720ead44d
Git - adopt _workbench.openMultiDiffEditor command ( #202236 )
2024-01-11 12:21:17 +01:00
Matt Bierner and GitHub
8f32885359
Use markdown engine to enable/disable smart paste ( #202192 )
...
Fixes #188863
Fixes #188958
Fixes #188868
This is more reliable than using the regular expressions. However the regular expressions are still needed for inline elements
2024-01-10 14:32:58 -08:00
Matt Bierner and GitHub
0bb69da87c
Add new smartWithSelection option for markdown links ( #202183 )
...
This becomes the new default while `smart` always smartly pastes, even with no selection
2024-01-10 20:01:52 +01:00
Matt Bierner and GitHub
39e866b964
Pick up latest markdown-it-katex ( #202178 )
2024-01-10 19:04:33 +01:00
Louis Lazaris and GitHub
89eb2de093
Corrected CSS Hover Documentation text ( #202142 )
2024-01-10 13:42:16 +00:00
Louis Lazaris and GitHub
314c9891c3
Fixed some CSS terminology ( #202125 )
2024-01-10 12:44:25 +00:00
Henning Dieterichs and Henning Dieterichs
ad18bb00ce
Fixes #199351
2024-01-09 23:40:26 +01:00
Matt Bierner and GitHub
35579c0b57
De-prioritize markdown link paste in code blocks ( #202109 )
2024-01-09 14:27:28 -08:00
Henning Dieterichs and GitHub
05dfba857a
Adopts #199291 for SCM view changes. ( #202077 )
2024-01-09 22:28:08 +01:00
Ronak Jain and GitHub
c1bc5415f8
Fix tsserver crashing when using custom node path ( #201966 )
...
* use quotes in spawned process name
* Use JSON stringify to handle quotes as well
2024-01-09 11:02:53 -08:00
9c2e81f9f6
Bump follow-redirects from 1.15.3 to 1.15.4 in /extensions/github-authentication ( #202055 )
...
Bump follow-redirects in /extensions/github-authentication
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-09 08:53:01 -08:00
Alex Ross and GitHub
6d9541fff6
Try out a new Go grammar ( #202070 )
2024-01-09 14:11:19 +01:00
Ladislau Szomoru and GitHub
9808d4e655
SCM - rename incoming/outgoing menu contribution ( #202068 )
2024-01-09 17:04:27 +05:30
Ladislau Szomoru and GitHub
b87ba01926
Git - swap file sides when previewing a stash ( #202063 )
2024-01-09 11:55:16 +01:00
Robo and GitHub
fb76955440
chore: update electron@27.2.1 ( #202053 )
...
* chore: bump electron@27.2.1
* chore: enable code cache support for custom standard schemes
Refs https://github.com/electron/electron/commit/267cbc841eb97c1c768ea116352f7430968cb05d
* chore: remove --ms-enable-electron-run-as-node
Removed in favor of https://github.com/electron/electron/commit/f842ead6bc627afdf5b945305abb3e1872b558ef
* chore: update distro
2024-01-09 08:33:34 +01:00
0a71ec927c
Change lowercase l to uppercase L. asp-vb-net.tmLanguage.json ( #201981 )
...
* Change lowercase `l` to uppercase `L`. `asp-vb-net.tmLanguage.json`
`.tmLanguage.json` is the common file extension for JSON TextMate
while `vb` is currently using `.tmlanguage.json`
* Rename file.
* Remove EOF newline >:(
---------
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2024-01-08 22:10:59 +00:00
Martin Aeschlimann and GitHub
851b39876e
[json] don't use md5 ( #201971 )
2024-01-08 21:50:59 +01:00
Ladislau Szomoru and GitHub
891a17ab57
Git - move "Open Commit" command from core to the git extension ( #202042 )
...
* Initial implementation
* Move the command to the git extension
* Add missing enablement property
2024-01-08 13:39:07 -07:00
Ladislau Szomoru and GitHub
66023e11e6
Git - 💄 clean-up summary generation ( #202036 )
2024-01-08 11:50:42 -08:00
Ladislau Szomoru and GitHub
322931b0fc
Git - Only show "All Changes" node if there is more than one incoming/outgoing commit ( #202021 )
2024-01-08 17:45:44 +01:00
Matt Bierner and GitHub
1a7ec6aea2
Fix code block in notebook markdown rendering ( #201748 )
...
Fixes #201731
2024-01-08 08:33:55 -08:00
Ladislau Szomoru and GitHub
51e490e8a2
Git - 💄 add historyItemParentId to provideHistoryItemChanges ( #201991 )
2024-01-08 14:00:57 +01:00
Ladislau Szomoru and GitHub
03e191825d
Git - fix context menu order ( #201986 )
2024-01-08 13:02:13 +01:00
Ladislau Szomoru and GitHub
f8616b9a2b
Git - rename "Open Stash" to "Preview Stash" ( #201973 )
...
* Git - rename "Open Stash" to "Preview Stash"
* Add Preview Stash command to the "..." menu
2024-01-08 10:59:49 +01:00
Ladislau Szomoru and GitHub
cfebdd863a
Git - add open stash command ( #201970 )
...
* Initial implementation
* Add button to quick pick
* Improve stash picker
* Remove quick pick buttons
2024-01-08 09:48:51 +01:00
Ladislau Szomoru and GitHub
bff3ef7651
Git - improve code that gets commit count ( #201907 )
2024-01-05 12:55:05 -08:00
Matt Bierner and GitHub
14b09484ff
Change how placeholders in parsed markdown links are created ( #201851 )
...
Fixes #186284
See https://github.com/microsoft/vscode/issues/186284#issuecomment-1877968127 for details
Also fixes the tab order to always start from the top most range in the document
2024-01-04 17:21:09 -08:00
Matt Bierner and GitHub
26ef59c6a7
Rework markdown paste resource ( #201838 )
...
Fixes #184980
This refactors much of the logic around markdown paste/drop. PR got a little large but the main highlights are:
- Allow using a custom snippet for inserted audio/video
- Merge the drop/paste resource provider classes since these are so similar
- Enable smart pasting of url text by default
- Refactor url paste logic
- For now, disable the behavior where url paste could paste a combination of markdown and plain uris. In practice this is confusing, especially because our labels for this were wrong. We can always reintroduce this later if multicursor users find it useful
2024-01-04 15:59:14 -08:00
Matt Bierner and GitHub
ee91ce84bb
Show TS Server commands in diff editors and notebook cells ( #201847 )
...
Fixes #201734
Switches to use tabs so that we can enable TS commands if you're in a JS/TS editor in a diff editor or notebook cell
2024-01-04 15:54:50 -08:00
João Moreno and GitHub
e2eb6c042b
use sha256 in git ( #201781 )
2024-01-04 12:02:02 +01:00
Johnson Chu and GitHub
40c0f939e5
Fix optionalReplacementSpan not being applied to completion entries ( #200945 )
...
* Fix optionalReplacementSpan not being applied to completion entries
* Format completions.ts
2024-01-03 14:40:11 -08:00
Andrew Branch and GitHub
a1cfe91f9c
Fix preferTypeOnlyAutoImports preference getter ( #201376 )
2024-01-03 18:55:21 +00:00
Ladislau Szomoru and GitHub
860d67064a
Git - refactor ref pickers ( #201411 )
...
* Refactored quick picks
* Another set of refactoring
* Moved over the remaining classes
* git.checkoutType setting should only be used by the Checkout quick pick
* Introduce RefProcessor and cleanup code
* Introduced multiple processor types
* Another round of refactoring
2023-12-22 22:59:54 +01:00
Ladislau Szomoru and GitHub
b21537c2ef
Git - enable commit signing using SSH key ( #201298 )
2023-12-20 14:14:39 +01:00
Matt Bierner and GitHub
9621add460
Fix undefined getting printed ( #201250 )
...
Fixes #201244
2023-12-20 00:22:43 +01:00
Megan Rogge and GitHub
8ee37dc19a
Merge pull request #201082 from susiwen8/fix-201081
...
fix: `install` in `npm script` shouldn't be opened
2023-12-19 13:12:54 -06:00
susiwen8
f78d488f80
fix: task name end with space
2023-12-19 20:33:30 +08:00
Ladislau Szomoru and GitHub
9098f756e8
Git - add missing error handler ( #201160 )
2023-12-18 14:43:44 -08:00
Megan Rogge and GitHub
2535c6ca13
Merge branch 'main' into fix-201081
2023-12-18 11:05:49 -06:00
Ladislau Szomoru and GitHub
536dcced4e
Git - disable wrapping for git-commit language ( #201135 )
2023-12-18 17:11:08 +01:00
Martin Aeschlimann and GitHub
cbd417525b
xml: remove the CDATA autoClosingPairs. Fixes #200671 ( #201109 )
2023-12-18 14:29:50 +01:00
Ladislau Szomoru and GitHub
4061a9a5e7
Git - log branch name in case the branch cannot be found ( #201117 )
2023-12-18 13:15:48 +01:00