-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Preview package as part of official build (#337)
* Build Preview package as part of official build * Move telemetry key to package.json, and set value during packageing * Update description for preview package * Replace README in preview extension * PR feedback - rename preview md * Switch Package to only create one vsix, and run the build twice in the official build to create both packages * Replace Preview.md and file copying with text replacement * typo fix * moved readme header strings into the function that uses them * Switch to package config objects
- Loading branch information
1 parent
cfbd3cb
commit 6642f65
Showing
4 changed files
with
63 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"engines": { | ||
"vscode": "^1.51.0" | ||
"vscode": "^1.72.0" | ||
}, | ||
"extensionKind": [ | ||
"workspace" | ||
|
@@ -723,7 +723,7 @@ | |
"@types/sinon": "^10.0.12", | ||
"@types/unzip-stream": "^0.3.0", | ||
"@types/uuid": "^8.3.0", | ||
"@types/vscode": "^1.51.0", | ||
"@types/vscode": "^1.72.0", | ||
"@types/webpack": "^5.28.0", | ||
"@types/webpack-env": "^1.17.0", | ||
"@typescript-eslint/eslint-plugin": "^5.15.0", | ||
|
@@ -739,8 +739,8 @@ | |
"gulp-eslint": "^6.0.0", | ||
"gulp-filter": "^7.0.0", | ||
"gulp-mocha": "^8.0.0", | ||
"gulp-replace": "^1.1.3", | ||
"gulp-rename": "^2.0.0", | ||
"gulp-replace": "^1.1.3", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"gulp-typescript": "^6.0.0-alpha.1", | ||
"mocha": "^9.2.2", | ||
|