-
Notifications
You must be signed in to change notification settings - Fork 30
faq
Vladislav Kalugin edited this page Feb 22, 2022
·
8 revisions
- invoke
source ~/.runtime_env.sh
shell command and try again.
- in VSCode inovke
Run UTBot: Quickstart Wizard
command from the Command palletteShift + Ctrl + P
orF1
- Open
UTBot explorer
from left corner or press F1 and typeView: Show UTBot explorer
- In
UTBOT FOLDERS
mark source as UTBot Source Foldersrc
,lib
,build\src
,build\lib
- Delete build directory from your project path
- Delete build directory from your project path
- Check if utbot server is up
- in VSCode inovke
Developer: Reload Window
command from the Command palletteShift + Ctrl + P
orF1
- kill all utbot server instance and run new one.
ps aux | grep "utbot server" | grep -v grep | awk '{print $2;}' | xargs kill