Skip to content

Commit 26c3b2d

Browse files
committed
add gitlens to vscode and update repo link
1 parent 5757648 commit 26c3b2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/extensions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"rust-lang.rust-analyzer",
44
"streetsidesoftware.code-spell-checker",
55
"fill-labs.dependi",
6-
"wolfmah-vscode.just-syntax"
6+
"wolfmah-vscode.just-syntax",
7+
"eamodio.gitlens"
78
]
89
}

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cpp-linter-py"
33
edition = "2021"
44
readme = "README.md"
5-
repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/py-binding"
5+
repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/bindings/python"
66
version.workspace = true
77
authors.workspace = true
88
description.workspace = true

0 commit comments

Comments
 (0)