question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

settings.json keeps getting added/updated for every directory I open

See original GitHub issue

Despite 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:closed
  • Created 2 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
jamarwcommented, Nov 8, 2021

@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!

2reactions
jamarwcommented, Nov 8, 2021

@jamarw would you be able to look into this? I believe the change you made to Docs Authoring Pack https://dev.azure.com/ceapex/Engineering/_git/DocsAuthoringPack/pullrequest/318687 is adding .vscode settings everytime you open a .md file.

@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.

rollback-extension

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found