You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "awesomeasaurus (via GitHub)" <gi...@apache.org> on 2023/06/30 17:20:08 UTC

[GitHub] [camel-karavan] awesomeasaurus commented on issue #776: Visual Studio Code Extension - "Loading" with no errors

awesomeasaurus commented on issue #776:
URL: https://github.com/apache/camel-karavan/issues/776#issuecomment-1614950653

   I had a similar issue in Windows which I solved by installing jbang using powershell and then assigning the newly created .jbang/bin folder in my PATH environment variables.
   
   These powershell lines came from the [Camel Getting Started from CLI directions](https://camel.apache.org/manual/getting-started.html):
   	iex "& { $(iwr https://ps.jbang.dev) } trust add https://github.com/apache/"
   	iex "& { $(iwr https://ps.jbang.dev) } app install --fresh --force camel@apache/camel"
   
   I believe I also needed to set Developer Mode to On in Windows Settings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org