Skip to content

Commit dd130eb

Browse files
authored
Merge pull request #72 from acend/k8plugin
Add Kubernetes theia plugin
2 parents bf1fee7 + e8a728a commit dd130eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@theia/navigator": "next",
1111
"@theia/outline-view": "next",
1212
"@theia/plugin-ext-vscode": "next",
13+
"@theia/plugin-ext": "next",
1314
"@theia/preferences": "next",
1415
"@theia/preview": "next",
1516
"@theia/search-in-workspace": "next",
@@ -34,7 +35,10 @@
3435
"theiaPlugins": {
3536
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix",
3637
"terraform": "https://open-vsx.org/api/4ops/terraform/0.2.1/file/4ops.terraform-0.2.1.vsix",
37-
"yaml.lint": "https://open-vsx.org/api/phil9909/ytt-lint/0.3.1/file/phil9909.ytt-lint-0.3.1.vsix"
38+
"yaml.lint": "https://open-vsx.org/api/phil9909/ytt-lint/0.3.1/file/phil9909.ytt-lint-0.3.1.vsix",
39+
"md.lint": "https://open-vsx.org/api/DavidAnson/vscode-markdownlint/0.45.0/file/DavidAnson.vscode-markdownlint-0.45.0.vsix",
40+
"kubernetes": "https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/releases/download/1.3.8/vscode-kubernetes-tools-1.3.8.vsix"
41+
3842
},
3943
"theiaPluginsExcludeIds": [
4044
"vscode.extension-editing",

0 commit comments

Comments
 (0)