Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drafted VSCode plugin changes to Pysa docs #434

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions documentation/website/docs/pysa_running.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ The setup requires the following 4 types of files.
the directory containing the source code you want to analyze.
`taint_models_path` tells Pysa where to find the config and model files.

## IDE Integration
As of June 2021, we now provide a Pysa [extension for *VSCode*](https://marketplace.visualstudio.com/) with the following features:
- Syntax highlighting in `.pysa` and `taint.config` files
- Surfacing inline model-valdiation errors in `.pysa` files

## Example

Let's look at a simple taint analysis example. To follow along, create a
Expand Down