NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Just installed TS 24.0 64-bit and every time I open the SeqEditor, VS Code opens with a random Microsoft cli.js file

Solved!
Go to solution

If I close VS code, it immediately reopens. This continues until I close the sequence editor.

0 Kudos
Message 1 of 3
(135 Views)

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

0 Kudos
Message 2 of 3
(113 Views)
Solution
Accepted by topic author blackburnitearmy

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

Message 3 of 3
(94 Views)