Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rust-lang.rust-analyzer",
"streetsidesoftware.code-spell-checker",
"fill-labs.dependi",
"wolfmah-vscode.just-syntax"
"wolfmah-vscode.just-syntax",
"eamodio.gitlens"
]
}
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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
Expand Down
Loading