Skip to content

Commit

Permalink
Update SelectListView.js
Browse files Browse the repository at this point in the history
Update the line (13) as mentioned below to fix the issue. [OmniSharp#1]

Since we are modifying the file "atom-languageclient/index.js" to include the right folder ("dis/src" instead "src" in else). We need to modify this file to take the impact by adding a folder to this code at line 13.
Original:

atom.themes.requireStylesheet(require.resolve('../../../styles/select-list.less'));

Fix:

atom.themes.requireStylesheet(require.resolve('../../../../styles/select-list.less'));
  • Loading branch information
prabhugopal authored Sep 14, 2017
1 parent 71ca4d6 commit 16ecb3e
Showing 1 changed file with 2 additions and 2 deletions.
Loading

0 comments on commit 16ecb3e

Please sign in to comment.