Skip to content

Commit

Permalink
Improved VS Code experience.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kondratov committed Aug 20, 2024
1 parent a4653e6 commit 5b24000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ indent_style = space
indent_size = 4
insert_final_newline = true
charset = utf-8-bom
dotnet_diagnostic.IDE0130.severity = none

# XML project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/akondratov/src/pills-bot/.github/workflows/deploy.yml"
}
},
"csharp.preview.improvedLaunchExperience": true
}
17 changes: 0 additions & 17 deletions src/PillsBot/PillsBot.Server/Properties/launchSettings.json

This file was deleted.

0 comments on commit 5b24000

Please sign in to comment.