Skip to content

Commit

Permalink
Add a TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed Mar 7, 2019
1 parent 94ad16b commit 7eaaea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/unittests/codeLenses/testFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ function getFunctionCodeLens(file: Uri, functionsAndSuites: FunctionsAndSuites,
if (functions.length === 0) {
return [];
}
// tslint:disable-next-line:no-suspicious-comment
// TODO: What is this???
if (functions.length === 0) {
return [
new CodeLens(range, {
Expand Down

0 comments on commit 7eaaea5

Please sign in to comment.