Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

ftp, vscode searches for nonexisting files in ftp #140

Open
peon501 opened this issue Jun 19, 2020 · 0 comments
Open

ftp, vscode searches for nonexisting files in ftp #140

peon501 opened this issue Jun 19, 2020 · 0 comments

Comments

@peon501
Copy link

peon501 commented Jun 19, 2020

  • VSCode Version: 1.45.0
  • OS Version: Ubuntu 20.04 LTS

Steps to Reproduce:

  1. use remote workspace extension and try to connect to FTP
  2. why does the editor throws these errors and why it searches for these files?

Does this issue occur when all extensions are disabled?: no.

[2020-06-19 19:26:58.553] [renderer1] [error] Unable to read file 'ftp://#######@########.com:#######@ftp.#######.com/#######/.vscode/settings.json?debug=1' (Error: 550 Can't open /#######/.vscode/settings.json: No such file or directory): Error: Unable to read file 'ftp://#######@#######.#######@ftp.#######.com/#######/.vscode/settings.json?debug=1' (Error: 550 Can't open /#######/.vscode/settings.json: No such file or directory)
    at e.doReadAsFileStream (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:1666:417)
    at processTicksAndRejections (internal/process/task_queues.js:85:5)

Basically these 3 files

(Error: 550 Can't open /#########/.vscode/settings.json: No such file or directory)
(Error: 550 Can't open /#########/.vscode/launch.json: No such file or directory)
(Error: 550 Can't open /#########/.vscode/tasks.json: No such file or directory)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant