Commit 7f013c7
authored
fix failure to start with emacs/lsp-mode (#507)
initializationOptions was null (it's optional but the vscode client
always sets it), which resulted in this traceback:
TypeError: Cannot read property 'svelte' of undefined
+ at LSConfigManager.update (.../dist/src/ls-config.js:61:46)
+ at PluginHost.updateConfig (.../PluginHost.js:29:21)
...snip...
Fixes regression from #4111 parent 58a4d69 commit 7f013c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments