Skip to content

Commit b3ebbd8

Browse files
Minor updates (microsoft#147)
Description of changes A collection of minor updates including: - Update all samples to use latest version of the toolkit - Update all sample extension README screenshots - Fix out-of-date configs in the update-toolkit-package.js script - Remove unused categories field from package.json - Update vscode engine to ^1.75.0 in all samples - Remove activationEvent field (no longer needed in vscode engine ^1.75.0 - Remove CSS that was applying too much spacing to hello world framework samples
1 parent edaead8 commit b3ebbd8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+114
-220
lines changed

default/component-gallery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample extension demonstrates every component in the Webview UI Toolkit for Visual Studio Code.
44

5-
![A screenshot of the sample extension.](./assets/component-gallery-screenshot.png)
5+
![A screenshot of the sample extension.](./assets/component-gallery.png)
66

77
## Run The Sample
88

Binary file not shown.
1.17 MB
Loading

default/component-gallery/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

default/component-gallery/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@
44
"description": "A sample extension to show off all components in the Webview UI Toolkit for Visual Studio Code.",
55
"version": "0.0.1",
66
"engines": {
7-
"vscode": "^1.74.0"
7+
"vscode": "^1.75.0"
88
},
9-
"categories": [
10-
"Other"
11-
],
12-
"activationEvents": [
13-
"onCommand:component-gallery.showGallery"
14-
],
159
"main": "./out/extension.js",
1610
"contributes": {
1711
"commands": [
@@ -43,6 +37,6 @@
4337
"typescript": "^4.8.4"
4438
},
4539
"dependencies": {
46-
"@vscode/webview-ui-toolkit": "^1.2.1"
40+
"@vscode/webview-ui-toolkit": "^1.2.2"
4741
}
4842
}

default/hello-world-webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a version of the Hello World sample extension that uses Webpack instead of esbuild.
44

5-
![A screenshot of the sample extension.](./assets/hello-world-screenshot.png)
5+
![A screenshot of the sample extension.](./assets/hello-world.png)
66

77
## Run The Sample
88

Binary file not shown.
896 KB
Loading

default/hello-world-webpack/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

default/hello-world-webpack/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@
44
"description": "A hello world sample extension to show off the Webview UI Toolkit for Visual Studio Code.",
55
"version": "0.0.1",
66
"engines": {
7-
"vscode": "^1.74.0"
7+
"vscode": "^1.75.0"
88
},
9-
"categories": [
10-
"Other"
11-
],
12-
"activationEvents": [
13-
"onCommand:hello-world.showHelloWorld"
14-
],
159
"main": "./out/extension.js",
1610
"contributes": {
1711
"commands": [
@@ -44,6 +38,6 @@
4438
"webpack-cli": "^4.10.0"
4539
},
4640
"dependencies": {
47-
"@vscode/webview-ui-toolkit": "^1.2.1"
41+
"@vscode/webview-ui-toolkit": "^1.2.2"
4842
}
4943
}

0 commit comments

Comments
 (0)