Skip to content

Commit 7cb3d0e

Browse files
authored
Merge pull request #138 from skogsbaer/programflow-visualization
Add ProgramFlow-Visualization plugin
2 parents 1da5bc1 + 84aead4 commit 7cb3d0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4030
-942
lines changed

.github/workflows/github-action-test-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ jobs:
2222
- name: Test
2323
run: |
2424
cd python && ./allTestsForPyVersion
25+
- name: Test pytrace-generator
26+
run: |
27+
python3 python/src/runYourProgram.py --install-mode installOnly
28+
python3 pytrace-generator/test/runTests.py

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ python/deps/untypy/examples/**
1515
python/tests/*
1616
python/file-tests/*
1717
python/integration-tests/*
18+
pytrace-generator/test/**

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Please report them in the [issue tracker](https://github.com/skogsbaer/write-you
241241

242242
You can debug the extension from Visual Studio Code:
243243

244+
* `npm install`
244245
* Open the main folder of the plugin with vscode.
245246
* Open the file `extension.ts`.
246247
* Choose "Run" from the menu, then "Start Debugging".

0 commit comments

Comments
 (0)