We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7699ff + d935bb7 commit b31beb8Copy full SHA for b31beb8
src/extension.ts
@@ -61,7 +61,8 @@ function createLangServer(): LanguageClient {
61
{language: 'python', scheme: 'untitled'},
62
{language: 'python', scheme: 'vscode-notebook-cell' },
63
{language: 'yaml', pattern: '**/.sourcery.yaml'},
64
- {language: 'yaml', pattern: '**/sourcery.yaml'}
+ {language: 'yaml', pattern: '**/sourcery.yaml'},
65
+ {language: 'yaml', pattern: '**/.sourcery/rules/*.yaml'}
66
],
67
synchronize: {
68
configurationSection: 'sourcery'
0 commit comments