Commit d3ded7e
@W-21111039 - Improve SCAPI Explorer (#146)
* B2C DX VS extension
* webview support of webdav commands
* support webdav mkdir and rm
* W-21111039: B2C DX VS Extension
* get the package installation work
* support generate pd metadata
* support both metadata generation and deploy cartridge
* support webdav file preview
* support webdav file preview
* refactor: clean up VS Code extension build pipeline and SDK imports (#132)
* refactor: clean up VS Code extension build pipeline and SDK imports
Rationalize the build scripts, remove dead code, and use the correct
SDK public API for non-CLI consumers.
* wire SDK logger to VS Code output channel
Configure the SDK's pino logger at activation time to write to the
B2C DX output panel. SDK diagnostic output (WebDAV requests, config
resolution, auth flows, deploy progress) is now visible in VS Code.
SDK fix: wrap minimal LogDestination in a Node.js Writable before
passing to pino-pretty so consumers only need write(). This fix should
be incorporated into the SDK independently of the VS extension spike.
* adds second launch config for watch mode
* remove unncesssary typescript external
* add publisher info
* fix the publisher
* support SLAS client generation and SCAPI execution
* added SqrTT.prophet to recommendations
* @W-21111039: fix the SLAS client scopes
* merge with main
* Refactor defaultScopes by removing unused entries
Removed deprecated scopes from the defaultScopes array.
* Update version from 0.0.1 to 0.0.3 in package.json
* Update defaultScopes with new permissions
* Remove unnecessary newline in CHANGELOG.md
* Reorder defaultScopes and add missing items
* fix format
* Add 'sfcc.shopper-experience' to permissions list
* support api paths
---------
Co-authored-by: Charles Lavery <clavery@salesforce.com>1 parent 14bea6c commit d3ded7e
File tree
10 files changed
+1835
-1207
lines changed- .github
- packages/b2c-vs-extension
- src
- test
10 files changed
+1835
-1207
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
Large diffs are not rendered by default.
0 commit comments