Commit Graph

1990 Commits

Author SHA1 Message Date
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
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
Matt Bierner
e665c52c78 Merge pull request #246738 from eps1lon/emphasize-automatic-transform
Deemphasize old JSX transform
2025-04-28 17:04:17 -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
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
2a6dcb5135 make expandable hover true by default 2025-04-24 13:35:53 -07: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
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
Andrew Branch
428dd9f8d0 Missed config name 2025-04-17 12:24:34 -07:00
Andrew Branch
2fe0efc637 Update config names 2025-04-17 12:19:42 -07:00
Andrew Branch
b98a014647 Update names 2025-04-17 12:16:00 -07:00
Andrew Branch
a0cd135c8e Allow disabling built-in TS/JS extension in favor of tsgo 2025-04-17 12:13:49 -07:00
Matt Bierner
4035369003 Move js/ts suggest into own config section 2025-04-16 09:53:33 -07:00
Sebastian Sebbie Silbermann
63c89d7a78 Deemphasize old JSX transform 2025-04-16 17:56:07 +02:00
Dirk Baeumer
afd0e79b03 Fixed working GDPR comment 2025-04-16 09:39:57 +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
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
Victuracor
2fe41861af Fix a typo in package.nls.json 2025-04-04 13:01:07 -05:00
Matt Bierner
526705b491 Merge pull request #244485 from mjbvz/tasty-lion
Pick up latest TS for building VSCode
2025-03-28 11:24:19 -07:00
Matt Bierner
802bc5e831 Merge pull request #242500 from mjbvz/entire-bison
Remove old TS surveys setting
2025-03-25 10:57:07 -07:00
Matt Bierner
8225b496b1 Updating @types/node
Needs some minor code changes too to support the new typings
2025-03-24 13:02:28 -07:00
Matt Bierner
b61d46c3e4 Add extra catch around package manager 2025-03-12 16:58:50 -07:00
Matt Bierner
40113edcfe Remove old TS surveys setting
This hasn't been used for a while
2025-03-03 11:11:46 -08:00
Benjamin Pasero
f909b15f53 status - consistent casing for language entries (#242466)
* status - consistent casing for language entries

* more
2025-03-03 15:36:07 +01:00
Matt Bierner
c071cfb288 Merge branch 'main' into reverthover 2025-02-26 14:16:06 -08:00
Matt Bierner
8874a60376 Merge pull request #241742 from mjbvz/upper-walrus
Always try sending along project root paths
2025-02-26 14:12:12 -08:00
Matt Bierner
4fb6e4a08f Preserve original data transfer value if still in same ext host context
Fixes #241164
2025-02-24 12:51:18 -08:00
Matt Bierner
9697d7ea66 Always try sending along project root paths
If the user opens a ts file outside of any workspace, currently we may not send along a project root path to TS. This can result in extra projects being loaded

Instead we should tell TS about the current workspace we have opened
2025-02-24 11:08:54 -08:00
Matt Bierner
8fe3d06206 Merge pull request #241154 from mjbvz/comprehensive-deer
Align TS ext lazy implementation with core
2025-02-19 00:13:57 -08:00
Matt Bierner
3704d97cc1 Align TS ext lazy implementation with core 2025-02-18 23:48:32 -08:00
Matt Bierner
1fb1ae0312 Don't log undefined in TSServer error 2025-02-18 23:46:28 -08:00
Benjamin Pasero
419e6aa2f3 debt - remove missing documentPaste proposal (#241019) 2025-02-17 17:02:04 +01:00
Gabriela Araujo Britto
03bfa56b29 fix indentation 2025-02-07 15:11:54 -08:00
Gabriela Araujo Britto
2db415abf0 add back 5.7 version 2025-02-07 13:44:45 -08:00
Gabriela Araujo Britto
746caa340a Revert "[typescript-language-features] Expandable hover (#228255)"
This reverts commit 0f9abf3c35.
2025-02-07 12:58:24 -08:00
Matt Bierner
569d6942e8 Use clearer reference 2025-02-07 00:31:33 -08:00
Matt Bierner
ae77c3ff42 Optimistically show paste with imports if TS server takes to long when computing imports to add
Fixes #235959

When pasting across files, sometimes users can see a spinner while we wait to see if TS has a `paste with imports` edit. This needs to be done even if we insert plain text by default so that we can then show the paste widget and user can select `paste with imports`

This change makes it so that if TS takes over 200ms, we assume that a paste operation may be available and return an unresolved edit for it. Only when the edit then actually needs to be applied, we wait for TS to respond

In most cases we won't need to wait because plain text will be pasted by default. Users will then only see the spinner after selecting `paste with imports`
2025-02-07 00:01:46 -08:00
henry
3eb1f2c914 correct conditions 2025-01-24 00:41:28 -06:00
henry
ac7533df77 fixed lazy client 2025-01-23 20:10:05 -06:00