Skip to content

Copy javascript libraries into repo #14

Description

@yufengwng

When running our extension in a PrairieLearn vscode workspace, we won't have access to the internet. This is especially true in a quizz/exam setting when students are using vscode workspaces in CBTF. Therefore, loading javascript libraries from external CDN or other package registries is a no-go. We need to download the JS libraries we need (jquery, d3, etc) and save those files into our extension folder, and then access those through vscode APIs. Perhaps put these in a folder like resources/lib.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions