Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add settings for GitHub Codespaces#185

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mame merged 1 commit intoruby:v2fromsinsoku:add-devcontainer
May 22, 2024
Merged

Conversation

@sinsoku
Copy link
Contributor

Summary

GitHub Codespaces allows Ruby engineers to easily launch an environment to play with TypeProf.

This commit adds the files necessary to use GitHub Codespaces.

Description

I created configuration files according to the documentation below.
refs:https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-a-predefined-dev-container-configuration

I followed the steps in this doc and used Ruby from the list of predefined dev container configurations. The changes made from the default settings are as follows.

  • Addrbs because theruby:1-3.3-bookworm image does not have rbs by default
  • Addmame.ruby-typeprof extension and settypeprof.server.path
  • Associatetypeprof.conf.json withjsonc

Other Information

A personal GitHub account includes 120 hours per month of Codespaces usage.
For more information, see the following.
refs:https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces

ybiquitous, igaiga, and Judeeeee reacted with heart emoji
## SummaryGitHub Codespaces allows Ruby engineers to easily launch an environment to play with TypeProf.This commit adds the files necessary to use GitHub Codespaces.## DescriptionI created configuration files according to the documentation below.refs:https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-a-predefined-dev-container-configurationI followed the steps in this doc and used Ruby from the list of predefined dev container configurations.The changes made from the default settings are as follows.- Add `rbs` because the `ruby:1-3.3-bookworm` image does not have rbs by default- Add `mame.ruby-typeprof` extension and set `typeprof.server.path`- Associate `typeprof.conf.json` with `jsonc`
@sinsoku
Copy link
ContributorAuthor

Click the "Review in codespace" button in this Pull Request.
スクリーンショット 2024-05-22 21 51 11

Then, I openedlib/typeprof/core/ast.rb in Codespaces and confirmed that TypeProf was running.
スクリーンショット 2024-05-22 21 50 40

@mamemame merged commit8896eec intoruby:v2May 22, 2024
@mame
Copy link
Member

I tried after the merge 😁 It works great on my side! Thank you very much!

image

sinsoku reacted with thumbs up emoji

@sinsokusinsoku deleted the add-devcontainer branchMay 22, 2024 15:08
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@sinsoku@mame

[8]ページ先頭

©2009-2025 Movatter.jp