Tuan Tran Van
30d16b20a1
Replace single line break with double line break for commit description in git blame hover popup ( #245779 )
...
* Replace single line break with double line break for commit description in git blame hover popup
Fix issue #245773
* Remove unnecessary pattern `\n\n` when handling commit message
* Remove non-matching group, and fix the same issue for the gragh hover as well
---------
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2025-04-23 21:03:48 +00:00
Johannes Rieken
df1c310586
Merge pull request #246726 from microsoft/joh/blushing-hummingbird
...
migrate github-extension to ESM
2025-04-23 09:50:14 +02:00
Martin Aeschlimann
e010f84cae
Merge pull request #246939 from RedCMD/addYAMLstringsSuggestionsDefaultSetting
...
YAML auto trigger code completion in strings #239679
2025-04-23 07:56:56 +02:00
Matt Bierner
2073d9ab17
Merge pull request #246871 from wolfgang42/patch-1
...
feat: markdown-basics snippets: quote all lines
2025-04-22 11:13:30 -07:00
Alex Ross
72069925ae
Add .*.env for ini
...
Fixes #247055
2025-04-22 10:57:32 +02:00
Matt Bierner
cf208cdb33
Merge pull request #246899 from gabritto/hover2
...
[typescript-language-features] Re-add expandable hover
2025-04-21 19:19:59 -07:00
Rob Lourens
714f54156f
Add editedFileEvents ( #246996 )
...
* Start plumbing working set events
* more
* More fixes
* Update tests
2025-04-20 16:54:07 +00:00
sfaut
47a31406a9
Fix PHP f* files functions signatures ( #246964 )
...
For f* files functions signatures :
- Fix signatures param names
- Add fdatasyn(), fsync()
- Add return union type
2025-04-19 23:43:42 +00:00
RedCMD
4558fa13eb
Change to "on". Remove comma
2025-04-20 08:44:19 +12:00
RedCMD
b063ab5e2d
addYAMLstringsSuggestionsDefaultSetting
2025-04-19 11:43:08 +12:00
Gabriela Araujo Britto
33c9649888
Merge branch 'main' into hover2
2025-04-18 08:36:47 -07:00
Gabriela Araujo Britto
55fe033211
update description and api check
2025-04-18 08:29:33 -07:00
Wolfgang Faust
e9766a8d38
feat: markdown-basics snippets: quote all lines
...
Previously, this snippet just inserted "> " before the selected text, which is
not very useful; particularly, when multiple paragraphs are selected, this will
only quote the first one.
Instead, we now prefix every line in the selection with "> ", so that it will
all be quoted regardless of how many paragraphs are taken.
This does also change the behavior in the case of no selected text slightly;
previously it would insert "> []" (where "[]" indicates the selection; that is,
it would put the insertion point after the quote marker). It now inserts
"[> ]" instead (that is, the same text but it's all selected) so if you start
typing you'll wind up removing the quote marker. Since using this snippet *not*
on a selection seems like a roundabout way of writing "> " this seems like an
acceptable tradeoff.
2025-04-17 18:08:30 -07:00
Matt Bierner
720ee54497
Fix null access crash for $traceid
2025-04-17 14:23:03 -07:00
Gabriela Araujo Britto
df61dc46bd
Revert "Merge pull request #240011 from gabritto/reverthover"
...
This reverts commit ef3a39fffd , reversing
changes made to e38edc4e3b .
2025-04-17 13:16:08 -07:00
Matt Bierner
4035369003
Move js/ts suggest into own config section
2025-04-16 09:53:33 -07:00
Megan Rogge
42ad05b4f7
tweak shell type ( #246735 )
...
fix #246733
2025-04-16 08:49:03 -07:00
Johannes
493874c390
migrate github-extension to ESM
2025-04-16 16:04:12 +02:00
Ladislau Szomoru
7452464515
SCM - add secondary quick diff provider ( #246707 )
...
* WIP - initial implementation
* Add stagedQuickDiffProvider API
* Reduce the usage of `isSCM`
* Make unstage feel snappier
* Deduplicate diffs between primary and secondary
* Fix unstage selected ranges to work from the editor
* WIP - saving my work
* Fixed deduplication and commands
* Add pattern colors
* Rework the colors, and fix deleted glyph
* Got unstage commands working
* Update provider name
* Some improvements
* Cleaned up CSS
* Tweak decoration colors
* Update proposed API naming
* Contributed decorations will use the primary colors for the time being
* More cleanup
2025-04-16 12:52:36 +02:00
Dirk Bäumer
67b9c665cf
Merge branch 'main' into dbaeumer/noisy-smelt-teal
2025-04-16 09:51:54 +02:00
Dirk Baeumer
afd0e79b03
Fixed working GDPR comment
2025-04-16 09:39:57 +02:00
Martin Aeschlimann
389c5dd015
Merge pull request #244934 from pedrofrazaopacheco/240654-json-wrong-encoding-of-json-schema-url
...
Fixes microsoft/vscode#240654 : Avoid encoding reserved chars in JSON schema URL
2025-04-16 08:50:26 +02:00
Martin Aeschlimann
e2f4bbb62c
update
2025-04-15 22:19:55 -07:00
Megan Rogge
fda688b587
fix suggest for git-bash ( #246646 )
...
fix #245843
2025-04-15 11:05:54 -07:00
Joyce Er
516f9c731a
fix: commit changes in empty git repo before Continue Working On ( #246637 )
2025-04-15 17:49:08 +02:00
Ladislau Szomoru
956aabf049
Engineering - Revert "Bump @octokit/endpoint, @octokit/graphql and @octokit/rest in /extensions/github ( #240838 )" ( #246621 )
...
Revert "Bump @octokit/endpoint, @octokit/graphql and @octokit/rest in /extensions/github (#240838 )"
This reverts commit d1d596a1fc .
2025-04-15 15:41:06 +02:00
Dirk Baeumer
607f641e6e
Improve event names
2025-04-15 14:28:14 +02:00
Dirk Baeumer
fada1cb096
Fix event name
2025-04-15 12:20:36 +02:00
Dirk Baeumer
0c129cf983
Add telemetry trace support to TypeScript
2025-04-15 11:46:39 +02:00
hj
541ae30e0f
git: make Letter/Text/Color semantically consistency ( #245889 )
2025-04-15 08:30:51 +00:00
Joyce Er
b7beb62a30
fix: handle Continue On in unpublished git repo with no working changes ( #246561 )
...
* fix: handle Continue On in unpublished git repo with no working changes
* fix: register leaked disposable
* fix: increase timeout
2025-04-15 02:34:17 +02:00
Matt Bierner
720589d3ee
Merge pull request #246554 from mjbvz/then-jay
...
Start splitting js/ts settings to subsections
2025-04-14 15:15:27 -07:00
Matt Bierner
2a59b9fa15
Fix capitalization
2025-04-14 15:02:45 -07:00
Matt Bierner
8cd20f6444
Start splitting js/ts settings to subsections
2025-04-14 15:01:14 -07:00
Ladislau Szomoru
d2fe294a96
Git - fix git blame status bar item ( #246537 )
2025-04-14 14:03:54 -07:00
Tyler James Leonhardt
4293d3771a
Revert "Bump msal-runtime ( #244321 )" ( #246336 )
...
This reverts commit bdb7cc4f0c .
2025-04-11 19:52:38 +02:00
Tyler James Leonhardt
febbcf78c8
Add even more MSAL error telemetry ( #246335 )
2025-04-11 19:42:41 +02:00
RedCMD
ae5d91eeeb
Fix template.expression brackets #190564 ( #245786 )
2025-04-11 14:25:44 +00:00
Ladislau Szomoru
bdc1a35666
Git - cache editor decoration/status bar item templates ( #246301 )
2025-04-11 11:21:39 +02:00
Ladislau Szomoru
88c1f24373
Git - reduce the number of getConfiguration() calls ( #246295 )
...
* Git - reduce the number of `getConfiguration()` calls
* Missed one
2025-04-11 10:12:35 +02:00
Tyler James Leonhardt
0ab622083b
Add error telemetry ( #246262 )
2025-04-10 23:46:53 -07:00
Oleg Solomko
4793210401
change language id to "prompt"
2025-04-10 15:32:54 -07:00
Oleg Solomko
ed478e962c
add cgmanifest and improve package.json
2025-04-10 15:32:54 -07:00
Oleg Solomko
acf8d50456
add "prompt-basics" language extension
2025-04-10 15:32:54 -07:00
Ladislau Szomoru
41ecdd700c
Git - add more logging to provideOriginalResource() ( #246242 )
2025-04-10 14:20:04 -07:00
Benjamin Pasero
f0ee501c7f
API: Finalise text document encoding ( fix #241449 ) ( #246016 )
...
* API: Finalise text document encoding (fix #241449 )
* address feedback
2025-04-10 18:28:21 +00:00
Ladislau Szomoru
7160755930
Git - 💄 adopt truncate() in various places ( #246219 )
2025-04-10 18:01:28 +02:00
Martin Aeschlimann
d15f6eee9b
Merge pull request #244074 from nknguyenhc/goto-html
...
Goto definition for built-in symbols in HTML script
2025-04-10 16:50:55 +02:00
Martin Aeschlimann
165c1094cd
polish
2025-04-10 11:24:30 +02:00
Aaron Munger
3d6395e70b
extra async call ( #246018 )
2025-04-08 20:43:33 +00:00