settings.json keeps getting added/updated for every directory I open
See original GitHub issueDespite having the following JSON in my user settings, it keeps getting added to .vscode/settings.json
whether it was already there or not, causing extraneous, unwanted changes in my git repos:
{
"markdownlint.config": {
"MD028": false,
"MD025": {
"front_matter_title": ""
}
}
}
Extension version: v0.44.4
VSCode information
``` Version: 1.61.2 (user setup) Commit: 6cba118ac49a1b88332f312a8f67186f7f3c1643 Date: 2021-10-19T14:57:20.575Z Electron: 13.5.1 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.22000 ```Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
New settings editor feedback · Issue #50249 · microsoft/vscode
This is a general issue for discussing the new settings editor. The feedback button in Insiders links here. Please leave any feedback here!...
Read more >Why do I have so many settings.json in VSCode?
json located in C:/Users/Me/AppData/Roaming/Code/User. However, the directory my code is in is C:/Downloads. In here, I have a .vscode directory ...
Read more >User and Workspace Settings - Visual Studio Code
json file, which you can edit directly via the Preferences: Open Workspace Settings (JSON) command. The workspace settings file is located under the...
Read more >Reference - Files and Folders - AWS Amplify Docs
json in the backend directory contains configuration about your project's backend, such as how connects to AWS resources (eg. Cognito for auth or...
Read more >VSCode settings.json | vs code settings.json - YouTube
0:00 How to open settings. json in VSCode?0:10 Hit Ctrl + ... This video is getting a lot of traffic for "launching" settings....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@heaths , yes the extensions are still in active development internally instead of publicly now. We used to rely on GitHub for user feedback so we’re attempting to develop a new strategy to allow to report bugs, provide suggestions, etc.
It’s great to hear that the extension pack is helpful and we’ll get the settings file issue addressed ASAP.
Thanks!
@bharney0 @heaths @DavidAnson @nschonni , I’ll take a look now. You can also rollback the extension to the previous version while we implement a fix. Thanks and sorry for the inconvenience.