Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>bs-sdk-linterNew to Visual Studio Code? Get it now.
bs-sdk-linter

bs-sdk-linter

DrasticCoder

|
5 installs
| (0) | Free
simple extension to validate your browserstack sdk configuration/capabilities
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BrowserStack SDK Linter

A simple VS Code extension for BrowserStack SDK configuration files.

https://github.com/user-attachments/assets/fbb3180b-6da7-4055-b376-0d3001a7dd42

It helps you work with browserstack.yml by providing:

  • Linting for BrowserStack SDK config
  • Autocompletion and suggestions
  • Validation for supported capabilities
  • Credential checks for userName and accessKey
  • BrowserStack plan verification using the Automate plan API

Usage

Open a browserstack.yml file in VS Code.

The extension will automatically provide validation and suggestions. To verify credentials, use one of these options:

  • Click Verify BrowserStack Credentials in the editor
  • Run Verify BrowserStack Credentials from the Command Palette

Example

userName: YOUR_BROWSERSTACK_USERNAME
accessKey: YOUR_BROWSERSTACK_ACCESS_KEY

platforms:
  - os: Windows
    osVersion: 11
    browserName: Chrome
    browserVersion: latest

Credential Check

The extension checks credentials using:

https://api.browserstack.com/automate/plan.json

Credentials are only used for this verification request and are not stored.

Development

npm install
npm run compile

Repository

github.com/DrasticCoder/browserstack-sdk-linter

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft