@t1ckbase/vscode-langservers-extracted 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,7 @@ and the ESLint language server from [vscode-eslint](https://github.com/microsoft
8
8
 
9
9
  This project exists because the original repository by [@hrsh7th](https://github.com/hrsh7th/vscode-langservers-extracted) is no longer actively updated, so I created this for my own use and keep it updated.
10
10
 
11
- A GitHub Actions workflow runs weekly to check for upstream updates, rebuild the package, run smoke tests, and publish new versions automatically.
11
+ A GitHub Actions workflow runs weekly to check for upstream updates, download and extract the latest language server files, run smoke tests, and publish new versions automatically.
12
12
 
13
13
  ## Notes
14
14