Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings in settings.json ignored, code-workspace works #338

Open
phoppermann opened this issue Jan 24, 2025 · 0 comments
Open

settings in settings.json ignored, code-workspace works #338

phoppermann opened this issue Jan 24, 2025 · 0 comments
Labels

Comments

@phoppermann
Copy link

phoppermann commented Jan 24, 2025

Describe the bug
In a workspace with multiple folders, settings in settings.json are ignored.

Code example
settings.json:

{
    "doxdocgen.c.commentPrefix": "/// ",
    "doxdocgen.c.firstLine": "///",
    "doxdocgen.c.lastLine": "///",
    "doxdocgen.c.triggerSequence": "///"
}

Expected result
Different settings can be set per folder.

Actual result
Only settings in code-workspace are used.

Your System:

  • OS: Windows
  • VS Code Version: 1.95.3
  • Doxdocgen Code Version: 1.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant