Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Removed

- Removed the "Show AST" comands from right-click

## 1.14.0 - 2025-08-22

## Fixed
Expand Down
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
"command": "semgrep.refreshRules",
"title": "Semgrep: Update rules"
},
{
"command": "semgrep.showAst",
"title": "Semgrep: Show AST"
},
{
"command": "semgrep.showAstNamed",
"title": "Semgrep: Show named AST",
"when": "semgrep.cli.minor >= 36 || config.semgrep.ignoreCliVersion"
},
{
"command": "semgrep.search",
"title": "Semgrep: Search by pattern",
Expand Down
Loading