-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Allow disposing server, add first LSP test (#326) * feat: Allow disposing server, add first LSP test * test: close connection before finishing * refactor: use stylelint namespace for custom event * feat: Add restart server command (#339) Closes #332 * test: add code actions on save end-to-end test (#341) * test: add code actions on save end-to-end test * test:test auto-fix on save after problem actions Quick hack to hopefully stabilize tests on CI for now * feat: Warn for old Stylelint regardless of lang ID (#340) Does not warn if Stylelint was resolved globally, only locally. * test: await functions that may return promises * fix: de-nest globs used for watching config files (#356) * fix: de-nest globs used for watching config files * test: update extension tests * docs: update changelog * fix: ts error (#471) * feat: Report ranges for diagnostics (#358) * feat: Report ranges for diagnostics * update snap * update changelog * update stylelint * Fixes server/modules/formatter tests (#450) Fix copied from original PR https://github.com/stylelint/vscode-stylelint/pull/426/files#diff-f2680deb1906c0920d4e4b4f73879a32a741ed4288aabb2a218a2eef48f38211 * update snapshot * update snapshot * fix * fix: test cases --------- Co-authored-by: yosuke ota <[email protected]> Co-authored-by: Chema Balsas <[email protected]> --------- Co-authored-by: Adaline Valentina Simonian <[email protected]> Co-authored-by: Chema Balsas <[email protected]>
- Loading branch information
1 parent
abcb3a6
commit 1222726
Showing
57 changed files
with
2,628 additions
and
1,178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.