Browse Source

Merge pull request #26 from mikaello/vscode-settings

chore: add JSON schema in vscode settings
Sam Padgett 3 năm trước cách đây
mục cha
commit
6096fb4b80
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      .vscode/settings.json

+ 8 - 0
.vscode/settings.json

@@ -0,0 +1,8 @@
+{
+  "json.schemas": [
+    {
+      "fileMatch": ["console-extensions.json", "**/console-extensions.json"],
+      "url": "./node_modules/@openshift-console/dynamic-plugin-sdk-webpack/schema/console-extensions.json"
+    }
+  ]
+}