We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5757648 commit 26c3b2dCopy full SHA for 26c3b2d
.vscode/extensions.json
@@ -3,6 +3,7 @@
3
"rust-lang.rust-analyzer",
4
"streetsidesoftware.code-spell-checker",
5
"fill-labs.dependi",
6
- "wolfmah-vscode.just-syntax"
+ "wolfmah-vscode.just-syntax",
7
+ "eamodio.gitlens"
8
]
9
}
bindings/python/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "cpp-linter-py"
edition = "2021"
readme = "README.md"
-repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/py-binding"
+repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/bindings/python"
version.workspace = true
authors.workspace = true
description.workspace = true
0 commit comments