@todesktop/cli 1.10.2 → 1.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +17 -0
  2. package/dist/cli.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,19 @@ npm install --location=global @todesktop/cli
26
26
  yarn global add @todesktop/cli
27
27
  ```
28
28
 
29
+ Once installed, you can enable JSON validation and IntelliSense for your configuration files. To do so, please add the following to your VSCode/Cursor workspace settings:
30
+
31
+ ```json
32
+ {
33
+ "json.schemas": [
34
+ {
35
+ "fileMatch": ["todesktop.json", "todesktop.*.json"],
36
+ "url": "./node_modules/@todesktop/cli/schemas/schema.json"
37
+ }
38
+ ]
39
+ }
40
+ ```
41
+
29
42
  ## Get started
30
43
 
31
44
  You can use the ToDesktop CLI to work with an Electron application in 4 steps:
@@ -1125,6 +1138,10 @@ Now, when we build your app on ToDesktop servers, it will also run your custom `
1125
1138
 
1126
1139
  ## Changelog
1127
1140
 
1141
+ ### v1.10.3
1142
+
1143
+ - Update Readme to include instructions on `todesktop.json` VSCode/Cursor validation
1144
+
1128
1145
  ### v1.10.2
1129
1146
 
1130
1147
  - Add support for JSON validation and Intellisense of todesktop.json files
package/dist/cli.js CHANGED
@@ -5420,7 +5420,7 @@ var package_default = {
5420
5420
  access: "public"
5421
5421
  },
5422
5422
  name: "@todesktop/cli",
5423
- version: "1.10.1",
5423
+ version: "1.10.2",
5424
5424
  license: "MIT",
5425
5425
  author: "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
5426
5426
  homepage: "https://todesktop.com/cli",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.10.2",
7
+ "version": "1.10.3",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",