About 50 results
Open links in new tab
  1. How to reset settings in Visual Studio Code? - Stack Overflow

    Mar 20, 2016 · Deleting the "Code" folder in AppData Roaming fixed it for me on Windows. Cleaning out my VS Code settings.json didn't help either. I don't know why the Selected Answer is "hold Alt", that …

  2. Where is the 'launch.json' file in Visual Studio Code?

    May 12, 2021 · The launch.json file should be inside the .vscode folder, but it is not present there. How can I get this file so that I can modify the configurations?

  3. Cannot Edit Default VSCode JSON Settings - Stack Overflow

    Aug 1, 2020 · By default, VS Code shows the Settings editor, but you can still edit the underlying settings.json file by using the Open Settings (JSON) command from your command palette or by …

  4. Configuring task.json and launch.json for C in vs code

    Apr 19, 2022 · Configuring task.json and launch.json for C in vs code Asked 3 years, 9 months ago Modified 8 months ago Viewed 63k times

  5. Json files structure/format in Visual Studio Code

    Jan 16, 2022 · In Visual Studio Code (under Windows), my present Json files are displayed as the following : I would them to be formatted as displayed below :

  6. ASP.NET Core return JSON with status code - Stack Overflow

    I'm looking for the correct way to return JSON with a HTTP status code in my .NET Core Web API controller. I use to use it like this: public IHttpActionResult GetResourceData() { return this.C...

  7. How to escape special characters in building a JSON string?

    If you're using a language that doesn't have such functionality built in, you can probably find a JSON parsing and encoding library to use. If you simply use language or library functions to convert things …

  8. How to style a JSON block in Github Wiki? - Stack Overflow

    Sep 4, 2020 · ```json Here goes your json object definition ``` Note: This won't prettify the json representation. To do so, one can previously rely on an external service such as jsbeautifier.org and …

  9. How to open Visual Studio Code's 'settings.json' file

    I did it many times, and each time I forgot where it was. Menu File → Preferences → Settings. I get this: I want to open file settings.json (editable JSON file) instead. How can I do that?

  10. Can comments be used in JSON? - Stack Overflow

    When JSON is used for human-intended configuration files, they should be annotated for humans to understand better. Annotated, such file is no longer valid JSON, but there are solutions. For …