Open mjbvz opened 8 months ago
Actually looks unrelated to the actual edits. Instead it seems to be a file casing issue where both hierarchicalScope.ts
and HierarchicalScope.ts
are being used
File was opened with:
"file": "/Users/matb/projects/vscode/src/vs/base/common/hierarchicalScope.ts", (line 113 in the log)
But further down the requests come with different casing and it just uses that.. This results in conflict in what we would return in results depending on how they are retrieved.
Seems like vscode issue instead.
Info 4241 [10:54:47.471] request:
{
"seq": 14,
"type": "request",
"command": "configure",
"arguments": {
"file": "/Users/matb/projects/vscode/src/vs/base/common/HierarchicalScope.ts",
seems like vscode is sending wrong casing at this location...
🔎 Search Terms
🕗 Version & Regression Information
5.5.0-dev.20240226
⏯ Playground Link
No response
💻 Code
In the vscode repo, create a file:
A hierarchical value.
🙁 Actual behavior
The file becomes corrupted. Running format produces:
🙂 Expected behavior
File shouldn't be corrupted
Additional information about the issue
Server logs
tsserver.log