We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea19805 + d90af42 commit 408f00eCopy full SHA for 408f00e
.vscode/settings.json
@@ -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
@@ -3,7 +3,6 @@
"displayName": "Live Preview",
"description": "Hosts a local server in your workspace for you to preview your webpages on.",
"version": "0.4.15",
- "preview": true,
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-vscode",
9
"icon": "icon.png",
0 commit comments