Skip to content

Commit

Permalink
Make a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Feb 27, 2019
1 parent 48675d6 commit f345cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lints/disallowVscodeInDebuggersRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", { value: true });

const Lint = require("tslint");

// These files aren't part of the debug adapters and should probably be separated
// into another folder at some point.
// These files aren't part of the debug adapters and
// TODO: should probably be separated into another folder at some point.
const excludedPaths = ["src/debug/flutter_run.ts", "src/debug/flutter_test.ts"]

class Rule extends Lint.Rules.AbstractRule {
Expand Down

0 comments on commit f345cfb

Please sign in to comment.