wpilibsuite/vscode-wpilib

Update Help Page

Open

#24 opened on May 25, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (121 stars) (63 forks)auto 404
good first issuehelp wanted

Description

We have a help page located at https://github.com/wpilibsuite/vscode-wpilib/blob/master/vscode-wpilib/resources/help.html

Currently it doesn't really have anything other then an image. Scripts and css are not currently enabled, but they can be. Any resources need to be placed in the resources folder, and then accessed with replaceresource/ as the root path. See the current code for an example of how this works.

Contributor guide