Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codespaces Setup #11

Merged
merged 4 commits into from
Dec 16, 2024
Merged

Conversation

ChrisRomp
Copy link
Contributor

This pull request includes several changes to set up and configure a development environment for the GitHub Copilot Extensions Codespace. The most important changes involve adding a dev container configuration, setting up a VS Code launch configuration, and adding a new route to the application.

Development container configuration:

  • .devcontainer/devcontainer.json: Added a configuration file to set up a development container with necessary settings, including the image, forwarded ports, post-create commands, and VS Code extensions.

Debugging configuration:

  • .vscode/launch.json: Added a launch configuration for debugging the Copilot Extension Service using Node.js, specifying runtime executable and arguments.

New route:

  • index.js: Added a new GET route at the root path to serve a welcome message.

@ChrisRomp ChrisRomp marked this pull request as ready for review December 13, 2024 20:44
@D1M1TR10S D1M1TR10S requested a review from JasonEtco December 14, 2024 02:14
@D1M1TR10S D1M1TR10S merged commit b6ab3d3 into copilot-extensions:main Dec 16, 2024
@D1M1TR10S D1M1TR10S removed the request for review from JasonEtco December 16, 2024 23:29
@ChrisRomp ChrisRomp deleted the codespaces-prep branch December 17, 2024 00:12
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.

3 participants