# Important notes and limitations of MCUXpresso Tasks automation framework ## Workspace Trust VS Code comes with the Workspace Trust feature that let's you decide whether a given folder, with its content, opened inside VS Code is to be trusted. This implies UI interaction and user consent is required in order for a given folder to be considered trusted. This impacts the execution of tasks. Therefore, you need to ensure that the Workspace Trust is disabled when executing MCUXpresso Tasks. In order to disable Workspace Trust feature, you must start VS Code with the `--disable-workspace-trust` switch. This will ensure that MCUXpresso for VS Code extension is able to automatically manage projects without user intervention. ## Extensions restart when first workspace folder is changed. There is a known issue with VS Code that is encountered when the first workspace folder is changed. More details can be found on [GitHub (issue/69335)](https://github.com/microsoft/vscode/issues/69335). MCUXpresso for VS Code extension needs to workaround the above mentioned issue by adding and removing dummy folders in the VS Code workspace. This happens behind the scenes, but cannot fully avoid the extensions restart.