Skip to content

Commit

Permalink
feat: custom bundle (#313)
Browse files Browse the repository at this point in the history
* custom bundle

* feat: custom bundling

* feat: custom bundling

improved debugging documentation to punch CI
  • Loading branch information
lifeart committed Oct 9, 2021
1 parent a15f668 commit 9bbb9dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This guide has been constructed based on an Emacs debugging session. We used std

## Approach

We will install EULS locally. ELS is running in nodejs, which we will instrument to enable debugging. We will visit the logs in a Chromium based browser.
We will install uELS locally. ELS is running in nodejs, which we will instrument to enable debugging. We will visit the logs in a Chromium based browser.

## Fetching EULS
## Fetching uELS

In order to debug the sources, we need to get hold of them and their dependencies.

### Getting the sources

Sources for EULS can be fetched from https://github.com/lifeart/ember-language-server
Sources for uELS can be fetched from https://github.com/lifeart/ember-language-server

git clone https://github.com/lifeart/ember-language-server.git

Expand Down Expand Up @@ -88,7 +88,7 @@ Most editors that have a language server integration will require some configura
:add-on? t
:server-id 'els))

We first followed the steps in "Fetching EULS", installing in `/home/madnificent/code/javascript/ember-language-server/`.
We first followed the steps in "Fetching uELS", installing in `/home/madnificent/code/javascript/ember-language-server/`.

We then adapted the integration code to the following:

Expand Down

0 comments on commit 9bbb9dd

Please sign in to comment.