We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aee5e9 commit b8eda38Copy full SHA for b8eda38
.vscode/extensions.json
@@ -0,0 +1,12 @@
1
+{
2
+ "recommendations": [
3
+ "ms-dotnettools.csdevkit",
4
+ "ms-dotnettools.csharp",
5
+ "ms-dotnettools.vscodeintellicode-csharp",
6
+ "github.vscode-github-actions",
7
+ "foxundermoon.shell-format",
8
+ "wayou.vscode-todo-highlight",
9
+ "redhat.vscode-yaml",
10
+ "editorconfig.editorconfig"
11
+ ]
12
+}
.vscode/settings.json
@@ -0,0 +1,6 @@
+ "dotnet.defaultSolution": "Frequency.sln",
+ "editor.bracketPairColorization.enabled": true,
+ "editor.guides.bracketPairs": true,
+ "editor.formatOnSave": true,
.vscodeignore
@@ -0,0 +1,11 @@
+# Ignore everything
+*
+
+# Whitelist what you need
+!.vscodeignore
+!.github
+!.config
+!docs
+!scripts
+!src
+!tests
0 commit comments