Removed placeholder validation function

This commit is contained in:
Noah Santschi-Cooney 2018-06-04 21:39:59 +01:00
parent a4efc94d44
commit 513606542e
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48
4 changed files with 13 additions and 27 deletions

5
server/src/linter.ts Normal file
View file

@ -0,0 +1,5 @@
import * as vsclang from 'vscode-languageserver'
export function preprocess(document: vsclang.TextDocument) {
return
}