Sonny Piers
Sonny Piers
Hello, Thank you for this extension. Could you publish it on https://open-vsx.org/ so that users of [VSCodium](https://vscodium.com/) can install it easily? https://open-vsx.org/
When requesting `Hamilton, translate me hola` ``` [Sat Nov 30 2019 16:07:19 GMT+0100 (Central European Standard Time)] ERROR SyntaxError: Invalid JS code at /home/sonny/Projects/hamilton/node_modules/hubot-google-translate/src/google-translate.coffee:122:23, :131:19 at IncomingMessage. (/home/sonny/Projects/hamilton/node_modules/scoped-http-client/src/index.js:95:22) at IncomingMessage.emit...
### Environment information ```block Rome 12.1.1 running in https://github.com/sonnyp/Workbench/ bash-5.1$ /app/bin/rome rage CLI: Version: 12.1.1 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM:...
git has the concept of global and local settings `git config --help` It looks like we should be able to store custom settings in the repo `.gitconfig`. We can use...
* [ ] Figure out why it only works when restoring sessions at startup * [ ] Implement for Vala/Python (gi ?) * [ ] Do not remove icon-development-kit yet...
In https://github.com/workbenchdev/Workbench/pull/868 we added rust-analyzer LSP support. For some reason it only does syntax diagnostics, not types.
See https://github.com/sonnyp/Workbench/pull/736#discussion_r1376062117 Let's discuss what's best first
According to https://github.com/flathub/org.freedesktop.Sdk.Extension.rust-stable > Note: llvm13 is needed until there is a release of gcc12.1. As soon as gcc12.1 is in the freedesktop sdk, gcc can be used instead of...
Currently we "return" if there is no code. But we should at least rerender the preview in case auto reload is diabled.
we should support TypeScript We can iterate on this and go like this * [x] add a new language "TypeScript" without compilation * [x] Add support for compilation * [x]...