mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-23 11:15:27 +00:00
Much more optimized error regex
This commit is contained in:
parent
960597e324
commit
7dd1699dbe
2 changed files with 5 additions and 1 deletions
|
@ -22,6 +22,10 @@ connection.onInitialize((params): vsclang.InitializeResult => {
|
|||
};
|
||||
});
|
||||
|
||||
connection.onExit(() => {
|
||||
|
||||
})
|
||||
|
||||
documents.onDidOpen((event) => {
|
||||
preprocess(event.document)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue