You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes TS Server to stat some odd seeming file paths, such as:
stat /Users/matb/projects/san/x.d.json.ts
stat /Users/matb/projects/san/x.json.ts
stat /Users/matb/projects/san/x.json.tsx
stat /Users/matb/projects/san/x.json.d.ts
stat /Users/matb/projects/san/x.json.js
stat /Users/matb/projects/san/x.json.jsx
Could these calls be avoided? It seems unlikely that you'd want to resolve files with those names in this case
Discovered this while working on project wide IntelliSense for web
The text was updated successfully, but these errors were encountered:
Related to #52695
Bug Report
🔎 Search Terms
Problem
In a JS file, write:
This causes TS Server to stat some odd seeming file paths, such as:
Could these calls be avoided? It seems unlikely that you'd want to resolve files with those names in this case
Discovered this while working on project wide IntelliSense for web
The text was updated successfully, but these errors were encountered: