Supported Operating Systems
Verdent for VS Code supports all operating systems where Visual Studio Code is available:| Operating System | Supported Versions | Architecture |
|---|---|---|
| macOS | macOS 11 (Big Sur) and later | Intel and Apple Silicon |
| Windows | Windows 10 (version 1607+), Windows 11, Windows Server 2016+ | 64-bit only |
| Linux | Ubuntu 20.04+, Debian 10+, Red Hat Enterprise Linux 8+, Fedora, CentOS 8+, openSUSE Leap 15.2+ | x64 and ARM64 |
Deprecated platforms: macOS 10.15 (Catalina) support ended with Visual Studio Code 1.98 (February 2025). Windows 7 and 8/8.1 are no longer supported as of Visual Studio Code 1.70 (July 2022). Windows 32-bit systems are no longer supported as of Visual Studio Code 1.83 (September 2023).
Linux Requirements
For Linux systems, ensure your distribution meets these requirements:- glibc 2.28 or later (as of Visual Studio Code 1.86.1, January 2024)
- GLIBCXX version 3.4.25 or later
IDE/Editor Versions Required
Visual Studio Code:- Version 1.90.0 or higher required
- Latest stable version recommended for best compatibility
Hardware Requirements
Minimum Requirements
| Component | Specification |
|---|---|
| RAM | 1 GB (4 GB+ recommended for larger projects) |
| Disk Space | < 500 MB for Visual Studio Code + Verdent extension |
| CPU | Any processor capable of running Visual Studio Code |
Recommended Specifications
For optimal performance, especially when working with large codebases or multi-agent workflows:- RAM: 8 GB or more
- CPU: Multi-core processor for concurrent subagent execution
- Disk Space: 1 GB+ for caching and indexing (if enabled)
Network Requirements
Verdent for VS Code requires an active internet connection at all times to function.Connectivity Requirements
- Connection Type: Stable broadband internet connection
- Protocol: Outbound HTTPS connections to Verdent’s API endpoints
- Bandwidth: Sufficient for code context transmission and AI response streaming
Firewall & Proxy Considerations
For corporate environments or users behind firewalls: Required Access:- Outbound HTTPS traffic to Verdent’s API domains
- Verdent handles routing to multiple model providers (Claude, GPT-5, Gemini, MiniMax, etc.)
- No inbound firewall rules or port forwarding needed
- Corporate firewalls must allow outbound HTTPS to Verdent service endpoints
- Proxy servers should pass through API requests
- SSL/TLS inspection may require exceptions for Verdent endpoints
FAQs
How do I check my Visual Studio Code version?
How do I check my Visual Studio Code version?
Open Visual Studio Code and go to Help → About (or Code → About Visual Studio Code on macOS). The version number is displayed in the dialog. Verdent requires Visual Studio Code version 1.90.0 or higher.You can also check via command line:
How do I verify my Linux system meets the requirements?
How do I verify my Linux system meets the requirements?
Check your glibc and GLIBCXX versions using these commands:If your distribution doesn’t meet these requirements, you may need to upgrade to a newer version of your Linux distribution.
How do I troubleshoot firewall or connection issues?
How do I troubleshoot firewall or connection issues?
If Verdent cannot connect to AI services, check these common issues:Test basic connectivity:
- Verify you have active internet access
- Try accessing other HTTPS services to confirm outbound connections work
- Contact your network administrator to whitelist Verdent’s API endpoints
- Ensure outbound HTTPS traffic is allowed through your firewall
- Check if proxy servers are properly configured to pass through API requests
- SSL/TLS inspection may need exceptions for Verdent endpoints
- Extension appears to hang or timeout
- Authentication failures despite correct credentials