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 7f270b0 commit d935bb7Copy full SHA for d935bb7
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