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

How to create .vscode/settings.json when I command "cargo compete new xxx". #210

Open
nayo0513 opened this issue Nov 11, 2023 · 0 comments

Comments

@nayo0513
Copy link

Is there how to create .vscode/settings.json when I command "cargo compete new xxx"?
In [template.new.copy-files] compete.toml, it can't specify directory.

[template.new.copy-files]
"./template-cargo-lock.toml" = "Cargo.lock"
"./.vscode/settings.json" = ".vscode/settings.json"
cargo compete new abc002
error: failed to copy `/home/nayo0513/projects/atcoder-rust/./.vscode/settings.json` to `/home/nayo0513/projects/atcoder-rust/./abc002/.vscode/settings.json`

Caused by:
  No such file or directory (os error 2)
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