An open API service indexing awesome lists of open source software.

https://github.com/nodearch/vscode-extension

A VSCode extension for NodeArch framework development
https://github.com/nodearch/vscode-extension

Last synced: about 1 year ago
JSON representation

A VSCode extension for NodeArch framework development

Awesome Lists containing this project

README

          

# nodearch-tools

NodeArch Extension for Visual Studio Code

## Features

* **Test Explorer Integration**: Discover and run your NodeArch tests directly from VS Code
* **Application Launch Controls**: Start and debug your NodeArch application with convenient status bar buttons
* **Debug Configuration**: Automatic setup of optimal debugging configuration
* More features coming soon!

## Documentation

* [Testing Support](./docs/testing.md) - Learn how to use the integrated test explorer with NodeArch tests
* [Running & Debugging](./docs/running.md) - Learn how to use the running and debugging features

## Requirements

* Visual Studio Code 1.74.0 or higher
* NodeArch v2.0.0 or higher

## Extension Settings

This extension contributes the following settings:

* `nodearch.testExplorer.enabled`: Enable/disable the Test Explorer integration

## Release Notes

### 1.0.0

Initial release featuring Test Explorer integration for NodeArch tests and application running controls.