olivdee

Results 17 comments of olivdee

Sure. Which file is it? Inside C:\\Users\[USERNAME]\AppData\Roaming\Code\User\settings.json there isn't much info (see below). Any other config file you have in mind? `"cSpell.enabled": false, "security.workspace.trust.untrustedFiles": "open", "sync.gist": "", "sync.autoDownload": true, "sync.autoUpload":...

ah, I see... this is the sftp.json of the project: ``` { "name": "xxx.xxxxx.xxx", "host": "xxx.xxxxx.xxx", "protocol": "ftp", "port": 0, "username": "[email protected]", "password": "xxxxxxxxx", "remotePath": "/new2022/htdocs", "uploadOnSave": false } ```...

this is from the output tab right after inserting the two new lines: `[09-30 20:39:07] [info] config at c:\git\neu.muenzankauf-muc.de {"remotePath":"/new2022/htdocs","uploadOnSave":false,"useTempFile":false,"openSsh":false,"downloadOnOpen":false,"ignore":[],"concurrency":4,"protocol":"ftp","connectTimeout":10000,"interactiveAuth":false,"secure":false,"remoteTimeOffsetInHours":0,"name":"xxx.xxxxx.xxx","host":"xxx.xxxxx.xxx","port":0,"username":"******","password":"******","sftp.debug":true,"sftp.printDebugLog":true}` in the tab "debug console" it says "Please start a...

do you think it makes any sense if I install a clean VS Code on the same machine with another user?

there is no proftpd on the server as far as I can see - it is running CentOS Linux 7.9.2009 with Plesk Obsidian Version 18.0.47 Update #2 ... as I...

@NyaPPuu no, "Force show hidden files" is not checked with my FileZilla, but .htaccess are showing there! Checked on 2 different online servers with different setup/OS... since there is no...

what is proftpd and where is the config? not using such an extension...On Oct 3, 2022 15:51, kvd999 ***@***.***> wrote: i had the same problem, i changed the proftpd server...