arashilmg

Results 3 comments of arashilmg

I do this as a workaround to run vscode as root but not ssh as root: https://gist.github.com/arashilmg/d0e52c03338ecd043122bd698a9c9826 After login via vscode-remote-ssh for the first time (vscode-server will gets installed), run...

Its not Jetbrains This is happening many places: https://github.com/sst/opencode/issues/1718

```json { "name": "open-ai", "api_base_url": "https://api.openai.com/v1/chat/completions", "api_key": "", "models": [ "gpt-5", "gpt-5-high", "gpt-5-mini", "gpt-5-nano", "gpt-5-codex" ], "transformer": { "use": [ "maxcompletiontokens" ] } } ```