Lyu, Wei-Da
Lyu, Wei-Da
### Describe the bug When using `load.fetch` to load external resources. The `content-length` header of the page would be piped to the fetch call. This usually won't be a problem....
This adds support for [document highlight](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentHighlight). Making the document highlight be based on semantic/syntactic meaning instead of the current word-based default by VSCode. This also makes the document highlight available...
#2233 update project files(tsconfig.include) when a new client file is opened. So files included in both tsocnfig.json will be loaded into the respecting language service.
> In my case the cause of the slow IntelliSense was the addition of `"svelte-google-materialdesign-icons": "^0.8.3"` this exports all of its components for the icons and makes autocomplete very slow...
#2130 Porting VSCode's implementation/reference code lens. This is not enabled by default. To enable this, you'll need to enable the `typescript.implementationsCodeLens.enabled` config or the `typescript.referencesCodeLens.enabled` config for `lang="ts"` and `javascript.referencesCodeLens.enabled`...
### 🔎 Search Terms declared but its value is never read unused variable ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and...
Following Ben's effort to trim down the size. I was actually trying to add some glob library back because chokidar v4 removed the glob support entirely() so was trying to...