Giter VIP home page Giter VIP logo

Comments (6)

Jason3S avatar Jason3S commented on September 26, 2024

Thank you. I'll see if I can reproduce the issue.

Just so you know, the defaults for the VS Code are slightly different than the command line. But it shouldn't make a big difference.

from cspell.

Jason3S avatar Jason3S commented on September 26, 2024

It is acting line the command line version is thinking allowCompoundWords is true. It that setting in one of your config files?

The command line version cannot pick up the settings from VS Code.

from cspell.

ronanmulvaney avatar ronanmulvaney commented on September 26, 2024

Am seeing something similar and mine too was down to my setting of allowCompoundWords=true being ignored (in VSCode only) from a config file that I was sharing between command line and VSCode. Workaround was that I had to set this explicitly within VSCode.

from cspell.

ssbarnea avatar ssbarnea commented on September 26, 2024

I think I encountered the same bug myself and I ended up doing the same thing. This make me wonder if it would not be better to change the default to have allowCompoundWords default as true instead of false as this would make life much easier for people if vscode defaults would be more in-sync with cli settings.

from cspell.

Jason3S avatar Jason3S commented on September 26, 2024

allowCompundWords is off by default. This is intentional.
It has multiple issues:

  1. it hides spelling errors because it allows any combination of words to be put together.
  2. it is slower when checking because it has to search for all possible word combinations.

from cspell.

dmitryshunkov avatar dmitryshunkov commented on September 26, 2024

I have default settings for plugin, and cspell.json with some dictionary words list. The word guid is not in the list, and for some reason vs code reports this word as an error when any file with it is opened, but cli tool detects no errors at all. I tried to reproduce default plugin settings in cspell.json but with no luck.

from cspell.

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.