-
Notifications
You must be signed in to change notification settings - Fork 312
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
chore: 初回ファイルの取得をbackendの関数として表現するようにする #2524
base: main
Are you sure you want to change the base?
chore: 初回ファイルの取得をbackendの関数として表現するようにする #2524
Conversation
PRありです!! @sabonerune いつもすみません!何か気づいた点あればコメント頂けると心強いです…! |
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.
Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (4)
- src/components/App.vue: Evaluated as low risk
- README.md: Evaluated as low risk
- src/backend/browser/sandbox.ts: Evaluated as low risk
- src/backend/electron/main.ts: Evaluated as low risk
自分の環境では問題なく動作しました。 Mac環境の場合はどうでしょうか? |
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.
@sabonerune ありです!!!
macOSで試した感じ、確かにファイルがわたされてせんでした!
良い感じにコードがまとまってるなと思います!!
もっとリファクタリングできそう・・・!!
いっぱいコメントしていますが、すでに確かめるために変更済みのコードがあるのでPR送ります!!
どういう観点があるのかわかると思うので、コメントと見比べてみてください 🙏
すみません。。。。checkout -bしてからPRしようとしてたのですが、完全にミスってPRに直接pushしてしまいました。。。 🙇 🙇 🙇 🙇 |
内容
backend.getInitialProjectFilePath()
を追加します。関連 Issue
スクリーンショット・動画など
(なし)
その他
これのために
electron:serve
に引数を渡せるような改修をしました。