File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ combination of the following:
2222- _ eslint_ (ts) highlight warnings and errors based on project linting settings
2323
2424In order to provide this union of functionality, IDEs like VSCode must manage
25- four separate language server processes and then handle the dispatch and
25+ three separate language server processes and then handle the dispatch and
2626synchronization of all edits and user inputs to each one. What this means in
2727practice is that in the example above, if you hover over a symbol, that hover
28- should be sent to each of the typescript, tailwind, htmx, and eslint servers.
28+ should be sent to each of the typescript, tailwind, and eslint servers.
2929Then any hints, overlays that any of them have should be collated and displayed
3030at that point. This is a complex process, and furthermore it is required that it
3131be duplicated inside every single IDE that wants to use more than one language
You can’t perform that action at this time.
0 commit comments