Skip to content

Commit

Permalink
add diagnosticCollectionName to diagnostics (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmueller authored and shinnn committed Nov 12, 2018
1 parent 9303db6 commit eb07cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports.activate = ({subscriptions}) => {
}
}, {
documentSelector,
diagnosticCollectionName: 'stylelint',
synchronize: {
configurationSection: 'stylelint',
fileEvents: workspace.createFileSystemWatcher('**/{.stylelintrc{,.js,.json,.yaml,.yml},stylelint.config.js,.stylelintignore}')
Expand Down

0 comments on commit eb07cd7

Please sign in to comment.