Skip to content

Commit 3c807d1

Browse files
[symbol-provider-ctags] Fix typo
1 parent 41ca0db commit 3c807d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/symbol-provider-ctags/lib/ctags-provider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class CtagsProvider {
163163
}
164164

165165
getLanguage(editor) {
166-
if (['.cson', '.gyp'].includes(path.extname(this.path))) {
166+
if (['.cson', '.gyp'].includes(path.extname(this.getPath()))) {
167167
return 'Cson';
168168
}
169169

0 commit comments

Comments
 (0)