Files
zed/extensions
Fabian a0d687c24a astro: Ensure Typescript is present (#14849)
The current Astro Extension fails to load properly if it can't find a
`tsserver.js` file in the current workspaces' `node_modules` folder.
This happens pretty frequently, either if `typescript` is not installed
in the project (which it isn't by default), or if `node_modules` is not
in the workspace root.

This PR adds a fallback method of installing `typescript` alongside the
extensions' language server if it is not found in the workspaces'
`node_modules`, as well as correctly setting the `tsdk` path in the
initialization options.

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-07-23 10:39:25 -04:00
..
2024-07-08 11:29:07 -04:00
2024-04-16 15:49:16 -04:00
2024-07-11 11:48:04 +02:00
2024-07-13 21:10:36 +03:00
2024-05-15 21:27:37 +02:00
2024-04-18 11:57:21 -04:00
2024-05-21 18:36:47 +02:00
2024-07-05 14:17:53 -04:00
2024-07-05 10:10:54 -04:00
2024-07-19 09:13:23 -04:00
2024-07-02 10:18:36 -04:00
2024-04-23 13:31:21 -04:00
2024-07-18 08:13:36 -04:00
2024-04-23 13:31:21 -04:00
2024-06-24 00:39:42 +02:00
2024-07-17 10:20:50 -04:00
2024-07-18 04:38:44 +00:00
2024-07-18 11:39:30 -04:00
2024-07-17 10:41:12 -04:00