We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279a1bf commit b0e1efaCopy full SHA for b0e1efa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# GitGuardian Secret Security Changelog
2
3
+## [0.2.0]
4
+### modified
5
+- Do not display CLI path in settings
6
+
7
## [0.1.0]
8
9
### Added
package.json
@@ -4,7 +4,7 @@
"displayName": "GitGuardian",
"description": "Visual Studio Code extension designed to help developers safeguard their sensitive information from accidental leaks in their code",
"icon": "images/icon.png",
- "version": "0.1.0",
+ "version": "0.2.0",
"publisher": "gitguardian-secret-security",
"engines": {
10
"vscode": "^1.81.0"
0 commit comments