Skip to content

Commit 2194a44

Browse files
doc: update documentation
1 parent e6e4bdc commit 2194a44

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ VSCode extension package for ast-grep language server
44

55
## Features
66

7-
- Code linting
8-
- Code actions
9-
- Code search in opened documents
7+
- Code search
8+
- Code linting(\*)
9+
- Code actions(\*)
1010

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

1513
## Requirements
1614

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

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

0 commit comments

Comments
 (0)