-
Notifications
You must be signed in to change notification settings - Fork 78
added positron desktop ide module based on vs code desktop #528
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
base: main
Are you sure you want to change the base?
added positron desktop ide module based on vs code desktop #528
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Positron Desktop IDE module based on the VS Code Desktop module. Positron is a next-generation data science IDE built on VS Code. The module provides a one-click button to launch Positron Desktop from Coder workspaces.
Key Changes
- New Terraform module for Positron Desktop integration with Coder
- Test suite covering various configuration scenarios
- Documentation with usage examples
Reviewed Changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| registry/cytoshahar/modules/positron/main.tf | Terraform configuration defining the Positron Desktop app resource with URL construction logic |
| registry/cytoshahar/modules/positron/main.test.ts | Test suite covering default behavior, folder configuration, and open_recent flag combinations |
| registry/cytoshahar/modules/positron/README.md | Module documentation with usage examples and configuration details |
| registry/cytoshahar/README.md | Registry author profile metadata |
| registry/cytoshahar/.images/avatar.jpeg | Author avatar image |
| .icons/positron.svg | Positron application icon |
|
Make sure you run |
|
This is the output of the tests being run: |
…com/CytoShahar/registry into cytoshahar/add-positron-desktop-ide
|
This works fine as expected. Ill go ahead and add it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not what I meant.
You can remove this. I am adding this here: https://www.figma.com/board/gVD663b9aPUQzNTQ8aRdyV/AI-Integrations-in-Coder-Registry?node-id=1-41
Description
Add Positron Desktop IDE module based on VS Code Desktop module
Type of Change
Module Information
Path:
registry/cytoshahar/modules/positronNew version:
v1.0.0Breaking change: [ ] Yes [X] No
Testing & Validation
bun test)bun fmt)Related Issues
None