Skip to content

Commit 69b199c

Browse files
authored
Updates
1 parent 32b0288 commit 69b199c

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/fundamentals/configuration

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Using the [default](#default) configuration, the `appsettings.json` and `appsett
138138

139139
Comments in `appsettings.json` and `appsettings.{Environment}.json` files are supported using JavaScript or [C# style comments](/dotnet/csharp/language-reference/tokens/comments).
140140

141-
Some integrated development environments (IDE) display errors when editing a JSON file that contains comments. Often, the errors can be disabled with a setting in the IDE. In Visual Studio Code, for example, add the following to the `settings.json` file to disable the errors:
141+
Some integrated development environments (IDE) display errors when editing a JSON file that contains comments. You can generally ignore comment errors and warnings, but you can also usually disable them with a setting in the IDE. In Visual Studio Code, for example, add the following to the `settings.json` file to disable the errors:
142142

143143
```json
144144
"files.associations": {

0 commit comments

Comments
 (0)