Skip to content

Commit

Permalink
Update builtin-library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaveluy committed Sep 19, 2024
1 parent cb2209a commit fce0fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/docs/recipes/builtin-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ clientOptions: LanguageClientOptions = {
documentSelector: [{ scheme: 'file', language: 'mydsl' }, { scheme: 'builtin', language: 'mydsl' }],
}
```
**Warning:** It is discouraged to set `scheme` to `'*'`, as we do not want to build a Git revision when performing a Git diff.
**Warning:** It is discouraged to set `scheme` to `'*'`, as, for example, we do not want to build a Git revision when performing a Git diff.

0 comments on commit fce0fd8

Please sign in to comment.