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 484c51c commit 6cc23ceCopy full SHA for 6cc23ce
src/extension.ts
@@ -181,4 +181,4 @@ export function activate(context: vscode.ExtensionContext) {
181
);
182
}
183
// this method is called when your extension is deactivated
184
-export function deactivate() {}
+// export function deactivate() {}
src/rails_definition.ts
@@ -1,3 +1,4 @@
1
+/* eslint-disable prefer-rest-params */
2
'use strict';
3
4
import vscode from 'vscode';
@@ -7,7 +8,6 @@ import {
7
8
dectFileType,
9
findFiles,
10
getSubPathBySymbol,
- wordsToPath,
11
} from './utils';
12
import { NavigationHelper } from './navigation/navigation_helper';
13
import { PATTERNS } from './constants';
0 commit comments