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
- Host: GitHub
- URL: https://github.com/nodearch/vscode-extension
- Owner: nodearch
- License: mit
- Created: 2025-01-18T16:40:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T03:17:56.000Z (over 1 year ago)
- Last Synced: 2025-03-05T04:19:58.978Z (over 1 year ago)
- Language: TypeScript
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.