Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium User
Extension not working
Hi,
I've just installed the extension, first from the extensions menu and second from the terminal console. Although it says installation was successful, none of the Extjs menu commands work, such as "Edit ExtJS plugin configuration", "New Ext JS Class" etc. The error I get is "command 'extension.vscode-extjs.xxx' not found". Also the "Go to definition" action does not work.
I have installed the latest VS Code version: 1.7.1 on Microsoft windows.
Thanks,
Rob
-
Same here... Nothing is working. Always gettings things like "command 'extension.vscode-extjs.startAppWatch' not found". Go to defintion does not work, too. Running Code 1.7.1.
-
Sencha - Product Team
Hi!
Thanks for downloading VS Code plugin. Can you please open Command Palette in VS Code with command
cmd+shift+p on Mac or ctrl+shift+p on windows
Select "Show Ext JS Plugin Log File"
Please see the log file for any issue. Please post the log file here, so we can help you with issue. Thx!
-
Sencha Premium User
Tried this, but also this showLogs command does not work I get the same error: "command 'extension.vscode-extjs.showLogs' not found". Where can I find the log file on disk?
-
Jupp... Same here "command 'extension.vscode-extjs.showLogs' not found".
-
Ah found a logfile within "C:\Users\geek0r\AppData\Local\Sencha\VSCode" ...
Only entry is:
"2016-11-11T09:08:10.876Z - info: tern executable path :C:\Users\geek0r\.vscode\extensions\Sencha.vscode-extjs-1.0.0\tern\win32\tern-win32"
-
Sencha Premium User
Thanks geek0r, my log also show only one entry:
2016-11-11T08:01:51.144Z - info: tern executable path : C:\Users\Rob\.vscode\extensions\Sencha.vscode-extjs-1.0.0\tern\win32\tern-win32
-
Sencha - Product Team
What is your windows version?
On my Windows 10, I see long log starting with this
2016-11-11T16:59:30.230Z - info: tern executable path : C:\Users\adwan\.vscode\extensions\Sencha.vscode-extjs-1.0.0\tern\win32\tern-win32
2016-11-11T16:59:30.261Z - info: tern executable permission granted
2016-11-11T16:59:32.730Z - info: [tern output] - environment: unknown (tern v233)
2016-11-11T16:59:32.914Z - info: [tern output] - found config.json at c:\Users\adwan\Documents\vscode\projects\2\.sencha\ide\config.json
contents:
{}
include [ 'C:\\Users\\adwan\\Documents\\vscode\\projects\\2' ]
....
-
Sencha Premium User
-
Sencha User
@seg are you able to run the following command through command prompt? Let us know the results.
icacls "C:\Users\Rob\.vscode\extensions\Sencha.vscode-extjs-1.0.0\tern\win32\tern-win32.exe" /grant Everyone:F
Thanks