-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Enhance security by ensuring newly detected Python scripts are disabled by default. Users must explicitly enable scripts they trust before execution.
- Modify script discovery logic (
updateAndSyncCommands
or similar inpython_executor.ts
). - When a new
.py
file is found (not present inplugin.settings.scriptActivationStatus
), add it to the status object with a value offalse
. - Ensure
saveSettings
is called after updating the status. - Verify in UI that new scripts appear with the "Script Enabled" toggle off.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request