Skip to content

Commit

Permalink
Let's server-only-ify this thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Jan 6, 2017
1 parent ea30987 commit 83fe579
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 2,356 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
out
node_modules
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Ember.js Language Server (ELS)
# README

A [language server protocol] implementation for [Ember.js].
This is the server for the Ember Language Server, a [language server protocol]
implementation for [Ember.js].

[VS Code]: https://code.visualstudio.com
[language server protocol]: https://github.com/Microsoft/language-server-protocol
[Ember.js]: http://emberjs.com

Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions client/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions client/.vscode/launch.json

This file was deleted.

10 changes: 0 additions & 10 deletions client/.vscode/settings.json

This file was deleted.

30 changes: 0 additions & 30 deletions client/.vscode/tasks.json

This file was deleted.

9 changes: 0 additions & 9 deletions client/.vscodeignore

This file was deleted.

22 changes: 0 additions & 22 deletions client/License.txt

This file was deleted.

10 changes: 0 additions & 10 deletions client/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions client/package.json

This file was deleted.

44 changes: 0 additions & 44 deletions client/src/extension.ts

This file was deleted.

22 changes: 0 additions & 22 deletions client/test/extension.test.ts

This file was deleted.

22 changes: 0 additions & 22 deletions client/test/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions client/tsconfig.json

This file was deleted.

Loading

0 comments on commit 83fe579

Please sign in to comment.