mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-23 11:15:27 +00:00
Removed placeholder validation function
This commit is contained in:
parent
a4efc94d44
commit
513606542e
4 changed files with 13 additions and 27 deletions
5
server/src/linter.ts
Normal file
5
server/src/linter.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import * as vsclang from 'vscode-languageserver'
|
||||
|
||||
export function preprocess(document: vsclang.TextDocument) {
|
||||
return
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue