vscode helper integration

This commit is contained in:
Elio Struyf
2021-09-06 10:33:40 +02:00
parent 7e705ccfd8
commit 2d7c9cfc05
17 changed files with 64 additions and 35 deletions
+15
View File
@@ -209,6 +209,15 @@
"algoliasearch": "^4.0.0"
}
},
"@estruyf/vscode": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@estruyf/vscode/-/vscode-0.0.1.tgz",
"integrity": "sha512-YsSstrShDca/7gc5rXnF/VYjvxPVEb9EX7dK2do7s2V1gfXN+cEp7aQf0h313n+5KO4mu11sagMHQXkWsX9L6Q==",
"dev": true,
"requires": {
"@types/vscode-webview": "1.57.0"
}
},
"@headlessui/react": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.4.0.tgz",
@@ -407,6 +416,12 @@
"integrity": "sha512-C/jZ35OT5k/rsJyAK8mS1kM++vMcm89oSWegkzxRCvHllIq0cToZAkIDs6eCY4SKrvik3nrhELizyLcM0onbQA==",
"dev": true
},
"@types/vscode-webview": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/@types/vscode-webview/-/vscode-webview-1.57.0.tgz",
"integrity": "sha512-x3Cb/SMa1IwRHfSvKaZDZOTh4cNoG505c3NjTqGlMC082m++x/ETUmtYniDsw6SSmYzZXO8KBNhYxR0+VqymqA==",
"dev": true
},
"@types/webpack": {
"version": "4.41.25",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.25.tgz",