Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>staklinkNew to Visual Studio Code? Get it now.
staklink

staklink

stakwork

|
109 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

staklink

VSCode extension for automating development and debugging in Codespaces.

staklink is set up for Codespaces running one or more repositories in the /workspaces directory. start or restart scripts can be configured for each repository individually:

Extension Settings

Scripts for starting a service. For example, for starting the React frontend of sphinx-tribes-frontend:

"staklink.start": {
    "sphinx-tribes-frontend": [
        "yarn",
        "yarn start:codespace"
    ]
}

Scripts for restarting a service. Same as above, but will be automatically terminated when there is a code change, and restarted. For example, to run a backend Go service from sphinx-tribes:

"staklink.restart": {
    "sphinx-tribes": [
        "go build",
        "./sphinx-tribes"
    ]
}

Customize port:

"staklink.port": 15552
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft