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 1efd689 commit 02c8674Copy full SHA for 02c8674
README.md
@@ -56,7 +56,7 @@ $ sql-language-server up --method stdio
56
57
There are two ways to use configuration files.
58
59
-- Set personal configuration file(~/.config/sql-language-server/sqllsrc.json)
+- Set personal configuration file(~/.config/sql-language-server/.sqllsrc.json)
60
- Set project configuration file on your project root(\${YOUR_PROJECT/.sqllsrc.json})
61
62
#### Example for personal configuration file
@@ -104,7 +104,7 @@ There are two ways to use configuration files.
104
}
105
```
106
107
-Please restart sql-language-server process after create .sqlrc.json.
+Please restart sql-language-server process after create .sqllsrc.json.
108
109
#### Parameters
110
0 commit comments