mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Fix tslint warnings in json extension
This commit is contained in:
@@ -196,7 +196,7 @@ export function createScanner(text:string, ignoreTrivia:boolean = false):JSONSca
|
||||
function scanNext():SyntaxKind {
|
||||
|
||||
value = '';
|
||||
scanError = ScanError.None,
|
||||
scanError = ScanError.None;
|
||||
|
||||
tokenOffset = pos;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user