@workbench-stack/server-monaco
v0.0.18-33
Published
xterm server services for Node
Readme
To run tests
`npm link`
`npm link @xtermstack/xterm-server-core`
`npm install`
`tsc`
`npm run test`// needed packages for go language
(commants execute in workbench root )
gocodefor hints https://github.com/nsf/gocodeexport GOPATH=$HOME/goprojects(path to workbench-stack) export PATH=$PATH:$GOPATH/bin go get -u github.com/nsf/gocodegodeffo hover, for definition https://github.com/buaazp/Godefgo get -v github.com/rogpeppe/godef
go get -v golang.org/x/tools/cmd/guru
goreturnsfor format https://github.com/sqs/goreturnsgo get -u sourcegraph.com/sqs/goreturns
go-outlineforgo to Symbolcommand (context menu) https://github.com/lukehoban/go-outlinego get -u github.com/lukehoban/go-outline
// need tsserver fro ts/js language
