Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unified-engine #13

Merged
merged 43 commits into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1ef3f86
Rewrite using unified-engine
remcohaszing Dec 9, 2021
576ab06
Implement document formatting
remcohaszing Dec 10, 2021
c1f48b4
Use message source as the diagnostic source
remcohaszing Dec 10, 2021
f85d97a
Configure each unified-engine setting individually
remcohaszing Dec 10, 2021
baf4f11
Use info diagnostic severity for non boolean fatal value
remcohaszing Dec 10, 2021
57f49e2
Clear diagnostics on document close
remcohaszing Dec 12, 2021
a870431
Implement document versions
remcohaszing Dec 12, 2021
e52478b
Restructure language server code for testability
remcohaszing Dec 12, 2021
12cae21
Add tests
remcohaszing Dec 13, 2021
4a122ba
Remove old code
remcohaszing Dec 13, 2021
f50a0f3
Rename mjs to js
remcohaszing Dec 13, 2021
a73947e
Cleanup configurations
remcohaszing Dec 13, 2021
7a7ca20
Remove vscode launch options
remcohaszing Dec 13, 2021
b490a85
Set emitDeclarationOnly true
remcohaszing Dec 13, 2021
136ad71
Update readme
remcohaszing Dec 14, 2021
ece1357
Update @types/sinon version range
remcohaszing Dec 14, 2021
2f54bf0
Fix broken links
remcohaszing Dec 14, 2021
0cf709e
Mention `.remarkrc` in to explain unified-engine
remcohaszing Dec 14, 2021
e4c1b82
Update README.md
remcohaszing Dec 14, 2021
4d23e35
Change author to @aecepoglu in readme
remcohaszing Dec 14, 2021
0b51ddc
State specific language servers are coming soon
remcohaszing Dec 14, 2021
da282d8
Remove line about unified version compatibility
remcohaszing Dec 14, 2021
d568fbe
Uncomment commented test
remcohaszing Dec 14, 2021
b81ea5d
Fix remark-lint issue
remcohaszing Dec 14, 2021
9e1ae9a
Remove optional chaining syntax
remcohaszing Dec 14, 2021
d93125c
Remove onDidChangeConfiguration
remcohaszing Dec 17, 2021
aa99237
Fix making multiple calls to unified-engine
remcohaszing Dec 18, 2021
1a3b5f2
Rename *LSP* to *Lsp*
remcohaszing Dec 19, 2021
2cc81fd
Rename UnifiedLanguageServerOptions to Options
remcohaszing Dec 19, 2021
36dc378
Fix type issue
remcohaszing Dec 19, 2021
07b2bd1
Add support for file watchers
remcohaszing Dec 21, 2021
98a5133
Avoid using question mark to allow nullish values
remcohaszing Dec 21, 2021
adc421f
Explain why some code is ignored for coverage
remcohaszing Dec 21, 2021
44b9595
Avoid destructuring events
remcohaszing Dec 21, 2021
a1965fb
Change jsdoc formatting
remcohaszing Dec 21, 2021
0cc834f
Use typedefs to import types
remcohaszing Dec 21, 2021
7b714d6
Move typedefs before imports
remcohaszing Dec 22, 2021
92f0f69
Move server.js into lib folder
remcohaszing Dec 22, 2021
3aaca3d
Remove CONFIGURATION.md
remcohaszing Dec 22, 2021
e187799
Remove defaultSource
remcohaszing Dec 22, 2021
9a67f86
Restructure files
remcohaszing Dec 22, 2021
5cc3ebf
Update index.js
remcohaszing Dec 23, 2021
b2ac673
Remove and gitignore package build
remcohaszing Dec 23, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
coverage/
node_modules/
*.log
*.d.ts
28 changes: 0 additions & 28 deletions .vscode/launch.json

This file was deleted.

182 changes: 0 additions & 182 deletions CONFIGURATION.md

This file was deleted.

Loading