-
Notifications
You must be signed in to change notification settings - Fork 0
faq
Olga Naumenko edited this page May 17, 2023
·
1 revision
- 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
- in VSCode inovke
UTBot: Reset cache and configure project
command from the Command palletteShift + Ctrl + P
orF1
- in VSCode inovke
UTBot: Reset cache and configure project
command from the Command palletteShift + Ctrl + P
orF1
- 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