poochie89 / SnipDo-Extensions

SnipDo extensions and advanced guide
128 stars 1 forks source link

The program filters or eliminates specific PowerShell code snippets param() after the plugin is installed. #125

Open zhxiyao opened 1 month ago

zhxiyao commented 1 month ago

After trying to install the plugin, the software automatically removes the code from the parameter passing section: For example in Dictionary.pbar: image

in which the following part was be deleted:

param( [string]$DICT_LANGUAGE, [string]$PLAIN_TEXT )

Wondering if this is a restriction for free users?