Need help with SaC Language Support for VS Code? This document lists the best ways to get assistance and report issues.
Please check the following first:
- Review the extension configuration in README.md
- Confirm your
sac2csetup and selected backend (local,wsl, ordocker) - Reproduce the issue with a minimal
.sacfile if possible - Check existing GitHub issues to avoid duplicates
- GitHub Issues (bug reports and feature requests):
- Maintainer profile:
When opening a bug report, include:
- VS Code version
- Extension version
- Operating system
- Relevant settings from your VS Code configuration (
sac.*) - Steps to reproduce
- Expected behavior
- Actual behavior
- Any relevant output/logs or screenshots
If diagnostics are involved, also include:
- How
sac2cis resolved (sac.compiler.path, bundled, or system PATH) - Selected execution backend (
local,wsl,docker) - The failing source snippet (minimal repro)
Feature requests are welcome. Please include:
- Problem statement
- Proposed behavior
- Alternatives you considered
- Example SaC code or workflow impacted
If you discover a security issue, please avoid public disclosure details in a regular issue. Open an issue with minimal details and request a private contact channel.
Development and contribution instructions are available in CONTRIBUTING.md.