paralleldrive / sudolang-llm-support

SudoLang LLM Support for VSCode
MIT License
1.07k stars 71 forks source link

Add VSCode launch configuration for extension host and fix syntax pattern mistake #15

Closed dwiyatci closed 2 months ago

dwiyatci commented 7 months ago

Hey! :) I was following the instructions in Get up and running straight away, it took me about half a day to figure out to make it work (also because I've been transitioning to use VSCode only since the beginning of this year, so yeah). Turns out:

  1. Launch configuration is needed to "Press F5 to open a new window with your extension loaded.".
  2. There's a syntax pattern mistake that makes the syntax highlighter fails to kick-in (actually I asked GPT-4 🤖🔮✨ to spot the mistake for me -> see screenshot).

gpt-demo cfapps eu12 hana ondemand com_webclient_standalone_ (4) copy

This PR should fix both. Cheers! 🍻