Skip to content

Commit 0a9d4db

Browse files
authored
Merge pull request CactuseSecurity#3300 from Y4nnikH/feat/improve-vs-code-launch-setting-share
feat: use template for sharing vs code launch.json
2 parents 26a7611 + d73037c commit 0a9d4db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
File renamed without changes.

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"editor.formatOnSave": false,
44
"[csharp]": {
55
"editor.defaultFormatter": "ms-dotnettools.csharp"
6-
}
6+
},
7+
"[razor]": {
8+
"editor.defaultFormatter": "ms-dotnettools.csharp"
9+
},
10+
"files.associations": {
11+
"launch.template.json": "jsonc"
12+
},
713
}

0 commit comments

Comments
 (0)