cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does VS Code v2 extension simulation invoke fastcheck()

AntonioSousa
DynaMight Guru
DynaMight Guru

I have some code in fastcheck() in a v2 extension, but it seems it's not being invoked by the VS Code v2 extension simulation? Can someone confirm?

Antonio Sousa
1 REPLY 1

david_lopes
Dynatrace Mentor
Dynatrace Mentor

It doesn't, the fastcheck can be run via dt-sdk run --fastcheck

The VScode addon doesn't add the --fastcheck since that would quickly exit the simulation after running the fast check

 

Featured Posts