TPTP VS Code plugin for propositional logic. See tptp.org.
- git clone
- Open in VS Code.
- Get dependencies with
npm install - Compile with
npx tsc. This will "compile" the src/extension.ts file, and create an extension.js in the out folder. - Open the extension.js file in the out folder. Hit F5 to launch the Extension Development Host.
- Open or create a .fof file. This extension activates on .fof files only.