Skip to content

Commit

Permalink
added folding provider to add foldings for each aspect
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakae committed Sep 26, 2024
1 parent dc7fc92 commit 68da75b
Show file tree
Hide file tree
Showing 7 changed files with 670 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ import {
SafetyConstraint,
SystemConstraint,
SystemResponsibilities
} from "../generated/ast";
import { StpaServices } from "./stpa-module";
import { collectElementsWithSubComps, elementWithName, elementWithRefs } from "./utils";
} from "../../generated/ast";
import { StpaServices } from "../stpa-module";
import { collectElementsWithSubComps, elementWithName, elementWithRefs } from "../utils";

/**
* Default prefixes for the different STPA aspects.
Expand Down
Loading

0 comments on commit 68da75b

Please sign in to comment.