Closed
Description
Hello Everyone,
So I'm having some fun trying to get the bash language server with the explainshell integration working.
I have the explainshell container running and my settings look like:
{
"files.autoSave": "afterDelay",
"editor.tabSize": 2,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/secrets": true
},
"ruby.lint": {
"rubocop": true,
"ruby": true, //Runs ruby -wc
},
"python.pythonPath": "/usr/local/opt/python@2/bin/python2.7",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.pylintPath": "/usr/local/bin/pylint",
"bashIde.explainshellEndpoint": "http://localhost:5000"
}
If I browse to localhost:5000 in my browser everything works 100%. The container access logs only show the browser requests and I do not see bash-language-server trying to communicate at all.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels