Results 61 comments of Link

I think it's confusing too but according to wikipedia https://en.wikipedia.org/wiki/Repeating_decimal it's actually called repeating decimal so idk

Did this got fixed?

I'm pretty sure this is related to #3104 Try adding `"prettier.configPath": "./.prettierrc"` to `.vscode/settings.json` file (replace `.prettierrc` with the file name that you use)

> when I write blocks of code What is the programming language you are writing in? > press control s it doesn't format Prettier by default only format some programming...

Can confirm that setting `"prettier.configPath": "./.prettierrc"` works. I don't think `"prettier.requireConfig": true` is necessary, though.

@SLanberg @nielsbom Have you tried setting `"prettier.configPath": "./.prettierrc"` in `.vscode/settings.json`? (Or you can open settings, search for `prettier.configPath`, and set it to `./.prettierrc`)

Oh you don't have a `.prettierrc` file? Maybe try this? > As shown in the [prettier-vscode docs](https://github.com/prettier/prettier-vscode?tab=readme-ov-file#prettierdocumentselectors), you can use the `prettier.documentSelectors` to target a specific file extension. The issue...

I'm pretty sure this is related to #3104 Try adding `"prettier.configPath": "./.prettierrc"` to `.vscode/settings.json` file (replace `.prettierrc` with the file name that you use)

@Skillz4Killz Is there anything missing/not working?

Test failing due to https://github.com/discordeno/discordeno/pull/3723 got merged by skillz, not because of this PR https://github.com/TypeStrong/typedoc/releases/tag/v0.26.0 > Removed `--includes` option, use the `@document` tag instead.