Browse Source

add workspace config

Grega Bremec 3 năm trước cách đây
mục cha
commit
1d97eabcee
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      amq-examples.code-workspace

+ 14 - 0
amq-examples.code-workspace

@@ -0,0 +1,14 @@
+{
+	"folders": [
+		{
+			"path": "java-jms-plain"
+		},
+		{
+			"path": "dotnet"
+		}
+	],
+	"settings": {
+		"java.configuration.updateBuildConfiguration": "automatic",
+		"java.project.sourcePaths": []
+	}
+}