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
ignore
粗略看了下源码,怀疑是这里用了Windows的\\,是不是替换为path.SEP就可以解决Mac上不起作用的问题? https://github.com/ethan-phu/vscode-scp/blob/6c379af3c179b0b7f40ba8cd05f7a11ad45cb7eb/src/deploy.js#L185C25-L185C33
\\
path.SEP
let dir_list = local_path.split("\\")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
粗略看了下源码,怀疑是这里用了Windows的
\\
,是不是替换为path.SEP
就可以解决Mac上不起作用的问题?https://github.com/ethan-phu/vscode-scp/blob/6c379af3c179b0b7f40ba8cd05f7a11ad45cb7eb/src/deploy.js#L185C25-L185C33
The text was updated successfully, but these errors were encountered: