Skip to content

Add VS Code workspace configuration for development and git integration#1

Draft
JustinCodesByHand with Copilot wants to merge 4 commits into
masterfrom
copilot/push-vs-code-to-git
Draft

Add VS Code workspace configuration for development and git integration#1
JustinCodesByHand with Copilot wants to merge 4 commits into
masterfrom
copilot/push-vs-code-to-git

Conversation

Copilot AI commented Jan 18, 2026

Copy link
Copy Markdown

Sets up VS Code workspace configuration to standardize development environment and enable git integration testing.

Changes

.gitignore

  • Allow .vscode/ workspace settings while excluding personal configurations

.vscode/ configuration

  • settings.json: Editor defaults (format on save, git auto-fetch, ESLint integration)
  • extensions.json: Recommended extensions (Prettier, ESLint, GitLens, Tailwind, React snippets)
  • launch.json: Debug configurations for backend (Node.js/nodemon), frontend (Chrome), and full-stack
  • tasks.json: Automated tasks for dev servers, builds, dependency installation

Workspace files

  • CloudApp.code-workspace: Multi-folder workspace with root and frontend paths
  • GIT_PUSH_TEST.md: Documentation of VS Code setup and git workflow

README.md

  • Added VS Code Integration section with quick start

Usage

code CloudApp.code-workspace

Provides immediate access to:

  • Preconfigured debug sessions (F5 to launch backend/frontend)
  • Task runner (Ctrl+Shift+P → Tasks) for common operations
  • Consistent formatting and git workflows
Original prompt

tring to push my vs code to git CloudApp testing


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Push VS Code project to Git for CloudApp testing Add VS Code workspace configuration for development and git integration Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants