Skip to content

Commit

Permalink
object dependencies note issue (#11)
Browse files Browse the repository at this point in the history
- add NOTE that we don't handle #includes yet
  • Loading branch information
ironsheep committed May 10, 2024
1 parent 936b10e commit bba08ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spin2/client/src/spin.object.dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ export class ObjectTreeProvider implements vscode.TreeDataProvider<Dependency> {
// process single-line non-doc comment
continue;
}
// FIXME: add #include handling if FlexSpin mode enabled!
const nonCommentLineRemainder: string = this.spinCodeUtils.getNonCommentLineRemainder(0, text);
const sectionStatus = this.spinCodeUtils.isSectionStartLine(text);
if (sectionStatus.isSectionStart) {
Expand Down

0 comments on commit bba08ee

Please sign in to comment.