Kid
Kid
It seems this action _requires_ a `package.json` file to be present: https://github.com/pnpm/action-setup/blob/6e1964dde3397a825e79e4607ad57f3f7ca2c7cb/src/install-pnpm/run.ts#L13-L14 Even if users only use `pnpx` and do not install packages locally, they have to provide a `package.json`,...
It would be awesome to have [JSON Schema](https://json-schema.org/) support for the config file (and submit to [Schema Store](https://www.schemastore.org/json/)). Existing schema for [`.eslintrc`](https://json.schemastore.org/eslintrc.json) is a good starting point. The work would...
**Is your feature request related to a problem? Please describe.** Right now `@ts-morph/common` is bundled with `typescript.js`, which comes at a whooping 9 MB size. **Describe the solution you'd like**...
# Description Closes #2175 # Checklist - [x] I have followed the guidelines in the Contributing document - [ ] My changes follow the coding style of this project -...
Really just a minor issue, but I noticed the `U+1F6C8: CIRCLED INFORMATION SOURCE` symbol is used in the README, which is [poorly supported](https://www.unicompat.com/1F6C8?search=%F0%9F%9B%88). I propose to [use a markdown blockquote](https://github.com/kidonng/vscode-gitlens/commit/5634515ee1d2eb1566092767b7ae6cddd3de8345),...
### `brew config` output ```shell HOMEBREW_VERSION: 3.6.2 ORIGIN: https://github.com/Homebrew/brew HEAD: b8b195cc64a29595797651720ebb2ea09affb682 Last commit: 8 hours ago Core tap: N/A HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew HOMEBREW_BROWSER: /vscode/bin/linux-x64/74b1f979648cc44d385a2286793c226e611f59e7/bin/helpers/browser.sh HOMEBREW_CASK_OPTS: [] HOMEBREW_INSTALL_FROM_API: set HOMEBREW_MAKE_JOBS: 4 Homebrew...
A simple addition to the existing `isLeapYear`. I'm not 100% sure about the "Day Helpers" category, so correct me if I'm wrong :)
This paired with #1540 is pure nightmare fuel. OS: Linux (GitHub Codespaces), but I can replicate this behavior on macOS as well VSCode: 1.71.0 UnoCSS extension: v0.45.15 Vite config: ```js...
The `unocss.reload` command is only configured after the extension loads successfully, as it is guarded by multiple early returns: https://github.com/unocss/unocss/blob/cceb4a95e4d6b2ca42e216b57641657f2908ccbd/packages/vscode/src/index.ts#L39-L43 This poses a serious usability problem: one cannot use it...
Currently the `happy-dom` package is shipping all the source files, which accounts for a quarter of the size: ```shellsession $ du -sh node_modules/happy-dom/* | sort -h | tail -n2 1.2M...