Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection succeeds and loads directory but files don't open #115

Open
charliecoop1 opened this issue Nov 26, 2024 · 0 comments
Open

Connection succeeds and loads directory but files don't open #115

charliecoop1 opened this issue Nov 26, 2024 · 0 comments

Comments

@charliecoop1
Copy link

charliecoop1 commented Nov 26, 2024

When I select Add folder to Workspace the directory loads, but when clicked the files load infinitely and don't open.

~1/20 attempts work and files load as intended, but I can't reliably reproduce.

  • OS: Windows 10
  • VSCode Version: 1.95.3
  • Extension Version 0.0.16

settings.json

{
    "remotefs.remote": {
        "Orange Moon Web": {
            "scheme": "ftp",
            "host": "ftp.myhost",
            "port": 21,
            "username": "myemail",
            "password": "mypassword",
            "connectTimeout": 50000,
            "rootPath": "/"
          }
    },
    "remotefs.rootLabel": "${folderName} — (Siteground)",
    "debug.disassemblyView.showSourceCode": false,
    "php.validate.executablePath": "D:\\PHP\\php.exe",
    "workbench.colorTheme": "Default Dark+"
}

Output

[trace] readFile /.vscode/settings.json
[trace] readFile /.vscode/tasks.json
[trace] readFile /.vscode/launch.json
[trace] stat /.vscode/settings.json
[trace] stat /.vscode/tasks.json
[trace] stat /.vscode/launch.json
[trace] stat /.vscode/extensions
[trace] connect to orange moon web
[trace] readFile /.vscode/settings.json
[trace] stat /.vscode/settings.json
[trace] readFile /.vscode/tasks.json
[trace] stat /.vscode/tasks.json
[trace] readFile /.vscode/launch.json
[trace] stat /.vscode/launch.json
[trace] stat /
[trace] readDirectory /
[trace] stat /staging2.orangemoon.design
[trace] readDirectory /staging2.orangemoon.design
[trace] stat /staging2.orangemoon.design/public_html
[trace] readDirectory /staging2.orangemoon.design/public_html
[trace] readFile /staging2.orangemoon.design/public_html/license.txt
[trace] stat /staging2.orangemoon.design/public_html/license.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant