Benny Michaels

Results 57 comments of Benny Michaels

So to solve for mismatched ID's across marketplaces and for excluding proprietary/unavailable extensions from VSCodium, you're imagining something like: ```jsonc { "syncSettings.extensions": [ { // #rewrite-enable // #if(markeplace="open-vsx") "id": "mjmlio.vscode-mjml",...

Looks nearly perfect to me. > so multiple groups can be included Was gonna add this, but you caught it first. Only thing I could add right now is that...

Sorry @daiyam, I took a break from coding for a few months. Let me check out the new extension and I'll close this issue once all in working! Thanks for...

Hi @daiyam, I think I am doing something wrong but not sure. I'm just testing my "ui" block of extensions at the moment. Following the instructions under [Getting started](https://github.com/binaryben/dotfiles/tree/main/config/editor#getting-started) in...

> What's your config? ``` profile: main repository: type: file path: ~/.files/config/editor ``` And the [data in the `main` profile is here](https://github.com/binaryben/dotfiles/tree/main/config/editor/profiles/main/data).

Marking as closed. Found some potential bugs/issues, but will open in the relevant repo!

> it seems that there have been no updates for the extensions and VSCodium have been updated to the latest: 1.77.1.23095 Ah good, I thought it was just me. It's...

I'm slightly horrified semversioning isn't enforced. Especially in the context that I came to report `nimble check` is providing the following error to me: "Error: Version may only consist of...

If you do implement it @theking2, please make it optional and off by default. I'm more likely to be adding another indentation or working on a sibling element than I...

Quick grab of what I'm working on right now: Yup, definitely a style choice. I like whitespace. I'm also in the habit of using cmd + [/] to quickly change...