Skip to content

Commit b3fcc89

Browse files
committed
Fix 'use scrict'
1 parent 59ffbb1 commit b3fcc89

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

vscode-wpilib/src/deploydebugapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use scrict';
1+
'use strict';
22
import * as vscode from 'vscode';
33
import { ICodeDeployer, IDeployDebugAPI } from './api';
44
import { localize as i18n } from './locale';

vscode-wpilib/src/shared/exampletemplateapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use scrict';
1+
'use strict';
22

33
import * as path from 'path';
44
import * as vscode from 'vscode';

vscode-wpilib/src/shared/vendorexamples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use scrict';
1+
'use strict';
22

33
import * as jsonc from 'jsonc-parser';
44
import * as path from 'path';

vscode-wpilib/src/toolapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use scrict';
1+
'use strict';
22
import * as vscode from 'vscode';
33
import { IExternalAPI, IToolAPI, IToolRunner } from './api';
44
import { localize as i18n } from './locale';

vscode-wpilib/src/vendorlibraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use scrict';
1+
'use strict';
22

33
import * as path from 'path';
44
import * as vscode from 'vscode';

0 commit comments

Comments
 (0)