You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Firstly thanks for the wonderful tool that is Wails. Loving it
Is there any way in VsCode to enable the Browser (at localhost:34115) as one can when running 'wails dev'. Essentially I want to enable the breakpoints in Go using vscode while using wails dev. While I am able to enable breakpoints in vscode, I am unable to access it in localhost:34115 which I could do if i were to run wails dev in terminal.
In the args section of tasks.json, I tried added 'browser' like
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Firstly thanks for the wonderful tool that is Wails. Loving it
Is there any way in VsCode to enable the Browser (at localhost:34115) as one can when running 'wails dev'. Essentially I want to enable the breakpoints in Go using vscode while using wails dev. While I am able to enable breakpoints in vscode, I am unable to access it in localhost:34115 which I could do if i were to run wails dev in terminal.
In the args section of tasks.json, I tried added 'browser' like
but that hasnt worked.
My full tasks.json is given below
Beta Was this translation helpful? Give feedback.
All reactions