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 e6e4bdc commit 2194a44Copy full SHA for 2194a44
README.md
@@ -4,13 +4,11 @@ VSCode extension package for ast-grep language server
4
5
## Features
6
7
-- Code linting
8
-- Code actions
9
-- Code search in opened documents
+- Code search
+- Code linting(\*)
+- Code actions(\*)
10
11
-## Commands
12
-
13
-- `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.
14
15
## Requirements
16
@@ -32,4 +30,3 @@ brew install ast-grep
32
30
This extension contributes the following settings:
33
31
34
- `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