-
Couldn't load subscription status.
- Fork 0
faq
Olga Naumenko edited this page May 17, 2023
·
1 revision
- invoke
source ~/.runtime_env.shshell command and try again.
- in VSCode inovke
Run UTBot: Quickstart Wizardcommand from the Command palletteShift + Ctrl + PorF1
- Open
UTBot explorerfrom left corner or press F1 and typeView: Show UTBot explorer - In
UTBOT FOLDERSmark source as UTBot Source Foldersrc,lib,build\src,build\lib
- in VSCode inovke
UTBot: Reset cache and configure projectcommand from the Command palletteShift + Ctrl + PorF1
- in VSCode inovke
UTBot: Reset cache and configure projectcommand from the Command palletteShift + Ctrl + PorF1
- Check if utbot server is up
- in VSCode inovke
Developer: Reload Windowcommand from the Command palletteShift + Ctrl + PorF1
- kill all utbot server instance and run new one.
ps aux | grep "utbot server" | grep -v grep | awk '{print $2;}' | xargs kill