We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64498c0 commit 07bd60bCopy full SHA for 07bd60b
src/diagnostic.ts
@@ -14,7 +14,7 @@ import { readFileSync } from 'fs';
14
export function createSyntaxScriptDiagnosticReport(filePath: string,fileContent?:string): FullDocumentDiagnosticReport {
15
const isSyx: boolean = filePath.endsWith('.syx');
16
17
- const items:Diagnostic[] = [{message:'Base',range:{end:{character:0,line:1},start:{character:0,line:0}},severity:DiagnosticSeverity.Warning,source:'syntax-script'}];
+ const items:Diagnostic[] = [];
18
19
try {
20
0 commit comments