Skip to content

Commit aace4bd

Browse files
Nikola HristovNikola Hristov
authored andcommitted
Merge remote-tracking branch 'Parent/main' into Current
2 parents 9f7b804 + d5ff9f3 commit aace4bd

File tree

2 files changed

+37
-19
lines changed

2 files changed

+37
-19
lines changed
Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,38 @@
11
{
2-
"name": "generator-code-dependencies-versions",
3-
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
4-
"dependencies": {
5-
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
6-
"@types/assert": "1.5.11",
7-
"@types/node": "22.x",
8-
"assert": "2.1.0",
9-
"concurrently": "9.1.2",
10-
"css-loader": "7.1.2",
11-
"esbuild": "0.25.0",
12-
"glob": "11.0.1",
13-
"npm-run-all": "4.1.5",
14-
"process": "0.11.10",
15-
"style-loader": "4.0.0",
16-
"ts-loader": "9.5.2",
17-
"util": "0.12.5"
18-
},
19-
"devDependencies": {}
2+
"name": "generator-code-dependencies-versions",
3+
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
4+
"version": "0.0.0",
5+
"private": true,
6+
"dependencies": {
7+
"@types/mocha": "^10.0.10",
8+
"@types/node": "20.x",
9+
"@types/assert": "^1.5.11",
10+
"@typescript-eslint/eslint-plugin": "^8.25.0",
11+
"@typescript-eslint/parser": "^8.25.0",
12+
"eslint": "^9.21.0",
13+
"glob": "^11.0.1",
14+
"mocha": "^11.1.0",
15+
"typescript": "^5.7.3",
16+
"@vscode/test-cli": "^0.0.10",
17+
"@vscode/test-electron": "^2.4.1",
18+
"@vscode/test-web": "^0.0.67",
19+
"@types/webpack-env": "^1.18.8",
20+
"@types/vscode-notebook-renderer": "^1.72.3",
21+
"concurrently": "^9.1.2",
22+
"css-loader": "^7.1.2",
23+
"fork-ts-checker-webpack-plugin": "^9.0.2",
24+
"style-loader": "^4.0.0",
25+
"ts-loader": "^9.5.2",
26+
"vscode-dts": "^0.3.3",
27+
"vscode-notebook-error-overlay": "^1.1.0",
28+
"webpack": "^5.98.0",
29+
"util": "^0.12.5",
30+
"webpack-cli": "^6.0.1",
31+
"webpack-dev-server": "^5.2.0",
32+
"assert": "^2.1.0",
33+
"process": "^0.11.10",
34+
"npm-run-all": "^4.1.5",
35+
"esbuild": "^0.25.0",
36+
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
37+
}
2038
}

generators/app/templates/ext-command-web/.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
src/**
44
out/**
55
node_modules/**
6-
dist/test/**
6+
dist/**/test/**
77
.gitignore
88
vsc-extension-quickstart.md
99
webpack.config.js

0 commit comments

Comments
 (0)