generator-code 1.11.8 → 1.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,32 +7,32 @@
7
7
  "@types/mocha": "^10.0.10",
8
8
  "@types/node": "20.x",
9
9
  "@types/assert": "^1.5.11",
10
- "@typescript-eslint/eslint-plugin": "^8.28.0",
11
- "@typescript-eslint/parser": "^8.28.0",
12
- "eslint": "^9.23.0",
13
- "glob": "^11.0.1",
10
+ "@typescript-eslint/eslint-plugin": "^8.31.1",
11
+ "@typescript-eslint/parser": "^8.31.1",
12
+ "eslint": "^9.25.1",
13
+ "glob": "^11.0.2",
14
14
  "mocha": "^11.1.0",
15
- "typescript": "^5.8.2",
16
- "@vscode/test-cli": "^0.0.10",
17
- "@vscode/test-electron": "^2.4.1",
18
- "@vscode/test-web": "^0.0.68",
15
+ "typescript": "^5.8.3",
16
+ "@vscode/test-cli": "^0.0.11",
17
+ "@vscode/test-electron": "^2.5.2",
18
+ "@vscode/test-web": "^0.0.71",
19
19
  "@types/webpack-env": "^1.18.8",
20
20
  "@types/vscode-notebook-renderer": "^1.72.3",
21
21
  "concurrently": "^9.1.2",
22
22
  "css-loader": "^7.1.2",
23
- "fork-ts-checker-webpack-plugin": "^9.0.2",
23
+ "fork-ts-checker-webpack-plugin": "^9.1.0",
24
24
  "style-loader": "^4.0.0",
25
25
  "ts-loader": "^9.5.2",
26
26
  "vscode-dts": "^0.3.3",
27
27
  "vscode-notebook-error-overlay": "^1.1.0",
28
- "webpack": "^5.98.0",
28
+ "webpack": "^5.99.7",
29
29
  "util": "^0.12.5",
30
30
  "webpack-cli": "^6.0.1",
31
- "webpack-dev-server": "^5.2.0",
31
+ "webpack-dev-server": "^5.2.1",
32
32
  "assert": "^2.1.0",
33
33
  "process": "^0.11.10",
34
34
  "npm-run-all": "^4.1.5",
35
- "esbuild": "^0.25.1",
35
+ "esbuild": "^0.25.3",
36
36
  "@esbuild-plugins/node-globals-polyfill": "^0.2.3"
37
37
  }
38
38
  }
@@ -1,2 +1,3 @@
1
1
  node_modules
2
2
  *.vsix
3
+ .env
@@ -25,4 +25,4 @@ To learn more about scopes and how they're used, check out the [color theme](htt
25
25
  ## Install your extension
26
26
 
27
27
  * To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
28
- * To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
28
+ * To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
@@ -1,3 +1,4 @@
1
1
  node_modules
2
2
  .vscode-test/
3
3
  *.vsix
4
+ .env
@@ -3,3 +3,4 @@ dist
3
3
  node_modules
4
4
  .vscode-test-web/
5
5
  *.vsix
6
+ .env
@@ -1,2 +1,3 @@
1
1
  node_modules
2
2
  *.vsix
3
+ .env
@@ -18,4 +18,4 @@
18
18
  ## Install your extension
19
19
 
20
20
  * To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
21
- * To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
21
+ * To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
@@ -1,2 +1,3 @@
1
1
  node_modules
2
2
  *.vsix
3
+ .env
@@ -19,4 +19,4 @@
19
19
  ## Install your extension
20
20
 
21
21
  * To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
22
- * To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
22
+ * To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
@@ -1,2 +1,3 @@
1
1
  node_modules
2
- *.vsix
2
+ *.vsix
3
+ .env
@@ -21,9 +21,9 @@
21
21
 
22
22
  ## Add more language features
23
23
 
24
- * To add features such as IntelliSense, hovers and validators check out the VS Code extenders documentation at https://code.visualstudio.com/docs
24
+ * To add features such as IntelliSense, hovers and validators check out the VS Code extenders documentation at https://code.visualstudio.com/api/language-extensions/overview
25
25
 
26
26
  ## Install your extension
27
27
 
28
28
  * To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
29
- * To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
29
+ * To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
@@ -1,2 +1,3 @@
1
1
  node_modules
2
2
  *.vsix
3
+ .env
@@ -2,3 +2,4 @@ out
2
2
  node_modules
3
3
  .vscode-test/
4
4
  *.vsix
5
+ .env
@@ -1,2 +1,3 @@
1
1
  node_modules
2
2
  *.vsix
3
+ .env
@@ -20,4 +20,4 @@
20
20
  ## Install your extension
21
21
 
22
22
  * To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
23
- * To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
23
+ * To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-code",
3
- "version": "1.11.8",
3
+ "version": "1.11.10",
4
4
  "description": "Yeoman generator for Visual Studio Code extensions.",
5
5
  "keywords": [
6
6
  "yeoman-generator",