03-05-2025 01:04 PM
If I close VS code, it immediately reopens. This continues until I close the sequence editor.
Solved! Go to Solution.
03-05-2025 01:55 PM
Is there any way to stop TS from trying to automatically install the python VSIX on launch located here:
C:\Program Files\National Instruments\TestStand 2024\AdapterSupport\Python
03-05-2025 04:06 PM
Problem is VS code is set to run as administrator, which results in a timeout seen in the log due to the windows confirmation popup asking "do you want to allow the app to make changes to your device"
VersionSelector_UpdateExternalEnvironments.log
Not running VS code as admin fixes it, but I don't want that, so instead, if you comment out the contents of ADESupport.cfg in the following two locations, it will stop trying to install the VSIX extension
C:\Program Files\National Instruments\TestStand 20xx\VersionSelector
C:\Program Files (x86)\National Instruments\TestStand 20xx\VersionSelector