@arthurpinh3iro@raycast But even better, if you can find the file VSCode is reading to retrieve the API token to use, we could update the Raycast extension to read that file by default as fallback of the `apps.json` if that latter is not found
@arthurpinh3iro@raycast Yes I do. But VSCode must also be using some GitHub API token to interact with their `internal` Copilot API. I was pretty sure it used the same `apps.json` file
@arthurpinh3iro@raycast What you can do:
1. Open your VSCode dev tools, go on the `Network' tab
2. Interact with the Copilot widget to display the API usage quotas
3. Check the API call that is done and find the bearer token it uses
4. Set this token in the preferences of the Raycast extension
@arthurpinh3iro@raycast Hey, itβs using the `apps.json` file created by VS Code by default.
If you donβt have it, you can still override the path to the JSON in the extension preferences
We've got some updates on TypeScript 7! The new native port
- can type-check any project
- supports --build and --incremental
- has rich editor features implemented
- is still 10x faster
and is ready for you to try today!
https://t.co/wPOXTwZVlG
@JamesMontemagno@code It can be useful to rework styling or similar, but it canβt access other information like the network, console messages, performance traces, etc., can it? I prefer using the Chrome DevTools MCP rather than the integrated browser to gather all those data
Creating extensions with the @raycast SDK is such a pleasure! π€
Pull request opened to create a new extension enabling to add worklogs between Jira and Tempo!
https://t.co/m8q3zD2lw1
oxfmt (the oxc-based formatter) is getting very close to ready!
- 2-3x faster than Biome
- 45x faster than Prettier
- Better prettier conformance than Biome means switching wonβt cause huge diffs
- More flexible line wrapping than Prettier
We have tested oxfmt against several popular codebases including Prettier, Vite, Vue, shadcn-ui, Ant Design, Outline, TypeScript-ESLint, and Supabase, and ensured it can be used as a drop-in replacement for Prettier.
There are also a few edge cases where we intentionally diverge from Prettier because we believe the Prettier output can be improved, see discussion: https://t.co/7aNXdZHp4J
π Assign tasks to GitHub Copilot coding agent and track its progress using our new @raycast extension! π Now available on macOS. π»
Get more done, more efficiently. Learn how.π
https://t.co/GWecwTl4dY