Skip to content

dlee865/error-query

Repository files navigation

ErrorQuery

A VS Code extension designed to assist developers in searching the web for error messages.

Written for a course project in COSC 523, Fall 2021.

Testing the Extension

After cloning the repo, run npm install. The extension can then be tested by running a debugging session in VS Code.

Features

Upon an error, the extension will provided an information box with the top 3-5 links from software engineering based sites like StackOverflow.

Requirements

TODO

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: enable/disable this extension
  • myExtension.thing: set to blah to do something

About

An automatic error searching tool to help developers, Implemented as a VS Code extension.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published