- Clone
pls-cli
repo - In root,
flutter pub global activate -spath . --overwrite
- Run
pls -h
to test and see available commands
- To update the VSCode extension:
- Uninstall the extension from the extensions panel
- Reinstall the extension (sometimes need to do twice)
- Main branch:
- Run
pls update --vscode
to update the VSCode package
- Run
- Local Changes:
- cd into
extensions/vscode
runnpm run build
cmd+shift+p
- Select
Install from VSIX
- Select
pls-cli/extensions/vscode/pls.vsix
- Note: This file is generated during
npm run build
- Note: This file is generated during
- cd into
- Main branch:
- Get latest version of npm
npm install npm@latest -g
- If npm run build not working:
npm install -g typescript
npm install -g vsce
npm install
- If package not found:
- Delete package-lock.json
- If package not found: