|
23 | 23 | "configuration": { |
24 | 24 | "title": "Lightning Flow Scanner", |
25 | 25 | "properties": { |
26 | | - "lightningFlowScanner.SpecifyFiles": { |
| 26 | + "flowscanner.SpecifyFiles": { |
27 | 27 | "type": "boolean", |
28 | 28 | "default": false, |
29 | 29 | "description": "Specify flow file paths instead of a root directory." |
30 | 30 | }, |
31 | | - "lightningFlowScanner.NamingConvention": { |
| 31 | + "flowscanner.NamingConvention": { |
32 | 32 | "type": "string", |
33 | 33 | "default": "[A-Za-z0-9]+_[A-Za-z0-9]+", |
34 | 34 | "description": "Specify a REGEX expression to use as Flow Naming convention." |
35 | 35 | }, |
36 | | - "lightningFlowScanner.APIVersion": { |
| 36 | + "flowscanner.APIVersion": { |
37 | 37 | "type": "string", |
38 | 38 | "default": ">50", |
39 | 39 | "description": "Specify an expression to validate the API version, i.e. '===50'(use at least 50)." |
|
42 | 42 | }, |
43 | 43 | "commands": [ |
44 | 44 | { |
45 | | - "command": "lightningflowscanner.openDocumentation", |
46 | | - "title": "Open Flow Scanner Documentation" |
| 45 | + "command": "flowscanner.openDocumentation", |
| 46 | + "title": "Open LFS Documentation" |
47 | 47 | }, |
48 | 48 | { |
49 | | - "command": "lightningflowscanner.scanFlows", |
50 | | - "title": "Scan Flows with Flow Scanner" |
| 49 | + "command": "flowscanner.scanFlows", |
| 50 | + "title": "Scan Flows" |
51 | 51 | }, |
52 | 52 | { |
53 | | - "command": "lightningflowscanner.debugView", |
54 | | - "title": "Debug Flow Scanner View" |
| 53 | + "command": "flowscanner.debugger", |
| 54 | + "title": "Debug Flow Scanner" |
55 | 55 | }, |
56 | 56 | { |
57 | | - "command": "lightningflowscanner.fixFlows", |
58 | | - "title": "Fix Flows with Flow Scanner" |
| 57 | + "command": "flowscanner.fixFlows", |
| 58 | + "title": "Fix Flows" |
59 | 59 | }, |
60 | 60 | { |
61 | | - "command": "lightningflowscanner.calculateFlowTestCoverage", |
62 | | - "title": "Calculate Flow Coverage with Flow Scanner" |
| 61 | + "command": "flowscanner.calculateFlowTestCoverage", |
| 62 | + "title": "Calculate Flow Coverage" |
63 | 63 | }, |
64 | 64 | { |
65 | | - "command": "lightningflowscanner.configRules", |
66 | | - "title": "Configurate Flow Rules" |
| 65 | + "command": "flowscanner.configRules", |
| 66 | + "title": "Configure Flow Rules" |
67 | 67 | } |
68 | 68 | ], |
69 | 69 | "viewsContainers": { |
|
103 | 103 | "package": "webpack --mode production --devtool hidden-source-map --config ./build/node-extension.webpack.config.js", |
104 | 104 | "____MAIN____": "Developer Scripts", |
105 | 105 | "build": "rollup -c", |
| 106 | + "build:vsx": "rollup -c && vsce package", |
106 | 107 | "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"", |
107 | | - "test": "vsce package && npm run build:wdio && npm run wdio" |
| 108 | + "test": "npm run build:wdio && npm run wdio" |
108 | 109 | }, |
109 | 110 | "devDependencies": { |
110 | 111 | "@rollup/plugin-commonjs": "^28.0.2", |
|
0 commit comments