Invoke sed for your current document inside vscode.
Press F1, enter sed:
and choose Sed: Execute
, enter your sed command and hit enter. Result will be shown in a new editor.
Build | Publish |
---|---|
- Powershell
- node
- yarn (Recommanded) or npm
# Download sed.exe for win32
PS> ./tools/Get-Win32Sed.ps1
# Download packages
PS> yarn
#PS> npm install --save-dev # Or use npm
# Compile package
PS> yarn run compile
#PS> npm run compile
# Create package
PS> yarn run package #-o <package path>
#PS> npm run package #-- -o <package path>
# Publish package
PS> yarn run release --packagePath <package path> --pat <VSTS PAT>
#PS> npm run release -- --packagePath <package path> --pat <VSTS PAT>
- Add history support
- Add shortcut in context menu
- Save favorite commands
- Customize commands showing in the context menu