Greetings, I’m having a problem setting up the ser...
# adobe
l
Greetings, I’m having a problem setting up the server portion of the CFBuilder plugin for VS Code. FWIW, I am running CF2023 using CommandBox on my MacBook Air. What I’m trying to do is set up the sever section of the plugin. In the local server settings, I enter what I thought was the path to server, but I get the following message: Invalid server home When I go into the terminal and type box server info --verbose it gives me Server Home: /Users/larryclyons/.CommandBox/server/A97212312E0187463C865244A087EA30-aces-6090/adobe-2023.0.14.330784 which I assume is the path to the server. Or so I thought. I’m not sure what I’m doing wrong in this case, Any suggestions on getting this resolved will be very appreciated.
r
It's been a while since I've used that extension but I believe you need to append
/WEB-INF/cfusion
to the end of that path.
l
Thanks. Unfortunately that didn’t work.