haz / vscode-pddl

Planning Domain Description Language (PDDL) grammar, syntax highlighting, code snippets, parser and planner integration for Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributing to vscode-pddl extension

Are you looking for the End-user documentation.

Building extension

Run npm install.

This will ensure the extension dependencies are downloaded using the --no-optional switch.

Packaging extension

Install the VS Code extension packaging tool:

npm install -g vsce

The extension must be packaged on computers that have the npm version <= 5.5.1 installed globally. This is because of an issue with optional dependencies that vsce is wrongly enforcing via the npm list --production --parsable --depth=99999 command.

Extension packaging and publishing is automated by the client/publish.cmd script - obviously only defined for Windows.

Making a release

Modify following files:

  • Update the version in client/package.json
  • Update the version in client/publish.cmd
  • Add section about new features and fixes on top of the client\CHANGELOG.md and refer to Git tag at the bottom of the file
  • Add end-user documentation about new features to client\README.md

Credits

Icons made by Pixel perfect from www.flaticon.com is licensed by CC 3.0 BY.

Development of this extension was supported by Schlumberger. Visit careers.slb.com.

About

Planning Domain Description Language (PDDL) grammar, syntax highlighting, code snippets, parser and planner integration for Visual Studio Code.

License:MIT License


Languages

Language:JavaScript 73.1%Language:TypeScript 26.1%Language:HTML 0.5%Language:CSS 0.2%Language:Python 0.1%Language:Batchfile 0.0%