-
-
Notifications
You must be signed in to change notification settings - Fork 25
Developing the extension
hiaux0 edited this page Mar 23, 2020
·
1 revision
- Clone the repo locally
- To test changes
- Go to the debug section of VSCode
- Run
client
- You can also debug the
server
, but here you may have to uncomment this line
"processId": "${command:PickProcess}",
- Pick port 6100 (the server runs here)
(1): Client Handle VSCode specific logic.
Results given by the Server
(2): Server (aka. Language server)
Handles language specific logic (in our case, the "Aurelia language". More generally for instance, Typescript also has its language server implementation)