hsen-dev / vscode-elastic

Elasticsearch for VSCode
https://marketplace.visualstudio.com/items?itemName=ria.elastic
The Unlicense
165 stars 27 forks source link

extension seems not to work on Linux #40

Open kuntergunt opened 5 years ago

kuntergunt commented 5 years ago

I can neither set the host address with the command ES: Elastic: Set Host command 'elastic.setHost' not found nor can I, after manually configuring the host in a .esenv file, make a query run command 'elastic.execute' not found

I am on Ubuntu 18.04.1 LTS VSCode is 1.31.0 Elasticsearch for VSCode is 0.13.3

Reinstalling the extension did not resolve the issue.

krasoffski commented 4 years ago

Hm, I also have Xubuntu and this extension works without issues.

sanket-valani commented 4 years ago

Works fine for me with same extension version OS: Linux x64 5.7.7-arch1-1 VS code version: 1.47.1

sailingpalmtree commented 3 years ago

Same issue as OP.

Ubuntu 18.04.5 LTS VSCode is 1.53.2 Elasticsearch for VSCode is 0.13.3

miozus commented 2 years ago

Same issue.

MacOSX: 11.6 BigSur VSCode: 1.61.2 Elasticsearch for VSCode v0.13.3

tomasWade commented 2 years ago

linux(KDE) , Same problom. But It's work fine after below 1 reinstall plugin 2 update vscode 3 new directory 4 open directory in trust 5 create a file with .es extension 6 save file 7 input some code , eg: GET _cat/health 8 dialog should be pop up. if not ,ctrl + shif + p and execute elastic.setHost 9 It's worked !