cSpell.json with development containers #2579
Unanswered
TomTardigradeSEL
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am seeing odd behavior when using cpell.json file inside a development container.
The docs show the order of configuration load as:
Development containers in vscode however have different "workspace" settings location that is in the users home directory.
I am seeing conflicting behavior from the spell checker preferences window. I would assume the local cspell.json file is considered the workspace settings, but changes I make to the file are not reflected in the workspace tab of the spell checker preferences window. As an example, adding a previously disabled language or file to the cpell.json does not show as enabled in the workspace setting tab. It looks like the setting are being read from the devcontainer workspace setting.json file located in the users home directory. Oddly, local dictinary definitions are being recognized, but only when looking at a specific file that is enabled.
Has anyone else seen similar behavior?
Is this an artifact of how devcontainers manage workspace settings?
Is this an expected behavior that needs updates to the documenation?
I would mainly like to know the expected behavior in the case of development container settings.
Beta Was this translation helpful? Give feedback.
All reactions