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.
- package/generators/app/dependencyVersions/package.json +12 -12
- package/generators/app/templates/ext-colortheme/gitignore +1 -0
- package/generators/app/templates/ext-colortheme/vsc-extension-quickstart.md +1 -1
- package/generators/app/templates/ext-command-js/gitignore +1 -0
- package/generators/app/templates/ext-command-web/gitignore +1 -0
- package/generators/app/templates/ext-extensionpack/gitignore +1 -0
- package/generators/app/templates/ext-extensionpack/vsc-extension-quickstart.md +1 -1
- package/generators/app/templates/ext-keymap/gitignore +1 -0
- package/generators/app/templates/ext-keymap/vsc-extension-quickstart.md +1 -1
- package/generators/app/templates/ext-language/gitignore +2 -1
- package/generators/app/templates/ext-language/vsc-extension-quickstart.md +2 -2
- package/generators/app/templates/ext-localization/gitignore +1 -0
- package/generators/app/templates/ext-notebook-renderer/gitignore +1 -0
- package/generators/app/templates/ext-snippets/gitignore +1 -0
- package/generators/app/templates/ext-snippets/vsc-extension-quickstart.md +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
11
|
-
"@typescript-eslint/parser": "^8.
|
|
12
|
-
"eslint": "^9.
|
|
13
|
-
"glob": "^11.0.
|
|
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.
|
|
16
|
-
"@vscode/test-cli": "^0.0.
|
|
17
|
-
"@vscode/test-electron": "^2.
|
|
18
|
-
"@vscode/test-web": "^0.0.
|
|
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
|
|
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.
|
|
28
|
+
"webpack": "^5.99.7",
|
|
29
29
|
"util": "^0.12.5",
|
|
30
30
|
"webpack-cli": "^6.0.1",
|
|
31
|
-
"webpack-dev-server": "^5.2.
|
|
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.
|
|
35
|
+
"esbuild": "^0.25.3",
|
|
36
36
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -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/
|
|
28
|
+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
|
|
@@ -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/
|
|
21
|
+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
|
|
@@ -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/
|
|
22
|
+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
|
|
@@ -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/
|
|
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/
|
|
29
|
+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
|
|
@@ -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/
|
|
23
|
+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.
|