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 3775bd7 commit 5ab8d03Copy full SHA for 5ab8d03
jsEngine/settings/Settings.ts
@@ -112,6 +112,7 @@ export class JsEnginePluginSettingTab extends PluginSettingTab {
112
const settings = this.plugin.settings;
113
if (enable) {
114
settings.startupScripts.push(file.path);
115
+ void this.plugin.api.internal.executeFileSimple(file.path);
116
} else {
117
settings.startupScripts.remove(file.path);
118
}
0 commit comments