GithubHelp home page GithubHelp logo

Comments (3)

virketrang avatar virketrang commented on June 13, 2024

Just to clarify. I've also tried using the setup showed in the documentation, however it gives the following error message:
{ "ignored": false, "inferredParser": null } ["WARN" - 18.18.01] Parser not inferred, trying VS Code language. ["ERROR" - 18.18.01] Failed to resolve a parser, skipping file. If you registered a custom file extension, be sure to configure the parser.

from prettier-plugin-astro.

virketrang avatar virketrang commented on June 13, 2024

I have found a working solution:

.prettierrc.js:
/** @type {import("prettier").Config} */ module.exports = { plugins: ['prettier-plugin-astro'], singleQuote: true, printWidth: 120, tabWidth: 4, arrowParens: 'always', bracketSpacing: true, quoteProps: 'consistent', bracketSameLine: false, jsxSingleQuote: false, semi: false, trailingComma: 'none', overrides: [ { files: '*.astro', options: { parser: 'astro' } } ] }

"editor.formatOnSave": true, "prettier.configPath": "./.prettierrc.js", "editor.defaultFormatter": "esbenp.prettier-vscode", "prettier.documentSelectors": ["**/*.astro"], "[astro]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }

I'm still in a pnpm workspace btw.

I have the prettier-plugin-astro installed at the root of the workspace using pnpm i -D prettier-plugin-astro -w

Hope it saves someone from spending a couple of hours on the issues as I have :)

I'm going to close the issue for now.

from prettier-plugin-astro.

Odonno avatar Odonno commented on June 13, 2024

Just to clarify. I've also tried using the setup showed in the documentation, however it gives the following error message: { "ignored": false, "inferredParser": null } ["WARN" - 18.18.01] Parser not inferred, trying VS Code language. ["ERROR" - 18.18.01] Failed to resolve a parser, skipping file. If you registered a custom file extension, be sure to configure the parser.

Currently have this issue with Bun. I suppose this an issue related to the package manager because I set everything exactly as expected...

from prettier-plugin-astro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.