angular/vscode-ng-language-service/server
Andrew Scott 89095946cf fix(language-service): address potential memory leak during project creation
This addresses a potential memory leak in plugin-factory.ts.
The require call inside the create function reloads the entire language
service module for every new project, which is inefficient and could be a cause of the memory leak during branch
switching. This ensures the module is loaded only once and the same
instance is shared across all projects.

(cherry picked from commit 4405725943)
2025-11-07 11:57:25 -08:00
..
bin build: migrate vscode extension into repo (#63924) 2025-09-24 20:24:32 +00:00
src fix(language-service): address potential memory leak during project creation 2025-11-07 11:57:25 -08:00
BUILD.bazel build: align git tags with package.json version for snapshot builds (#64350) 2025-10-13 08:28:53 -07:00
esbuild.mjs build: update dependencies and build config (#64154) 2025-09-30 12:35:07 -04:00
package.json build: update all non-major dependencies (#64514) 2025-10-20 16:13:17 +00:00
README.md build: format md files 2025-11-06 10:07:13 -08:00

@angular/language-server

This package contains the Language Server Protocol (LSP) implementation of the Angular Language Service.

Usage

See node index.js --help