Skip to content

layered-ai-public/start-workspace-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start-workspace-vscode

Website GitHub Discord YouTube X LinkedIn

A VS Code task that launches Claude Code, a Shell and a Rails Dev Server in parallel when the project opens.

What it does

Running the Start Workspace task spins up three panels:

Panel Command Purpose
Claude Code claude --enable-auto-mode Interactive AI coding assistant in auto mode
Shell /bin/zsh A ready-to-use login shell at the workspace root
Dev Server bin/dev Rails dev server (runs in test/dummy if it exists)

Requirements

Install

There's no package to install — just drop .vscode/tasks.json into the root of the project you want to open this way:

mkdir -p .vscode
curl -o .vscode/tasks.json \
  https://raw.githubusercontent.com/layered-ai-public/start-workspace-vscode/main/.vscode/tasks.json

Customising

Edit .vscode/tasks.json to change commands or panel layout. Each task is a standard VS Code task.

License

Licensed under the Apache License 2.0. See NOTICE for attribution.

About

A VS Code task that launches Claude Code, a Shell and a Rails Dev Server in parallel when the project opens.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors