Commit Graph

15965 Commits

Author SHA1 Message Date
Ron Buckton 639b67695e Add casts to silence breaks due to updated DOM types 2025-05-07 16:17:16 -04:00
Johannes Rieken cb0950e9d7 Migrate github extension to ESM (2nd attempt) (#248312)
* Revert "GitHub - revert ESM migration (#247322)"

This reverts commit 2047ab0fff.

* use `"@vscode/extension-telemetry": "^1.0.0"` which doesn't use default export anymore
2025-05-07 15:52:46 +02:00
Tyler James Leonhardt 690d2be258 Clean up some dead code and add a telemetry even to track classic microsoft auth usage (#248256)
So we can see how many people disable MSAL.
2025-05-06 15:36:17 -07:00
Ladislau Szomoru d667ffe026 Git - revert some changes that are not needed (#248215) 2025-05-06 19:30:36 +00:00
Aaron Munger e65a9a3d46 check one more async op (#248225) 2025-05-06 17:46:21 +02:00
Ladislau Szomoru a4f6aadf82 Git - disable "unstage selected ranges" and "unstage changes" commands in the editor/peek view (#248202)
* Git - disable "unstage selected ranges" command in the editor

* Disable the "Unstage Changes" command
2025-05-06 12:12:53 +00:00
Aaron Munger d6fb62df0d diagnostic message (#248151) 2025-05-05 20:22:41 +02:00
Alex Ross 0ac234bbd0 Update grammars (#248013) 2025-05-02 16:29:24 +03:00
Matt Bierner d0ef6aa62a Create settings section for inlay hints
When I split out these, I forgot to include inlay hints too
2025-05-01 13:26:22 -07:00
Megan Rogge 81a81aae0d fallback to shell integration cwd if no cwd is resolved based on prefix (#247896) 2025-04-30 16:15:50 -07:00
Matt Bierner 5a441fa442 Merge pull request #245713 from Victuracor/main
Fix a typo in extensions/typescript-language-features/package.nls.json
2025-04-30 08:51:01 -07:00
Ladislau Szomoru 9e6c15d640 Git - add support for unstaging a subset of lines (#247853) 2025-04-30 16:50:49 +02:00
Ladislau Szomoru 6cdea9ec05 Git - fallback to relative() when computing relative paths (#247848) 2025-04-30 15:29:15 +02:00
Matt Bierner 0b8acee845 Merge pull request #246858 from andrewbranch/tsgo
Allow disabling built-in TS/JS extension in favor of tsgo
2025-04-29 15:36:52 -07:00
Matt Bierner 8e4cfe00c3 Merge branch 'main' into main 2025-04-29 15:16:57 -07:00
Ladislau Szomoru bf0fb34df4 Git - fix unstage selected ranges command (#247770) 2025-04-29 21:02:30 +02:00
Martin Aeschlimann d9951c029e [html] JavaScript IntelliSense in <script type=module> HTML without quotes breaks (#247405) 2025-04-29 14:32:54 +00:00
Ladislau Szomoru 4231848899 Git - quick diff decoration label casing (#247717) 2025-04-29 11:06:23 +02:00
Matt Bierner e665c52c78 Merge pull request #246738 from eps1lon/emphasize-automatic-transform
Deemphasize old JSX transform
2025-04-28 17:04:17 -07:00
Harald Kirschner c200b6c693 Polishing prompt file snippets (#247619) 2025-04-28 15:09:39 -07:00
Matt Bierner 9531a49287 Merge branch 'main' into main 2025-04-28 14:18:24 -07:00
Matt Bierner 542104e66d Reorganize js/ts groupings
Previously I split these up by js and ts. This ends up creating too many group and having the js and ts settings too far from each other

This PR changes the settings to be grouped only by feature, not language
2025-04-28 13:16:30 -07:00
Andrew Branch dc2c318570 Localize button 2025-04-28 10:08:33 -07:00
Andrew Branch 5732011d9a Localize and use .experimental 2025-04-28 10:05:11 -07:00
Alex Weininger 02378633c6 fix: handle cancellation errors inside edit session identity provider (#247450) 2025-04-27 19:45:48 -07:00
Martin Aeschlimann bf020bf49c new prompts: enter template mode, improve templates (#247420)
* new prompts: enter template mode, improve templates

* update
2025-04-25 20:52:36 +02:00
Justin Chen e3734c0794 ui element selection (#246643)
* ui element selection window hack

* add background

* target simple browser

* revert to non-simple browser attempt

* some saucy stuff

* saucy cleanup

* some additions:

* add better button, better listening, even saucier

* move to css and also make sure not to block elements during screenshot

* it's even saucier now

* remove browser id lookup

* fix merge conflicts and clean up

* make timeout 3 seconds

* some cleanup

* remove computed css

* use built in button instead

* address many comments :)
2025-04-25 11:19:54 -07:00
Martin Aeschlimann 63acf66b1c [css/html/json] update services (#247404) 2025-04-25 09:28:57 -07:00
Martin Aeschlimann 2d0ca04011 support 'CodeActionContext.only' (#247402) 2025-04-25 09:10:06 -07:00
Alex Ross bd6b858c0f Merge pull request #246328 from microsoft/alexr00/issue246310
Tree-sitter: TypeScript expressions inside templated strings are colored as strings
2025-04-25 12:33:36 +02:00
Matt Bierner 38d7353056 Merge pull request #247348 from mjbvz/progressive-tyrannosaurus
Pick up TS5.8.3 recovery build
2025-04-24 16:21:45 -07:00
Matt Bierner ca8ff4cf30 Pick up TS5.8.3 recovery build 2025-04-24 15:38:27 -07:00
Gabriela Araujo Britto a036241282 update package.json default for expandable hover 2025-04-24 14:30:13 -07:00
Gabriela Araujo Britto 0d305f2de9 Merge branch 'main' into hoverdefault 2025-04-24 13:42:28 -07:00
Gabriela Araujo Britto 2a6dcb5135 make expandable hover true by default 2025-04-24 13:35:53 -07:00
Martin Aeschlimann 4c87d311f0 add prompt and instructions template, create prompt files empty (#247326) 2025-04-24 11:30:12 -07:00
Ladislau Szomoru 2047ab0fff GitHub - revert ESM migration (#247322)
* Revert "fix github extension bundling (#247314)"

This reverts commit 0cffb673f5.

* Revert "migrate github-extension to ESM"

This reverts commit 493874c390.

* Add missing JS file
2025-04-24 19:24:59 +02:00
Johannes Rieken 0cffb673f5 fix github extension bundling (#247314) 2025-04-24 16:52:46 +02:00
Tyler James Leonhardt 445bb01935 Bump @azure/msal-node-runtime to 0.18.2 (#247301) 2025-04-24 12:56:59 +02:00
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
Alex Ross 921fd5ab12 Tests 2025-04-22 10:53:30 +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