Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SSW EditorNew to Visual Studio Code? Get it now.
SSW Editor

SSW Editor

LTH

| (0) | Free
A fork of SAS language extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SAS Studio Web Editor — VS Code Extension

Personal fork of sassoftware/vscode-sas-extension. Not affiliated with or endorsed by SAS Institute Inc.

This fork adds a SAS Studio Web connection type that lets you connect VS Code directly to an existing SAS Studio instance.

What's new

See CHANGELOG.md for the full history.

Setting up a SAS Studio Web connection

Open VS Code settings and add a profile with connectionType: "studioweb" then select it as the active connection profile.

"SAS.connectionProfiles": {
  "profiles": {
    "studioweb": {
      "connectionType": "studioweb",
      "endpoint": "https://your-server/SASStudio/38",
    }
  }
}

Other connection types

This fork retains all connection types from the upstream extension: SAS Viya (REST), SAS 9 ITC, SAS 9 SSH, and SAS 9 IOM (COM/local). See the upstream documentation for those.

License

Apache License 2.0. Based on work by SAS Institute Inc. See LICENSE.

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