Skip to content

Commit

Permalink
doc: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Feb 13, 2024
1 parent e6e4bdc commit 2194a44
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ VSCode extension package for ast-grep language server

## Features

- Code linting
- Code actions
- Code search in opened documents
- Code search
- Code linting(\*)
- Code actions(\*)

## Commands

- `ast-grep.search`
Note, code linting and code actions requires [setting up `sgconfig.yml`](https://ast-grep.github.io/guide/scan-project.html) in your workspace root.

## Requirements

Expand All @@ -32,4 +30,3 @@ brew install ast-grep
This extension contributes the following settings:

- `astGrep.serverPath`: Specify the language server binary path.
- `astGrep.configPath`: Customize ast-grep config file path relative. Default is `sgconfig.yml`.

0 comments on commit 2194a44

Please sign in to comment.