Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit c72e709

Browse files
committed
Update description for showUnknownMembers
1 parent d427f03 commit c72e709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Main.coffee

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ module.exports =
6262
showUnknownMembers:
6363
title : 'Show unknown members (experimental)'
6464
description : '''
65-
Highlights class members that could not be found. Note that this can a large strain on performance.
65+
Highlights class members that could not be found. Note that this can be a large strain on performance.
66+
It is also experimental and might show false positives (especially inside conditionals).
6667
'''
6768
type : 'boolean'
6869
default : false

0 commit comments

Comments
 (0)