Skip to content

Commit

Permalink
update package strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Sep 28, 2024
1 parent bbb8df1 commit c76ee0d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"order": 0,
"properties": {
"background.windowBackgrounds": {
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.",
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS",
"type": "array",
"order": 0,
"default": [],
Expand All @@ -78,7 +78,7 @@
}
},
"background.editorBackgrounds": {
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.",
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS",
"type": "array",
"order": 1,
"default": [],
Expand All @@ -87,7 +87,7 @@
}
},
"background.sidebarBackgrounds": {
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.",
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS",
"type": "array",
"order": 2,
"default": [],
Expand All @@ -96,7 +96,7 @@
}
},
"background.panelBackgrounds": {
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS.",
"markdownDescription": "The list of files, globs, or URLs to pull background images from.\n\n* Use only `/` for directories, `\\` is reserved for escape characters.\n\n* Image URLs must be served over HTTPS",
"type": "array",
"order": 3,
"default": [],
Expand All @@ -105,7 +105,7 @@
}
},
"background.backgroundAlignment": {
"markdownDescription": "The background image alignment.",
"markdownDescription": "Background alignment",
"type": "array",
"order": 4,
"default": [
Expand Down Expand Up @@ -133,7 +133,7 @@
}
},
"background.backgroundAlignmentValue": {
"markdownDescription": "If `#background.backgroundAlignment#` is set to `Manual`, this is the literal value for the `background-position` css property.",
"markdownDescription": "Background alignment (CSS)",
"type": "array",
"order": 5,
"default": [
Expand All @@ -150,7 +150,7 @@
}
},
"background.backgroundBlur": {
"markdownDescription": "The background image blur amount in css units.",
"markdownDescription": "Background blur (CSS)",
"type": "array",
"order": 6,
"default": [
Expand All @@ -167,7 +167,7 @@
}
},
"background.backgroundOpacity": {
"markdownDescription": "The background opacity, make sure this number is not to high, otherwise you may not be able to see the UI and revert this change.\n\n`1` is fully visible and `0` is invisible. If `#background.useInvertedOpacity#` is true, this logic is inverted.",
"markdownDescription": "The background opacity.\n\n`1` is fully visible and `0` is invisible. If `#background.useInvertedOpacity#` is true, this logic is inverted",
"type": "array",
"order": 7,
"default": [
Expand All @@ -185,7 +185,7 @@
}
},
"background.backgroundRepeat": {
"markdownDescription": "The background image repeat.",
"markdownDescription": "Background repeat",
"type": "array",
"order": 8,
"default": [
Expand Down Expand Up @@ -217,7 +217,7 @@
}
},
"background.backgroundSize": {
"markdownDescription": "The background image size.",
"markdownDescription": "Background size",
"type": "array",
"order": 9,
"default": [
Expand Down Expand Up @@ -245,7 +245,7 @@
}
},
"background.backgroundSizeValue": {
"markdownDescription": "If `#background.windowBackgroundSize#` is set to `Manual`, this is the literal value for the `background-size` css property.",
"markdownDescription": "Background size (CSS)",
"type": "array",
"order": 10,
"default": [
Expand All @@ -262,7 +262,7 @@
}
},
"background.backgroundChangeTime": {
"markdownDescription": "How long in seconds before the background should automatically change.\n\nSet to `0` to always use the same image.",
"markdownDescription": "How often to change the background image in seconds, set to 0 to never change",
"type": "array",
"order": 11,
"default": [
Expand All @@ -279,31 +279,31 @@
}
},
"background.autoInstall": {
"markdownDescription": "Automatically installs backgrounds and reloads the window on startup if changes are detected or VSCode updates.\n\nThis option is disabled when you run the uninstall command.",
"markdownDescription": "Automatically install backgrounds on startup.\n\nThis option is disabled when you run the uninstall command.",
"order": 12,
"type": "boolean",
"default": false
},
"background.renderContentAboveBackground": {
"markdownDescription": "Render content like images, PDFs, and markdown previews above the background.",
"markdownDescription": "Show images, PDFs, and markdown previews on top of the background",
"order": 13,
"type": "boolean",
"default": false
},
"background.useInvertedOpacity": {
"markdownDescription": "Use an inverted opacity, so 0 is fully visible and 1 is invisible.",
"markdownDescription": "Use an inverted opacity, so 0 is visible and 1 is invisible",
"order": 14,
"type": "boolean",
"default": false
},
"background.smoothImageRendering": {
"markdownDescription": "Use smooth image rendering rather than pixelated rendering when resizing images.",
"markdownDescription": "Use smooth image rendering when resizing images instead of pixelated",
"order": 15,
"type": "boolean",
"default": false
},
"background.settingScope": {
"markdownDescription": "Where to save and load background settings.\n\nThis does not automatically update the background on workspace change, you need to also turn on `#background.autoInstall#`.",
"markdownDescription": "Where to save background settings - Global or Workspace",
"order": 16,
"type": "string",
"enum": [
Expand All @@ -313,7 +313,7 @@
"default": "Global"
},
"background.CSS": {
"markdownDescription": "Apply raw CSS to VSCode.",
"markdownDescription": "Custom CSS",
"order": 17,
"type": "string",
"editPresentation": "multilineText",
Expand Down

0 comments on commit c76ee0d

Please sign in to comment.