We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040a084 commit 06a269fCopy full SHA for 06a269f
src/python.rs
@@ -90,8 +90,6 @@ pub fn setup_preset(mut preset: String, name: String, create: bool) {
90
prefix = format!("./{}", name)
91
}
92
93
- // Get the current operating system
94
-
95
// Create needed dirs
96
let _ = fs::create_dir_all(format!("{}/.cpa", prefix));
97
let _ = fs::create_dir_all(format!("{}/.vscode", prefix));
0 commit comments