We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Sir,
after setting some parameters during initialization, I am unable to obtain error logs. How can I obtain error logs ?
Thanks for your reading
and my setting is :
{ "folders": [ { "path": "/Users/****/repo/AAA", } ], "settings": { "rsync_ssh": { "ssh_args": ["-F", "~/.ssh/config"], "excludes": [ ".git*", "_build", "blib", "Build" ], "options": [ "--delete" ], "remotes": { "/Users/****/repo/windDiffUFSEC": [ { "command": "rsync", "enabled": 1, "excludes": [ ], "options": [ ], "remote_host": "HX1142", "remote_path": "/mnt/PRESKY/user/zhangyongpeng/repo/windDiffUFSEC", "remote_port": 1030, "remote_post_command": "", "remote_pre_command": "", "remote_user": "****" } ] }, "sync_on_save": false }, }, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Sir,
after setting some parameters during initialization, I am unable to obtain error logs. How can I obtain error logs ?
Thanks for your reading
and my setting is :
The text was updated successfully, but these errors were encountered: