Skip to content

Commit 45d8cc9

Browse files
committed
Make the tests pass
1 parent 416dca2 commit 45d8cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const webpack = require('webpack')
1010

1111
/**@type {import('webpack').Configuration}*/
1212
const config = {
13-
target: 'webworker', // vscode extensions run in webworker context for VS Code web 📖 -> https://webpack.js.org/configuration/target/#target
13+
target: 'node', // "webworker" for web or "node" for desktop
1414

1515
entry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/
1616
output: {

0 commit comments

Comments
 (0)