Ameer Taweel

Results 5 issues of Ameer Taweel

This plugin uses the JSON language server from VSCode. In the official VSCode documentation, it says that [the JSON language server has a jsonc mode](https://code.visualstudio.com/Docs/languages/json#_json-with-comments), that allows comments. How do...

Shorted code that do the same job

Let's say I want to extract the `package.json` of a VSCode or OpenVSX extension. I can't do that currently because the downloaded file is a `.zip` file, not a directory....

Recently, I created `nix-vscode-marketplace`, a flake that includes the 10k most popular extensions from the VSCode Marketplace, and all the extensions of OpenVSX. @LEv145 suggested we integrate this into the...

I tested by running: ```bash nix run github:nixos/nixos-search#flake-info -- flake github:AmeerTaweel/nix-vscode-marketplace ``` And got no errors.