-
Notifications
You must be signed in to change notification settings - Fork 3
feat: support custom initializationOptions #36
Conversation
Codecov Report
@@ Coverage Diff @@
## master #36 +/- ##
=======================================
Coverage 65.18% 65.18%
=======================================
Files 11 11
Lines 293 293
Branches 20 20
=======================================
Hits 191 191
Misses 102 102
Continue to review full report at Codecov.
|
@felixfbecker Do I need to bump the |
yep |
🎉 This PR is included in version 1.1.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
That's weird indeed. Will investigate |
I released |
Ok, thanks. I'm seeing a source map warning, not sure if it's related:
|
Well sources are not published nor inlined, but that doesn't sound related to the release issue? |
Gotcha, yeah it's not related. |
This lets consumers provide custom
initializationOptions
for all workspaces.This subsumes #11 which included workarounds for go-langserver prior to sourcegraph/go-langserver#373