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.
After cloning the repo, run npm install.
The extension can then be tested by running a debugging session in VS Code.
Upon an error, the extension will provided an information box with the top 3-5 links from software engineering based sites like StackOverflow.
TODO
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 extensionmyExtension.thing: set toblahto do something