SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Opening remote .js file | Initiliazing JS/TS language feature #248

Closed ElmanRojas closed 3 years ago

ElmanRojas commented 3 years ago

I am working on remote files only sitting on a Linux server but when i open a file the message Initiliazing JS/TS language feature keeps showing and never goes ways. image

SchoofsKelvin commented 3 years ago

Was able to reproduce.

This seems more like an issue in the TypeScript and JavaScript Language Features built-in extension. You (or I) should report it, since it's probably that extension not being able to handle remote file systems.

Possibly related issues on their tracker: microsoft/vscode#119268 microsoft/vscode#118643 microsoft/vscode#109847 I'll see later if I can figure out why it happens, e.g. it trying to look for a jsconfig.json or something similar.