This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
rename also changes unrelated files #255
Open
Description
With version 2.0.pre30. I'm opening a basic var a = 0;
test.js file, and ask for a rename on a
. The response include some changes to an entirely unrelated file: file:///home/mistria/git/eclipse-bluesky/org.eclipse.bluesky/language-servers/node_modules/typescript/lib/lib.d.ts
which is not in the same folder nor in the hierarchy.
I have the impression that 2 instances of the jsts-ls are started and use the same backend for file state, and assumes both projects are linked. If so, what could be a solution to guarantee some level of isolation? I believe the 2 connections are already specifying different rootUri
s.