Diego Ovalle 5 dni temu
rodzic
commit
15676fda0a
2 zmienionych plików z 9 dodań i 0 usunięć
  1. 3 0
      .vscode/settings.json
  2. 6 0
      .vsconfig

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "dotnet.preferCSharpExtension": true
+}

+ 6 - 0
.vsconfig

@@ -0,0 +1,6 @@
+{
+  "version": "1.0",
+  "components": [
+    "Microsoft.VisualStudio.Workload.ManagedGame"
+  ]
+}