Skip to content

Commit

Permalink
Webpack the extension 🎁
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraposo committed Nov 13, 2020
1 parent 31d2acd commit 5aa8bbf
Show file tree
Hide file tree
Showing 6 changed files with 1,330 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
},
Expand All @@ -26,7 +26,7 @@
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
"${workspaceFolder}/dist/test/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
}
Expand Down
270 changes: 270 additions & 0 deletions dist/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5aa8bbf

Please sign in to comment.