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.
1 parent 2d6f8fe commit e953088Copy full SHA for e953088
README.md
@@ -45,10 +45,10 @@ The extension runs in two places:
45
1. **Build extension**:
46
47
```bash
48
- npm run buildExtension:replace
+ npm run buildExtension
49
```
50
51
- _This packages the extension and updates both repos (requires repos to be side-by-side)_
+ _This packages the extension and replaces the current one in `.devcontainer/extensions/`_
52
53
2. **Test in user environment**: Test changes in both GitHub Codespaces and local dev containers
54
0 commit comments