You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Automatically restart language client when config or rules files change (#75)
* test: prepare test fixture and activate extension only once, before all other tests
* test: added speed target of 1s for tests in general and 3s for initialization test, otherwise mocha display a lot of red text
* feat: restart language client if sgconfig.yml or a rule file changes
* fix: cleaned up 4 nits. 1) fn name 'restartOnEdits'->'watchEditsToRestartLanguageClient' to convey that it does not immediately restart. 2) unsorted package.json dependencies which were automatically sorted by npm install. 3) removed a commented console.log statement. 4) Undid accidental upgrade of prettier from 3.0.0 to 3.4.0
* fix: attempting to resolve failing windows CI test by waiting longer for initial diagnostics to match their expectations, before actually testing diagnostic changes from file modifications
0 commit comments