Skip to content

Commit 408f00e

Browse files
authored
Merge pull request #703 from microsoft/puzzled-guan
Remove preview flag
2 parents ea19805 + d90af42 commit 408f00e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"git.branchProtection": [
4+
"main",
5+
"release*"
6+
],
7+
"git.branchProtectionPrompt": "alwaysCommitToNewBranch"
8+
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"displayName": "Live Preview",
44
"description": "Hosts a local server in your workspace for you to preview your webpages on.",
55
"version": "0.4.15",
6-
"preview": true,
76
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
87
"publisher": "ms-vscode",
98
"icon": "icon.png",

0 commit comments

Comments
 (0)