repowisestage 0.0.56 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/repowise.js +2 -0
- package/package.json +1 -1
package/dist/bin/repowise.js
CHANGED
|
@@ -9676,6 +9676,8 @@ async function startListener() {
|
|
|
9676
9676
|
const freshConfig = await getListenerConfig();
|
|
9677
9677
|
config2.repos = freshConfig.repos;
|
|
9678
9678
|
config2.lspOverrides = freshConfig.lspOverrides;
|
|
9679
|
+
config2.lspEnabled = freshConfig.lspEnabled;
|
|
9680
|
+
config2.lspAutoWarm = freshConfig.lspAutoWarm;
|
|
9679
9681
|
} catch {
|
|
9680
9682
|
}
|
|
9681
9683
|
}
|