keyboardDrummer / cloudformation-ide-tooling

Rich editor tooling for CloudFormation Templates for various editors such as Visual Studio Code
MIT License
11 stars 1 forks source link

failed to install the tool #10

Open Gftakla opened 4 years ago

Gftakla commented 4 years ago

Hi, I followed the direction to install the tool using "sbt languageServerJVM/fastvscode" steps: 1- I installed sbt ver 1.3.10 2- ran sbt languageServerJVM/fastvscode 3- sbt ended with errors [error] Expected ';' [error] languageServerJVM/fastvscode^ 4- the tool is not working in VSCode as it does in the browser

please advise

keyboardDrummer commented 4 years ago

Could you past the entire output that you get?

Also, could you try first starting sbt in interactive mode by just running sbt, and then running languageServerJVM/fastvscode ?

Gftakla commented 4 years ago

Hi Remy

I ran the command first and it ended with that error. every time I re-run, it only display the message I shared

I also ran it in SBT interactive mode and go the same

running sbt: C:\Users\gtakla\sbt>sbt [info] Loading project definition from C:\Users\gtakla\sbt\project [info] Set current project to sbt (in build file:/C:/Users/gtakla/sbt/) [info] sbt server started at local:sbt-server-ba683f4f22302f198445 sbt:sbt> l sbt:sbt> languageServerJVM/fastvscode [error] Expected ';' [error] languageServerJVM/fastvscode [error] ^ sbt:sbt>

On Fri, May 15, 2020 at 2:45 AM Remy Willems notifications@github.com wrote:

Could you past the entire output that you get?

Also, could you try first starting sbt in interactive mode by just running sbt, and then running languageServerJVM/fastvscode ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keyboardDrummer/cloudformation-ide-tooling/issues/10#issuecomment-629141137, or unsubscribe https://github.com/notifications/unsubscribe-auth/APGO5PMIH5CUKNFYJRLD2KTRRUFMVANCNFSM4NAZBI3A .

Gftakla commented 4 years ago

Please see the output calling LanguageServerJVM in SBT interactive mode

[info] Loading project definition from C:\Users\gtakla\sbt\project [info] Set current project to sbt (in build file:/C:/Users/gtakla/sbt/) [info] sbt server started at local:sbt-server-ba683f4f22302f198445 sbt:sbt> languageServerJVM [error] Expected ';' [error] Not a valid command: languageServerJVM [error] Not a valid project ID: languageServerJVM [error] Expected ':' [error] Not a valid key: languageServerJVM [error] languageServerJVM [error] ^

On Fri, May 15, 2020 at 10:52 AM George Takla georgeftakla@gmail.com wrote:

Hi Remy

I ran the command first and it ended with that error. every time I re-run, it only display the message I shared

I also ran it in SBT interactive mode and go the same

running sbt: C:\Users\gtakla\sbt>sbt [info] Loading project definition from C:\Users\gtakla\sbt\project [info] Set current project to sbt (in build file:/C:/Users/gtakla/sbt/) [info] sbt server started at local:sbt-server-ba683f4f22302f198445 sbt:sbt> l sbt:sbt> languageServerJVM/fastvscode [error] Expected ';' [error] languageServerJVM/fastvscode [error] ^ sbt:sbt>

On Fri, May 15, 2020 at 2:45 AM Remy Willems notifications@github.com wrote:

Could you past the entire output that you get?

Also, could you try first starting sbt in interactive mode by just running sbt, and then running languageServerJVM/fastvscode ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keyboardDrummer/cloudformation-ide-tooling/issues/10#issuecomment-629141137, or unsubscribe https://github.com/notifications/unsubscribe-auth/APGO5PMIH5CUKNFYJRLD2KTRRUFMVANCNFSM4NAZBI3A .

keyboardDrummer commented 4 years ago

From the interactive mode, you should run languageServerJVM/fastvscode. I've found that there might be an issue when not using interactive mode, so I'll look into that tomorrow. Thanks for the feedback :)

roberto-sebastiano commented 3 years ago

it still doesn't work

same issue, even when running from interactive mode: sbt:laptop> languageServerJVM/fastvscode [error] Expected ID character [error] Not a valid command: languageServerJVM [error] Expected project ID [error] Expected configuration [error] Expected ':' [error] Expected key [error] Not a valid key: languageServerJVM [error] languageServerJVM/fastvscode [error] ^

Without this the Vscode extension doesn't work at all