-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfigVS Code configuration, settingsVS Code configuration, settingsconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team membereditor-coreEditor basic functionalityEditor basic functionalityimportantIssue identified as high-priorityIssue identified as high-priorityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
most settings in "configurationDefaults" no longer seem to work when restarting VSCode with a file loaded
this affects 22 built-in extensions
vscode/extensions/json-language-features/package.json
Lines 130 to 143 in 104d04f
| "configurationDefaults": { | |
| "[json]": { | |
| "editor.quickSuggestions": { | |
| "strings": true | |
| }, | |
| "editor.suggest.insertMode": "replace" | |
| }, | |
| "[jsonc]": { | |
| "editor.quickSuggestions": { | |
| "strings": true | |
| }, | |
| "editor.suggest.insertMode": "replace" | |
| } | |
| }, |
Steps to Reproduce:
- Paste snippet into
settings.jsonfile
- type
fooinside the double quotes"" - notice quick suggestions pop up ✅
- accept completion suggestion
- notice code completion worked correctly ✅
- Restart VSCode (and wait for everything to load)
- repeat steps 1-5
- notice quick suggestions no longer pop up automatically ❌
- notice code completion incorrectly left a double quote at the end ❌
please do not skip any steps thank you
20241211-2236-02.2050649.mp4
notice that I have to manually press ctrl+space to bring up completions
and the text after the cursor is not replaced
This was working correctly in 1.93.0 but broke in 1.94.0
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.96.0
- OS Version: Windows 11
mcandre, itrapashko, RedCMD, HighCommander4, ian-h-chamberlain and 4 more
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfigVS Code configuration, settingsVS Code configuration, settingsconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team membereditor-coreEditor basic functionalityEditor basic functionalityimportantIssue identified as high-priorityIssue identified as high-priorityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
{ "" }