vsce-sourcetrail
vsce-sourcetrail copied to clipboard
Can't start sourcetrail server.
VSCode Version: 1.43.2 SourceTrail Version:0.0.2
sourcetrail server can't be started after vscode lanuched. Any steps I missed?
Oh, it looks like there is some confusion here. vsce-sourcetrail is just the lightweight plugin for the vs code editor that synchronizes the Sourcetrail app (https://github.com/CoatiSoftware/Sourcetrail) with VSCode.
Oh, it looks like there is some confusion here. vsce-sourcetrail is just the lightweight plugin for the vs code editor that synchronizes the Sourcetrail app (https://github.com/CoatiSoftware/Sourcetrail) with VSCode.
OK. How to use this vsce-sourcetrail in vscode editor? I need to download sourcetrail and run it even thought I install vsce-sourcetrail this extension in vscode editor? Any document to provide?
https://www.sourcetrail.com/documentation/#CodeEditorPlugins
Although I followed the specified instructions in the above link I still get the same error when I run "Sourcetrail: (Re)start server".
Error:
Sourcetrail - Cant send message: is Sourcetrail running?
@bballamudi: which version of Sourcetrail are you using, and is it running and does it have a project open that contains the source file that you have open in VS?
VSCode Version: 1.43.2 SourceTrail Version:0.0.2
sourcetrail server can't be started after vscode lanuched. Any steps I missed?
I meet the same problem, too. Because you used proxy. Turn off the proxy and it will work.
Although I followed the specified instructions in the above link I still get the same error when I run "Sourcetrail: (Re)start server".
Error:
Sourcetrail - Cant send message: is Sourcetrail running?
I meet the same, too. Although I followed the specified instructions, the error still exists.
Worked for me when I interchanged the port numbers (twice., making them back to original) in both Sourcetrail and VSCode extension settings. Windows user -> checked whether the ports are live using cmd prompt > netstat -a -n -o | find "6666". Can not explain how and why as I have insufficient knowledge (noob) on the topic.