Git Product home page Git Product logo

Comments (8)

kddnewton avatar kddnewton commented on June 5, 2024

Which versions of ruby and the various required gems are you using?

from plugin-ruby.

UnderpantsGnome avatar UnderpantsGnome commented on June 5, 2024

derp, apologies.. should have thought of those

% ruby -v
ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [arm64-darwin22]

% bundle info prettier
  * prettier (4.0.2)

% bundle info syntax_tree
  * syntax_tree (6.2.0)

% bundle info syntax_tree-haml
  * syntax_tree-haml (4.0.3)

% bundle info syntax_tree-rbs
  * syntax_tree-rbs (1.0.0)

Edit: add vscode settings, these settings are also in the VSCode settings.

% cat .vscode/settings.json
{
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true
  },
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true
  },
  "[jsonc]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true
  },
  "[ruby]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true
  },
  "editor.tabSize": 2,
  "editor.useTabStops": true,
  "files.trimTrailingWhitespace": true
}

it's odd, it was working, then it stopped. Prettier icon in the status bar is just 🚫

from plugin-ruby.

kddnewton avatar kddnewton commented on June 5, 2024

Does it say anything in the prettier output log on the bottom of VSCode?

from plugin-ruby.

UnderpantsGnome avatar UnderpantsGnome commented on June 5, 2024

The top is from formatting a JS file. Then restarting Code.

["INFO" - 12:46:55 PM] Detected local configuration (i.e. .prettierrc or .editorconfig), VS Code configuration will not be used
["INFO" - 12:46:55 PM] Prettier Options:
{
  "filepath": "/.../web/src/components/Equipment/Table.js",
  "parser": "babel",
  "preferSingleQuotes": false,
  "rubySingleQuote": false,
  "rubyToProc": true
}
["INFO" - 12:46:55 PM] Formatting completed in 22ms.

# after restarting Code 
["INFO" - 1:52:46 PM] Extension Name: esbenp.prettier-vscode.
["INFO" - 1:52:46 PM] Extension Version: 10.1.0.
["INFO" - 1:52:53 PM] Using config file at '/.../package.json'
% cat package.json
{
  "name": "vivopoint_part_deux",
  "private": true,
  "dependencies": {
    "@prettier/plugin-ruby": ">= 1",
    "lerna": "3.22.1",
    "prettier": ">= 1",
    "yarn": "^1.22.10"
  },
  "version": "0.1.0",
  "prettier": {
    "preferSingleQuotes": false,
    "rubySingleQuote": false,
    "rubyToProc": true
  },
  "devDependencies": {},
  "workspaces": [
    "./packages/web"
  ]
}

from plugin-ruby.

kddnewton avatar kddnewton commented on June 5, 2024

Looks like you're not specifying the plugin option, which is required as a part of prettier v3.

from plugin-ruby.

kddnewton avatar kddnewton commented on June 5, 2024

(Going to close this assuming that's your issue. If it's not I can reopen.)

from plugin-ruby.

UnderpantsGnome avatar UnderpantsGnome commented on June 5, 2024

Thank you Kevin, Sorry for the disruption. Somehow I completely missed the new config settings.

from plugin-ruby.

kddnewton avatar kddnewton commented on June 5, 2024

No worries you're not the only one

from plugin-ruby.

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.