No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. jeevanjotsingh
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Groups 0

    jeevanjotsingh

    @jeevanjotsingh

    0
    Reputation
    12
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jeevanjotsingh Follow

    Latest posts made by jeevanjotsingh

    • RE: VS Code Config Problem In Boot File

      @metalsadman yea can be a possibility but afaik new lint doesn’t support autoFixOnSave maybe happen to you when you install all the extensions listed in quasar vscode page. then you can always try the above solution, it should work.

      posted in Help
      J
      jeevanjotsingh
    • RE: VS Code Config Problem In Boot File

      I haven’t checked this with prettier, Uninstalled it first so I can use old settings and it worked but should remove autoFixOnSave first and use codeActionsOnSave.

      posted in Help
      J
      jeevanjotsingh
    • RE: VS Code Config Problem In Boot File

      @metalsadman @Hawkeye64 @s-molinari I opened the pull request for the New Settings that worked for me, AutoFixOnSave should be replaced with this…

      posted in Help
      J
      jeevanjotsingh
    • RE: VS Code Config Problem In Boot File

      @metalsadman pretty much I tried with both separately, I think the problem might occur with you as well, Just try to go to boot file and hit save, It might add a comma at last but such thing don’t work with other normal functions, But I will try to uninstall prettier and use the eslint simple.

      posted in Help
      J
      jeevanjotsingh
    • RE: VS Code Config Problem In Boot File

      @Hawkeye64 yes I tried it and Editor autoFixOnSave is now deprecated and not working after installing all extensions there and putting all into settings JSON
      @s-molinari I think you are pointing to auto format on save but when I turn it off for Editor it started following other save and format rules.

      posted in Help
      J
      jeevanjotsingh
    • VS Code Config Problem In Boot File

      Hello Quasar
      After following this with prettier https://quasar.dev/start/vs-code-configuration

      My Quasar boot file adds semicolon at the end of the function after each saves. Thank you.
      cc1c708b-1290-4b5c-9fd4-ed08bc094b0f-image.png

      posted in Help
      J
      jeevanjotsingh