Merge pull request #1082 from gnekich/fix/hello-world-web-samples

fix: ⬆️ resolve issue with helloworld-web-sample when running tests
This commit is contained in:
Martin Aeschlimann
2025-02-17 07:35:06 +01:00
committed by GitHub
2 changed files with 2471 additions and 5700 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,6 +24,7 @@
]
},
"scripts": {
"start": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=.",
"test": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=. --extensionTestsPath=dist/web/test/suite/index.js",
"pretest": "npm run compile-web",
"vscode:prepublish": "npm run package-web",
@ -35,18 +36,18 @@
"devDependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/mocha": "^9.0.0",
"@types/mocha": "^10.0.10",
"@types/vscode": "^1.73.0",
"@types/webpack-env": "^1.16.2",
"@vscode/test-web": "^0.0.22",
"assert": "^2.0.0",
"eslint": "^9.13.0",
"mocha": "^9.2.0",
"@types/webpack-env": "^1.18.8",
"@vscode/test-web": "^0.0.66",
"assert": "^2.1.0",
"eslint": "^9.20.1",
"mocha": "^11.1.0",
"process": "^0.11.10",
"ts-loader": "^9.2.5",
"ts-loader": "^9.5.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}