We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea7562 commit 2d6f485Copy full SHA for 2d6f485
src/esbuild.mjs
@@ -52,6 +52,7 @@ async function main() {
52
["../README.md", "README.md"],
53
["../CHANGELOG.md", "CHANGELOG.md"],
54
["../LICENSE", "LICENSE"],
55
+ ["../.env", ".env"],
56
["node_modules/vscode-material-icons/generated", "assets/vscode-material-icons"],
57
["../webview-ui/audio", "webview-ui/audio"],
58
],
0 commit comments