@@ -77,19 +77,19 @@ <h2>👋 Welcome to "UTBot: Quickstart" Wizard! </h2>
7777 </ div >
7878
7979 < div class ="utbot-form__tab connection-tab " vs-message-callback ="sendServerSetup() ">
80- < h2 > 🖥️ Server Setup</ h2 >
80+ < h2 > 🖥️ Server Setup</ h2 >
8181 < div id ="useLocalHostSetup ">
82- < input type ="checkbox " id ="useLocalHost " onclick ="setupLocalHost (); ">
82+ < input type ="checkbox " id ="useLocalHost " onclick ="handleOnOffDefaultConfigurationOnLocalhost (); ">
8383 < label for ="useLocalHost "> Default server configuration on < b > < code > localhost</ code > </ b > (or WSL2)</ label >
8484 </ div >
8585 < br >
8686
8787 < span style ="display: grid; grid-template-columns: auto auto ">
88- < b > 📶 Connection</ b >
88+ < b > 📶 Connection</ b >
8989 < span >
9090 < span id ="connection_loader "> ⏳ Connecting...</ span >
91- < span id ="connection_success "> ✔️Successfully pinged server! </ span >
92- < span id ="connection_warning " format ="⚠️Warning ! Versions are different: "> </ span >
91+ < span id ="connection_success "> ✔️ Successfully pinged server! </ span >
92+ < span id ="connection_warning " format ="⚠️ Warning ! Versions are different: "> </ span >
9393 < span id ="connection_failure "> ❌ Failed to establish connection! </ span >
9494 </ span >
9595 </ span >
@@ -173,7 +173,7 @@ <h2>📑️ Project Setup</h2>
173173 </ div >
174174
175175 < div class ="utbot-form__tab ">
176- < div > < b > 🎉Success!</ b > </ div >
176+ < div > < b > 🎉 Success!</ b > </ div >
177177 < div >
178178 UTBot extension was successfully configured, and now you are ready to use all its functionality.< br >
179179 If you want to learn more about UTBot C/C++ or you have ay questions related to its usage, please,
0 commit comments