We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f8b68 commit b4bb1b6Copy full SHA for b4bb1b6
2 files changed
.github/workflows/release.yml
@@ -59,6 +59,12 @@ jobs:
59
name: vscode-codeql-extension
60
path: artifacts
61
62
+ - name: Upload source maps
63
+ uses: actions/upload-artifact@v3
64
+ with:
65
+ name: vscode-codeql-sourcemaps
66
+ path: dist/vscode-codeql/out/*.map
67
+
68
# TODO Run tests, or check that a test run on the same branch succeeded.
69
70
- name: Create release
extensions/ql-vscode/gulpfile.ts/webpack.config.ts
@@ -54,6 +54,9 @@ export const config: webpack.Configuration = {
54
MiniCssExtractPlugin.loader,
55
{
56
loader: "css-loader",
57
+ options: {
58
+ sourceMap: true,
+ },
},
],
0 commit comments