generator-code 1.6.11 → 1.6.12
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 +9 -9
- package/generators/app/templates/ext-colortheme/README.md +1 -1
- package/generators/app/templates/ext-command-js/README.md +1 -1
- package/generators/app/templates/ext-command-ts/README.md +1 -1
- package/generators/app/templates/ext-command-ts/vscode-webpack/vscode/tasks.json +2 -5
- package/generators/app/templates/ext-command-web/README.md +1 -1
- package/generators/app/templates/ext-extensionpack/README.md +1 -1
- package/generators/app/templates/ext-keymap/README.md +1 -1
- package/generators/app/templates/ext-language/README.md +1 -1
- package/generators/app/templates/ext-snippets/README.md +1 -1
- package/package.json +1 -1
|
@@ -7,26 +7,26 @@
|
|
|
7
7
|
"@types/glob": "^7.2.0",
|
|
8
8
|
"@types/mocha": "^9.1.1",
|
|
9
9
|
"@types/node": "16.x",
|
|
10
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
11
|
-
"@typescript-eslint/parser": "^5.
|
|
12
|
-
"eslint": "^8.
|
|
10
|
+
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
11
|
+
"@typescript-eslint/parser": "^5.30.0",
|
|
12
|
+
"eslint": "^8.18.0",
|
|
13
13
|
"glob": "^8.0.3",
|
|
14
14
|
"mocha": "^10.0.0",
|
|
15
|
-
"typescript": "^4.7.
|
|
16
|
-
"@vscode/test-electron": "^2.1.
|
|
17
|
-
"@vscode/test-web": "^0.0.
|
|
15
|
+
"typescript": "^4.7.4",
|
|
16
|
+
"@vscode/test-electron": "^2.1.5",
|
|
17
|
+
"@vscode/test-web": "^0.0.26",
|
|
18
18
|
"@types/webpack-env": "^1.17.0",
|
|
19
19
|
"@types/vscode-notebook-renderer": "^1.60.0",
|
|
20
20
|
"concurrently": "^5.3.0",
|
|
21
21
|
"css-loader": "^4.2.0",
|
|
22
22
|
"fork-ts-checker-webpack-plugin": "^5.0.14",
|
|
23
23
|
"style-loader": "^1.2.1",
|
|
24
|
-
"ts-loader": "^9.3.
|
|
24
|
+
"ts-loader": "^9.3.1",
|
|
25
25
|
"vscode-dts": "^0.3.3",
|
|
26
26
|
"vscode-notebook-error-overlay": "^1.0.1",
|
|
27
|
-
"webpack": "^5.
|
|
27
|
+
"webpack": "^5.73.0",
|
|
28
28
|
"util": "^0.12.4",
|
|
29
|
-
"webpack-cli": "^4.
|
|
29
|
+
"webpack-cli": "^4.10.0",
|
|
30
30
|
"webpack-dev-server": "^3.11.2",
|
|
31
31
|
"assert": "^2.0.0",
|
|
32
32
|
"process": "^0.11.10"
|
|
@@ -4,7 +4,7 @@ You can author your README using Visual Studio Code. Here are some useful edito
|
|
|
4
4
|
|
|
5
5
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
6
6
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
7
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
7
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
8
8
|
|
|
9
9
|
### For more information
|
|
10
10
|
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
|
|
@@ -55,7 +55,7 @@ Added features X, Y, and Z.
|
|
|
55
55
|
|
|
56
56
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
57
57
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
58
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
58
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
59
59
|
|
|
60
60
|
### For more information
|
|
61
61
|
|
|
@@ -60,7 +60,7 @@ Ensure that you've read through the extensions guidelines and follow the best pr
|
|
|
60
60
|
|
|
61
61
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
62
62
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
63
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
63
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
64
64
|
|
|
65
65
|
### For more information
|
|
66
66
|
|
|
@@ -6,10 +6,7 @@
|
|
|
6
6
|
{
|
|
7
7
|
"type": "npm",
|
|
8
8
|
"script": "watch",
|
|
9
|
-
"problemMatcher":
|
|
10
|
-
"$ts-webpack-watch",
|
|
11
|
-
"$tslint-webpack-watch"
|
|
12
|
-
],
|
|
9
|
+
"problemMatcher": "$ts-webpack-watch",
|
|
13
10
|
"isBackground": true,
|
|
14
11
|
"presentation": {
|
|
15
12
|
"reveal": "never",
|
|
@@ -40,4 +37,4 @@
|
|
|
40
37
|
"problemMatcher": []
|
|
41
38
|
}
|
|
42
39
|
]
|
|
43
|
-
}
|
|
40
|
+
}
|
|
@@ -55,7 +55,7 @@ Added features X, Y, and Z.
|
|
|
55
55
|
|
|
56
56
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
57
57
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
58
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
58
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
59
59
|
|
|
60
60
|
### For more information
|
|
61
61
|
|
|
@@ -6,7 +6,7 @@ You can author your README using Visual Studio Code. Here are some useful edito
|
|
|
6
6
|
|
|
7
7
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
8
8
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
9
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
9
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
10
10
|
|
|
11
11
|
## For more information
|
|
12
12
|
|
|
@@ -4,7 +4,7 @@ You can author your README using Visual Studio Code. Here are some useful edito
|
|
|
4
4
|
|
|
5
5
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
6
6
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
7
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
7
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
8
8
|
|
|
9
9
|
### For more information
|
|
10
10
|
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
|
|
@@ -55,7 +55,7 @@ Added features X, Y, and Z.
|
|
|
55
55
|
|
|
56
56
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
57
57
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
58
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
58
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
59
59
|
|
|
60
60
|
### For more information
|
|
61
61
|
|
|
@@ -55,7 +55,7 @@ Added features X, Y, and Z.
|
|
|
55
55
|
|
|
56
56
|
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
57
57
|
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
58
|
-
* Press `Ctrl+Space` (Windows, Linux
|
|
58
|
+
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
59
59
|
|
|
60
60
|
### For more information
|
|
61
61
|
|