Skip to content

Commit 6cc23ce

Browse files
committed
refactor
1 parent 484c51c commit 6cc23ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ export function activate(context: vscode.ExtensionContext) {
181181
);
182182
}
183183
// this method is called when your extension is deactivated
184-
export function deactivate() {}
184+
// export function deactivate() {}

src/rails_definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable prefer-rest-params */
12
'use strict';
23

34
import vscode from 'vscode';
@@ -7,7 +8,6 @@ import {
78
dectFileType,
89
findFiles,
910
getSubPathBySymbol,
10-
wordsToPath,
1111
} from './utils';
1212
import { NavigationHelper } from './navigation/navigation_helper';
1313
import { PATTERNS } from './constants';

0 commit comments

Comments
 (0)